Setup
- Go to Integrations and find Stripe
- Click Connect
- Enter your Stripe restricted API key (get one here — create a restricted key with only the permissions you need)
- Click Save — Proliferate will test the connection automatically
MCP access may need to be enabled by an account administrator in your Stripe Dashboard settings.
Available tools
| Tool | Description |
|---|---|
get_stripe_account_info | Get account details |
retrieve_balance | Retrieve the current balance |
create_customer | Create a new customer |
list_customers | List customers |
create_subscription | Create a subscription |
list_subscriptions | List subscriptions |
update_subscription | Update a subscription |
cancel_subscription | Cancel a subscription |
create_invoice | Create an invoice |
create_invoice_item | Add a line item to an invoice |
finalize_invoice | Finalize an invoice |
list_invoices | List invoices |
create_product | Create a product |
list_products | List products |
create_price | Create a price |
list_prices | List prices |
create_payment_link | Create a payment link |
list_payment_intents | List payment intents |
create_refund | Issue a refund |
list_disputes | List disputes |
update_dispute | Respond to a dispute |
create_coupon | Create a coupon |
list_coupons | List coupons |
Use cases
- Look up a customer’s subscription status when investigating billing-related issues
- Create payment links or coupons based on requests in Slack or Linear
- List recent payment intents and disputes for diagnostic context during incident response
The tools listed above may not be exhaustive and can change as Stripe updates their MCP server. See Stripe MCP documentation for the latest.
