Morgan Dutemple
← All of the Agent Library
MCPData & analyticsClaudeChatGPT

Stripe Agent Toolkit

This toolkit exposes Stripe's functions (payments, subscriptions, billing) to an AI agent, for building financial automations or assistants able to create payment links, review transactions or handle refunds. Stripe now also hosts an official remote MCP (`mcp.stripe.com`) alongside SDKs for integrating into your own code.

The Stripe agent toolkit's GitHub repository

Key advantages

  • Officially maintained by Stripe
  • Covers payments, subscriptions and billing
  • Compatible with several agent frameworks (MCP, LangChain, Vercel AI SDK)

Who it's for, and why

Product and finance teams who want to automate billing or payment support tasks via an AI agent.

  • Creating payment links on demand
  • Reviewing and analyzing transactions
  • Partially automating payment support (refunds, disputes)

Getting started

  1. 1Official remote MCP server: `https://mcp.stripe.com`, secure connection via OAuth from a compatible MCP client.
  2. 2For Claude Code, install via the official plugin: `claude plugin install stripe@claude-plugins-official`.
  3. 3For finer control (LangChain, Vercel AI SDK frameworks...), the `@stripe/ai-sdk` or `@stripe/token-meter` SDKs install via npm into your own code.

Things to watch out for

  • Grants access to real financial operations (payments, refunds): human confirmation before any irreversible action is essential, not just recommended.
  • Third-party integrations (LangChain, AI SDK) require writing integration code, unlike the ready-to-use Claude Code plugin.

Frequently asked questions

Can this MCP trigger a real refund with no confirmation?

Technically, the agent can call the functions exposed by the connected Stripe token: putting a human confirmation step before any irreversible financial action is an essential precaution, not optional.

Do I need an existing Stripe account?

Yes, the toolkit connects to a real (or test) Stripe account already set up; it doesn't include its own payment service.

Is it limited to Claude and ChatGPT?

No, Stripe also offers SDKs compatible with LangChain and the Vercel AI SDK for integration into custom code, beyond just MCP clients.