Stripe MCP Server
Payments
API Key
✓ Verified
Process payments, manage subscriptions, and handle billing through Stripe
Overview
The Stripe MCP Server enables AI assistants to interact with Stripe's payment platform.
Create and manage customers, process payments, handle subscriptions, generate invoices,
and analyze payment data. Includes sandbox mode for safe testing and development.
Capabilities
Create Payments
Process one-time payments and charges
Manage Customers
Create and update customer profiles
Manage Subscriptions
Create, update, and cancel subscriptions
Generate Invoices
Create and send invoices to customers
Process Refunds
Issue full or partial refunds
Authentication
Type: API Key
Provider: stripe
Setup Instructions:
1. Log in to your Stripe Dashboard
2. Navigate to Developers > API keys
3. Copy your secret key (starts with sk_)
4. Configure in MCP client as STRIPE_API_KEY
Endpoints
Production: | wss://mcp.stripe.com/v1 |
Sandbox: | wss://mcp-sandbox.stripe.com/v1 |
Maintainer
Stripe
GitHub: @stripe
Website: https://stripe.com
Tags
payments
billing
subscriptions
invoicing
fintech
e-commerce