Stripe
Manage Stripe payments resources: customers, products, invoices, and payments.
Stripe
Manage Stripe payments resources: customers, products, invoices, and payments. With Lunar.dev MCPX, the MCP Gateway for secure and governed tool access, you connect the Stripe MCP server to Claude, ChatGPT, Cursor, and any MCP client through one gateway that routes, authenticates, and governs every Stripe tool call against your policies.
Why MCPX
MCPX is Lunar.dev's MCP Gateway. It sits between your AI agents and your MCP servers as a single gateway for every tool call, routing, authenticating, and governing traffic against your policies. Connect Stripe once and govern it everywhere: role-based access per agent with on-behalf-of attribution, real-time visibility, and an immutable audit trail of who did what, all deployable inside your own VPC.
Tools content
- create_customer · Write
Create a customer in Stripe. - list_customers · Read-only
Fetch a list of customers from Stripe. - create_product · Write
Create a product in Stripe. - list_products · Read-only
Fetch a list of products from Stripe. - create_price · Write
Create a price in Stripe. - list_prices · Read-only
Fetch a list of prices from Stripe. - create_payment_link · Write
Create a payment link in Stripe. - create_invoice · Write
Create an invoice in Stripe. - list_invoices · Read-only
Fetch a list of invoices from Stripe. - create_invoice_item · Write
Create an invoice item in Stripe. - finalize_invoice · Write
Finalize an invoice in Stripe. - retrieve_balance · Read-only
Retrieve the balance from Stripe. - list_coupons · Read-only
Fetch a list of coupons from Stripe. - create_coupon · Write
Create a coupon in Stripe. - create_refund · Write
Refund a payment intent in Stripe. - list_payment_intents · Read-only
List payment intents in Stripe. - list_subscriptions · Read-only
List all subscriptions in Stripe. - cancel_subscription · Write
Cancel a subscription in Stripe. - update_subscription · Write
Update an existing subscription in Stripe. - search_stripe_documentation · Read-only
Search and retrieve relevant Stripe documentation to answer an integration question.
Frequently asked questions
What is the Stripe MCP server?
Manage Stripe payments resources: customers, products, invoices, and payments. Through Lunar.dev MCPX, Stripe connects to any MCP-compatible AI client behind a single governed gateway.
How do I connect Stripe to MCPX?
Add the Stripe server in the MCPX control plane or your app.yaml, then point your AI client at your MCPX gateway. MCPX handles API Key and routes every Stripe call through the gateway.
Is the Stripe MCP server official?
Yes. Stripe is an official, vendor-published MCP server, and MCPX governs it like any other server in your catalog.
What authentication does Stripe use with MCPX?
Stripe uses API Key. MCPX enforces authentication at the gateway with token-based auth, OAuth, and role-based profiles, so you control which agents can invoke it.
How many tools does Stripe expose in MCPX?
Stripe's tools can be enabled or disabled individually in MCPX for least-privilege access.
