Stripe
Stripe
Stripe MCP Server
Stripe - Payments service

Stripe MCP Server
Stripe's official MCP server is hosted remotely at https://mcp.stripe.com/, providing developers with powerful tools to integrate Stripe's payment processing capabilities directly into AI assistants and development environments.
What is the Stripe MCP Server?
The Stripe MCP Server provides specialized tools that enable AI assistants to interact directly with Stripe's payment processing services. This powerful integration allows developers to perform Stripe operations through natural language instructions, significantly simplifying payment integration.
The Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
Key Features & Capabilities
The Stripe MCP server offers 23 comprehensive tools organized into several categories:
Customer Management Tools
create_customer
- Create new customers with name and emaillist_customers
- Retrieve customer lists with filtering optionsget_stripe_account_info
- Access account information
Product & Pricing Tools
create_product
- Create new products with descriptionslist_products
- Fetch product catalogscreate_price
- Set pricing for products in any currencylist_prices
- Retrieve pricing information
Payment Processing Tools
create_payment_link
- Generate payment links for transactionslist_payment_intents
- Monitor payment statusescreate_refund
- Process refunds seamlesslyretrieve_balance
- Check account balances
Invoice & Subscription Management
create_invoice
- Generate invoices for customerslist_invoices
- Track invoice statusescreate_invoice_item
- Add items to invoicesfinalize_invoice
- Complete invoice processinglist_subscriptions
- Manage recurring paymentscancel_subscription
- Handle subscription cancellationsupdate_subscription
- Modify existing subscriptions
Advanced Features
create_coupon
- Create discount codeslist_coupons
- Manage promotional offersupdate_dispute
- Handle payment disputeslist_disputes
- Monitor dispute statusessearch_documentation
- Access Stripe documentation
Target Audience & Use Cases
Primary Target Audience
- E-commerce Developers building online stores and marketplaces
- SaaS Companies implementing subscription billing
- Fintech Startups creating payment-enabled applications
- Enterprise Development Teams streamlining payment workflows
- AI/ML Engineers integrating payment processing into intelligent systems
Key Use Cases
-
E-commerce Integration
- Enable payment processing, customer management, and financial operations for e-commerce and billing workflows
- Automated product catalog management
- Dynamic pricing and discount management
-
Subscription Business Management
- Recurring billing automation
- Subscription lifecycle management
- Customer retention tools
-
Financial Workflow Automation
- Automated invoice generation and processing
- Real-time financial reporting
-
AI-Powered Customer Support
- Leveraging MCP could enable AI systems to handle more complex queries and tasks surrounding payments, fostering innovations like predictive customer support that anticipates needs before they arise
- Automated dispute resolution
- Intelligent payment troubleshooting
#### **Remote MCP Server Connection**
To interact with the remote server, you need to pass your Stripe API key as a bearer token in the request header. We recommend using restricted API keys to limit access to the functionality your agent requires.
Connect to stripe
https://mcp.stripe.com/
API Key
Payments
External Resources
Visit Stripe Documentation
Official documentation and setup guides