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.jsonConfiguration 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
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.jsonEnvironment Variables
STRIPE_API_API_KEYReplace your_stripe_api_api_key with your actual stripe api api key
Endpoints
GET
/v1/accountGetAccount
POST
/v1/account_linksPostAccountLinks
GET
/v1/accountsGetAccounts
POST
/v1/accountsPostAccounts
GET
/v1/accounts/{account}GetAccountsAccount
POST
/v1/accounts/{account}PostAccountsAccount
DELETE
/v1/accounts/{account}DeleteAccountsAccount
POST
/v1/accounts/{account}/bank_accountsPostAccountsAccountBankAccounts
GET
/v1/accounts/{account}/bank_accounts/{id}GetAccountsAccountBankAccountsId
POST
/v1/accounts/{account}/bank_accounts/{id}PostAccountsAccountBankAccountsId