TL;DR
– Stripe has an official MCP server with 23 tools, built by Stripe
– It lets an assistant manage customers, invoices, payment links, refunds, subscriptions and disputes, and search Stripe docs
– Connect it at mcp.stripe.com with OAuth or a restricted API key, and confirm before any write
– Use it to turn paying customers into a lookalike audience for outreach in La Growth Machine
Stripe has an official MCP server, built by Stripe. It lets an AI assistant like Claude work with your Stripe account and search Stripe’s documentation in plain language. In practice it can:
- create and list customers, products, and prices
- create invoices and payment links
- issue refunds and manage disputes
- manage subscriptions and coupons
- read your balance and search the docs
It works with Claude, ChatGPT (OpenAI), and any other assistant or LLM that supports the Model Context Protocol.
This guide covers what the Stripe MCP does, how to connect it, and a go-to-market angle: turning your paying customers into your next lookalike audience in La Growth Machine.
New to the protocol? Start with what an MCP server is.
What is the Stripe MCP
The Stripe MCP server is Stripe’s official implementation of the Model Context Protocol, the open standard that lets AI applications talk to external systems. It exposes the Stripe API and Stripe’s knowledge base to an assistant.
So the AI can read and act on your payments data, and answer questions from Stripe’s own documentation, on your behalf.
It works with Claude, ChatGPT (OpenAI), and any other assistant or LLM that supports the Model Context Protocol.
What the Stripe MCP lets you do
The server ships 23 tools that cover billing end to end. Grouped:
- Customers and catalog – create and list customers, products, and prices, and read your account info.
- Invoices and payment links – create, finalize, and list invoices and invoice items, and generate payment links.
- Payments, refunds, and disputes – list payment intents, create refunds, read your balance, and list or update disputes.
- Subscriptions and coupons – list, update, and cancel subscriptions, and create or list coupons.
- Documentation – search Stripe’s docs and support articles.
A few examples:
- “List my active subscriptions over $500 a month.”
- “Create a payment link for the annual plan.”
- “Show me this week’s disputes and summarize the reasons.”
⚠️ The Stripe MCP can move money and change billing: refunds, invoices, and subscription edits are real actions. Scope it carefully (see Tips below).

How to install the Stripe MCP
Setup runs over OAuth or a restricted API key.
- Connect your account. Point your MCP client at
https://mcp.stripe.comand authenticate with OAuth, or use a restricted API key for a local setup. See the Stripe MCP docs. - Use it in ChatGPT and Codex too. OpenAI supports MCP, so you can add this server in ChatGPT through connectors or in OpenAI Codex.
For the full walkthrough on adding an MCP server to your assistant, see what an MCP server is and how to install one.
A GTM use case: from revenue to outreach
Your paying customers are the clearest signal of who to target next. Stripe holds that revenue truth, and La Growth Machine runs the outreach. Connect both to the assistant and you turn revenue into a prospecting motion.
Turn your best customers into a lookalike audience
What it produces
Claude reads your highest-revenue customers from Stripe, clusters them into the ICP archetypes that actually pay, and outputs a lookalike Sales Navigator search per archetype to feed a La Growth Machine campaign.
Example output:
Your highest-revenue Stripe customers, clustered into the archetypes that actually pay, each with a lookalike search to find more.
Software · 51 to 200 · Growth annual plan
Marketing and sales agencies · 11 to 50 · monthly
Tech · 201 to 500 · annual, multi-seat
Prompts to try:
- Read my top customers by revenue in Stripe and group them into ICP archetypes.
- Build a lookalike Sales Navigator search for the top archetype.
- Hand that list to La Growth Machine and launch a sequence.
See the Won-Deal ICP Finder skill.
Re-engage on a churn or payment signal
What it produces
A re-engagement sequence that fires when a subscription cancels or a payment fails, so the customer hears from a human before they are gone for good.
Prompts to try:
- When a subscription cancels in Stripe, add the contact to my win-back audience in La Growth Machine.
- List failed payments this week and draft a soft re-engagement message.
See the Multichannel Campaign Builder skill.
⚠️ La Growth Machine does not have a native Stripe integration (yet). You connect the two by orchestrating both MCP servers from the assistant, or through an automation layer like Zapier, n8n, or Make. See the La Growth Machine integrations.

Tips and security
The Stripe MCP touches money, so this is the one to lock down.
- Use a restricted API key. Grant read-only or narrow scopes unless a task truly needs to write.
- Confirm before any write. Refunds, invoices, and subscription changes are real, so require confirmation before they run.
- Never put secret keys in a prompt. Authenticate through OAuth or your MCP client config, not the chat.
- Use trusted connectors. Stripe’s connector is official, built by Stripe.
Frequently asked questions
Does Stripe have an official MCP server?
Yes. Stripe ships an official MCP server at https://mcp.stripe.com, with 23 tools and a documentation search.
What can the Stripe MCP do?
It lets an assistant manage customers, products, prices, invoices, payment links, refunds, disputes, subscriptions, and coupons, read your balance, and search Stripe’s docs.
How do I connect Stripe to Claude?
Point your MCP client at https://mcp.stripe.com and authenticate with OAuth, or use a restricted API key. It works with Claude, ChatGPT (OpenAI), and other MCP hosts.
Is it safe to connect Stripe to an AI assistant?
It can be, if you scope it. Use a restricted key, keep writes behind confirmation, and never paste secret keys into a prompt.
Can I connect Stripe and La Growth Machine?
Not natively (yet). Orchestrate both MCP servers from the assistant, or connect them through Zapier, n8n, or Make, to turn paying customers into a lookalike audience.