Stripe MCP server
- Endpoint
-
https://mcp.stripe.com - Transport
- streamable-http
- Docs
- https://docs.stripe.com/mcp
OAuth · resolves from well-known metadata Configure your MCP client to connect to https://mcp.stripe.com. Per Stripe’s MCP docs, the server uses OAuth to connect MCP clients according to the MCP spec; the MCP client handles the OAuth flow and the user approves access in the browser. After installation, you can manage MCP client sessions in your Stripe Dashboard settings.
Authorization: Bearer <credential> Create or sign in to your Stripe account, then open the API keys page in the Developers Dashboard to create, reveal, rotate, or delete keys. Stripe documents account-level secret keys (sk_...), restricted keys (rk_...), publishable keys (pk_...), and organization keys (sk_org_...) on the API keys guide. For server-side integrations, use a restricted or secret key; for Connect requests on behalf of a connected account, also send the Stripe-Account header when needed.