Skip to content
MCP-Bridge
Finance & Payments

Stripe API MCP Config

The Stripe REST API. Please see https://stripe.com/docs/api for more details.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/stripe-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/stripe-com.json to fetch programmatically.

{
  "mcpServers": {
    "stripe-com": {
      "command": "npx",
      "args": ["-y","@mcp/stripe-com"],
      "env": {
      "STRIPE_API_API_KEY": "your_stripe_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-com.json

Environment Variables

STRIPE_API_API_KEY

Replace your_stripe_api_api_key with your actual stripe api api key

Endpoints

GET/v1/account

GetAccount

POST/v1/account_links

PostAccountLinks

GET/v1/accounts

GetAccounts

POST/v1/accounts

PostAccounts

GET/v1/accounts/{account}

GetAccountsAccount

POST/v1/accounts/{account}

PostAccountsAccount

DELETE/v1/accounts/{account}

DeleteAccountsAccount

POST/v1/accounts/{account}/bank_accounts

PostAccountsAccountBankAccounts

GET/v1/accounts/{account}/bank_accounts/{id}

GetAccountsAccountBankAccountsId

POST/v1/accounts/{account}/bank_accounts/{id}

PostAccountsAccountBankAccountsId