
Stripe guMCP Server
Interact with Stripe for customer management, subscriptions, payments, invoices, and more.
Tools
List Customers
List all Stripe customers
Retrieve Balance
Retrieve the current Stripe account balance
List Subscriptions
List all subscriptions in the Stripe account
Update Subscription
Update metadata or attributes of a Stripe subscription
List Payment Intents
List all payment intents
List Charges
List all charges processed by the Stripe account
Create Customer
Create a new customer in Stripe
List Invoices
List all invoices created in Stripe
Retrieve Customer
Retrieve details of a specific customer by ID
List Products
List all available products in Stripe
Cancel Subscription
Cancel a subscription by ID
Retrieve Subscription
Retrieve a subscription by its ID
Create Subscription
Create a subscription for a customer with a price
Update Customer
Update customer attributes such as name, email, etc.
Create Coupon
Create a new Stripe coupon for discounts
Retrieve Coupon
Retrieve a specific Stripe coupon by ID
List Coupons
List all Stripe coupons with optional filtering and pagination
Delete Coupon
Delete a Stripe coupon (prevents new customers from redeeming it)
Search Customers
Search for customers using Stripe's Search Query Language
Search Invoices
Search for invoices using Stripe's Search Query Language
Installation Steps
Get StartedCreate a Gumloop Account
To use this MCP, you need a Gumloop account. If you don't have one yet, you can create one for free.
Generate Your Server URL
Generate and copy your MCP server URL to use in your application.