Stripe
stripeAuthenticate with Stripe using MCP OAuth with dynamic client registration or API keys. Access the Stripe API for payments, subscriptions, and financial data.
🔐 Authentication Methods
mcp_oauth
MCP OAuth
registration: https://access.stripe.com/mcp/oauth2/register
authorize: https://access.stripe.com/mcp/oauth2/authorize
token: https://access.stripe.com/mcp/oauth2/token
api_key
API Key
Register at: https://dashboard.stripe.com/apikeys
- Go to Developers > API keys in your Stripe Dashboard
- Create a new restricted key with the permissions you need
- Copy the secret key (starts with sk_live_ or sk_test_)
👤 Identity
Account: e.g., personal, work, test
🌐 APIs
rest
Base URL: https://api.stripe.com/v1
Auth Header: Authorization: Bearer {token}
Spec Type: openapi
Methods: api_key
mcp
Base URL: https://mcp.stripe.com
Auth Header: Authorization: Bearer {token}
Methods: mcp_oauth