Native connector
Stripe MCP for AI agents
Connect Stripe to Claude, Cursor, and other MCP clients through MCPGRAM — payments and account data behind workspace OAuth.
What you get
- OAuth (Connect) style access through the MCPGRAM control plane.
- Agents can inspect payment-related resources you authorize.
- Same MCP endpoint as Slack, GitHub, and other connectors.
Example tools
- List customers / products where enabled
- Read payment or balance summaries
- Create limited write actions when scoped
How agents connect
- Sign up and open a workspace on MCPGRAM.
- Connect Stripe with OAuth (tokens stay in your workspace).
- Point Claude / Cursor at
https://mcpgram-mcp-server.vercel.app/mcpor use an API key onhttps://mcpgram.vercel.app/api/mcp. - Call Stripe tools through the universal tool layer.
Notes
Treat money-moving tools as high risk — require confirmation in the agent client.
Use restricted keys and least-privilege Stripe permissions in production.