Stripe MCP
Requires Configuration
Process payments and manage subscriptions
payments
finance
ecommerce
Configure MCP Link
Customize the MCP link with your authentication details
Description: Your Stripe API key (Bearer format)
How to get it: Sign in to Stripe Dashboard, go to Developers > API keys. Use the Secret key prefixed with 'Bearer ' in the Authorization header
API Details
OpenAPI Spec Source
stripe.com
OpenAPI Spec URL
https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json
Base URL
https://api.stripe.com
Modifications Needed
Add your Stripe API key
Authentication
To use the Stripe API, you need an API key. Sign in to your Stripe Dashboard, go to Developers > API keys. You'll see your Secret key and Publishable key. For most API requests, use the Secret key prefixed with 'Bearer ' in the Authorization header. For testing, use keys that start with 'sk_test_'.