DocsIntegrationsStripe MCP
mcp-stripe
MCP Server

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 documentation

Setup

1

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 Keys
2

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.

FieldRequiredDescription
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

Automated chargeback dispute submissionCustomer payment status checksInvoice and subscription managementFraud signal retrieval and blocking

Available Tools

23

Tools exposed by this MCP server and available to Agent nodes in your workflows.

search_documentationget_stripe_account_infocreate_customerlist_customerscreate_productlist_productscreate_pricelist_pricescreate_payment_linkcreate_invoicelist_invoicescreate_invoice_itemfinalize_invoiceretrieve_balancecreate_refundlist_payment_intentslist_subscriptionsupdate_subscriptioncancel_subscriptionlist_couponscreate_couponlist_disputesupdate_dispute

Ready to connect Stripe MCP?

Add this integration from your project dashboard and wire it into a workflow.