Stripe MCP
Manage payments, customers, subscriptions, and disputes via Stripe MCP
The Stripe MCP server exposes the Stripe API through the Model Context Protocol. Your agents can retrieve customer records, check payment status, list invoices, process refunds, and submit dispute evidence — enabling financial workflow automation with full auditability.
Official documentationSetup
Create a Stripe Restricted API Key
Create a Stripe Restricted API Key
In Stripe Dashboard: Developers > API keys > Create restricted key. Grant only the permissions your workflow needs (e.g. Customers: read, Charges: read, Disputes: write). Using a restricted key limits the blast radius if the key is ever exposed.
Stripe API KeysAdd the integration in CipherSense Agents
Add the integration in CipherSense Agents
Go to Project > Integrations > Add Integration > Stripe MCP. Paste your Restricted API Key. CipherSense Agents auto-discovers Stripe tools via tools/list. Click Save & Test.
Connection Fields
Fields required when adding this integration in your Project › Integrations.
| Field | Required | Description |
|---|---|---|
| MCP Endpoint URL | Required | URL of the Stripe MCP server. Defaults to https://mcp.stripe.com for the official hosted server. |
| Stripe Secret Key | Required | A Stripe Secret Key or Restricted API Key. Use sk_test_... keys during development. |
Common Use Cases
Available Tools
23Tools exposed by this MCP server and available to Agent nodes in your workflows.
Ready to connect Stripe MCP?
Add this integration from your project dashboard and wire it into a workflow.