Stripe
Process payments, manage customers, subscriptions, invoices, and payouts through the Stripe API.
OFFICIALBEARER0 INSTALLS
Stripe
Give your AI agent full control over Stripe's payment infrastructure. This MCP server exposes Stripe's core API as callable tools.
What your agent can do
- Create and manage customers — look up customers by email, create new ones, update metadata
- Process payments — create PaymentIntents, confirm charges, capture authorized payments
- Subscriptions — create, update, pause, resume, and cancel subscriptions on any pricing plan
- Invoices — generate, send, void, and mark invoices as paid
- Refunds — issue full or partial refunds on any charge or PaymentIntent
- Payment methods — attach, detach, and list cards, bank accounts, and wallets for a customer
- Products & Prices — create product catalog entries and pricing tiers programmatically
- Payouts — trigger and list payouts to connected bank accounts
Example prompts
- "Create a customer for jane@example.com and subscribe them to the Pro plan"
- "Refund the last charge for customer cus_abc123"
- "List all invoices from this month that are still unpaid"
- "Create a new product called 'Enterprise Plan' at $299/month"
Setup Guide
- Go to Stripe Dashboard → Developers → API Keys
- Copy your Secret Key (starts with
sk_live_orsk_test_) - Paste it as the Bearer token in your server credentials
- Use test mode keys (
sk_test_) for development
Details
- Category
- Payments & Billing
- Auth Mode
- bearer
- Spec Version
- 3.0.3
- Added
- Mar 2026