Changelog
Initial release. 17 tools for customers, invoices, subscriptions, products, charges, refunds, payment links, and balance.
Platform targeting: --claude-code, --cowork, and --all flags.
Setup
What you'll need: A Stripe secret API key. You can find it in the Stripe Dashboard under Developers > API keys. The connect command will prompt you to paste it.
Use a restricted key with only the permissions you need, or a test mode key to try it out first.
Tools
Customers 5 tools
- stripe_list_customers - Filter by email, paginated
- stripe_get_customer - Full customer details
- stripe_create_customer - Name, email, description
- stripe_update_customer - Modify existing customer
- stripe_delete_customer - Remove a customer
Invoices 5 tools
- stripe_list_invoices - Filter by status (draft, sent, paid)
- stripe_get_invoice - Full invoice details
- stripe_create_invoice - Create for a specific customer
- stripe_send_invoice - Mark as sent
- stripe_pay_invoice - Mark as paid
Subscriptions 2 tools
- stripe_list_subscriptions - Filter by status
- stripe_get_subscription - Full subscription details
Products & Prices 2 tools
- stripe_list_products - Filter by active
- stripe_list_prices - Prices for a product
Charges & Payments 3 tools
- stripe_list_charges - Filter by status
- stripe_get_charge - Full charge details
- stripe_refund_charge - Create a refund