Stripe API MCP Config
Process payments, manage subscriptions, and handle billing. Let your AI agent interact with Stripe seamlessly.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/stripe.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/stripe.json to fetch programmatically.
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y","@modelcontextprotocol/server-stripe"],
"env": {
"STRIPE_API_KEY": "sk_live_..."
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/stripe.jsonEnvironment Variables
STRIPE_API_KEYReplace sk_live_... with your actual stripe api key
Endpoints
GET
/v1/chargesList all charges
POST
/v1/chargesCreate a charge
GET
/v1/customersList all customers
POST
/v1/customersCreate a customer