Available Tools
Payments
"Create a payment link for $49.99 with description 'Pro Plan Monthly'"
"Show all payments from the last 7 days"
"Refund the last payment from customer cus_abc123"Customers
"Create a new customer with email john@example.com"
"List all customers who signed up this month"
"Update customer cus_abc123 with new billing address"Subscriptions
"Create a monthly subscription for $29/mo on the Pro plan"
"Show all active subscriptions and their MRR"
"Cancel subscription sub_xyz at period end"Products & Prices
"Create a product called 'Enterprise Plan' with monthly and annual pricing"
"List all products with their current prices"Reporting
"Show total revenue for March 2026"
"What's our current MRR and subscriber count?"
"Show churn rate for the last quarter"Use Cases
Build Checkout Flow
"Set up a checkout flow for our SaaS: Free, Pro ($29/mo), Enterprise ($99/mo)"
→ Agent creates products, prices, and payment linksRevenue Dashboard
"Show me a breakdown of revenue by plan for the last 3 months"
→ Agent queries Stripe and presents formatted dataKey Stats
- 2,000+ GitHub stars
- Official Stripe product
- Full Payments API access
- Customer + Subscription management
- Test mode and live mode support
FAQ
Q: What is Stripe MCP? A: The official MCP server from Stripe that gives AI agents full access to payment processing, customer management, subscriptions, and financial reporting.
Q: Is it safe to use with production data? A: Start with test mode (sk_test_ key). For production, use restricted API keys with specific permissions.
Q: Is Stripe MCP free? A: The MCP server is open-source. Stripe charges standard payment processing fees.