Stripe MCP server
MCP server integrating with Stripe - tools for customers, products, payments, and more. Connect your AI agents to Stripe with enterprise-grade governance, observability, and control through MintMCP Gateway.
Tools included with Stripe MCP
search_stripe_documentation
Search the Stripe documentation for the given question and language. It takes two arguments: - question (str): The u...
get_stripe_account_info
This will get the account info for the logged in Stripe account.
create_customer
This tool will create a customer in Stripe. It takes two arguments: - name (str): The name of the customer. - email ...
list_customers
This tool will fetch a list of Customers from Stripe. It takes two arguments: - limit (int, optional): The number of...
create_product
This tool will create a product in Stripe. It takes two arguments: - name (str): The name of the product. - descript...
list_products
This tool will fetch a list of Products from Stripe. It takes one optional argument: - limit (int, optional): The nu...
create_price
This tool will create a price in Stripe. If a product has not already been specified, a product should be created fir...
list_prices
This tool will fetch a list of Prices from Stripe. It takes two arguments. - product (str, optional): The ID of the ...
create_payment_link
This tool will create a payment link in Stripe. It takes two arguments: - price (str): The ID of the price to create...
create_invoice
This tool will create an invoice in Stripe. It takes two arguments: - customer (str): The ID of the customer to ...
list_invoices
This tool will fetch a list of Invoices from Stripe. It takes two arguments: - customer (str, optional): The ID of t...
create_invoice_item
This tool will create an invoice item in Stripe. It takes three arguments: - customer (str): The ID of the customer ...
finalize_invoice
This tool will finalize an invoice in Stripe. It takes one argument: - invoice (str): The ID of the invoice to final...
retrieve_balance
This tool will retrieve the balance from Stripe. It takes no input.
create_refund
This tool will refund a payment intent in Stripe. It takes three arguments: - payment_intent (str): The ID of the pa...
list_refunds
This tool will fetch a list of Refunds from Stripe. Returns up to 10 refunds. You must provide either a charge ID or...
list_payment_intents
This tool will list payment intents in Stripe. It takes two arguments: - customer (str, optional): The ID of the cus...
list_subscriptions
This tool will list all subscriptions in Stripe. It takes four arguments: - customer (str, optional): The ID of the ...
cancel_subscription
This tool will cancel a subscription in Stripe. It takes the following arguments: - subscription (str, required): Th...
update_subscription
This tool will update an existing subscription in Stripe. If changing an existing subscription item, the existing sub...
Showing 20 of 31 tools
Works with every major client
Why MintMCP gateway
Centralized governance
Unified authentication, audit logging, and rate control for all Stripe MCP connections.
One-click deployment
Instantly enable Stripe MCP for AI teams via MintMCP's standardized gateway without manual server setup.
OAuth + SSO enforcement
Automatic enterprise authentication wrapping for Stripe MCP endpoints.
Host stdio servers on MintMCP instead of running locally
Containerized servers become accessible to clients like ChatGPT without local installations. Better risk management and security posture without requiring users to run servers on their machines.
Observability and control
Real-time dashboards for monitoring usage, detecting anomalies, and maintaining SLA compliance.
Enterprise hardening
High availability, security, and compliance alignment transform MCP from developer utility to production-grade infrastructure.
Supports shared and per-user auth
Flexibility to configure service accounts at the admin level or enable individual OAuth flows. Secrets remain protected while users gain access, with centralized revocation capabilities.
Granular tool access control
Configure tool access by role. For example, enable read-only operations and exclude write tools like create and delete.
FAQs
Yes. MintMCP Gateway is SOC 2 compliant and uses OAuth-based authentication for all Stripe MCP interactions.