Stripe MCP Server
by Stripe
Official Stripe MCP. Customers, subscriptions, invoices, payment intents, products, all through an agent.
MCP
Stripe MCP Server
Added 17 May 2026
Overview
Stripe's official MCP server exposes the Stripe API through MCP. Look up customers, manage subscriptions, generate invoices, inspect failed payments, and operate the catalog from any MCP-compatible client. Scopes through standard Stripe API keys, with restricted-key support for least-privilege agent access.
Best for
Best for
Any team running Stripe whose ops involve regular customer or invoice lookups
Use cases
- Look up a customer and their last invoice from a support agent run
- Reconcile a failed payment and reach out from the same agent loop
- Generate monthly revenue summaries from real Stripe data
- Operate the product and price catalog from an agent session
Notes
Why it matters
Stripe is the substrate for billing for most modern SaaS. An MCP server here turns the dashboard into one of many surfaces, and frees up finance and support teams to operate through agent loops.
How teams use it in production
Use restricted keys per agent. Pin to read-only for support workflows. Use a tighter write-scoped key for refund or subscription mutation flows.
What to watch
The Stripe MCP plus a billing skill is the cleanest “ops finance agent” pattern available. Expect a wave of agent-driven billing tools built on this surface.
Pros
- Official, kept current with the Stripe API
- Restricted-key support lets you scope agents tightly
- Covers the surfaces support and finance actually use
- Pairs well with Slack MCP for support-loop automation
Cons
- Live mode access needs deliberate guardrails
- Tax and reporting still benefit from native dashboard work
- Multi-account orgs need per-account token discipline
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.