Manage Stripe customers, products, subscriptions, and payments from Claude Code — ideal for debugging billing issues and building payment workflows.
The Stripe MCP connects Claude Code to the Stripe API, enabling it to inspect and manage your payment infrastructure. From looking up a customer's invoice history to creating new products and prices, Claude becomes your billing co-pilot without you ever opening the Stripe dashboard.
mcpizy install stripe
Provide your Stripe secret key (use a restricted key with only the permissions you need). For read-only debugging, a key with read access to customers, charges, and subscriptions is sufficient.
A customer reports they were double-charged. Ask Claude to investigate:
// Claude will:
// 1. Search customers by email
// 2. List charges for that customer in the last 30 days
// 3. Identify duplicate charges
// 4. Report the charge IDs and amounts for your review
stripe listen command alongside the MCP.