Skip to main content
📖 The AI Tool Bible

Stripe Agent Toolkit

Stripe's official SDK and MCP server for wiring AI agents into payments, billing, and customer operations.

Free· Toolkit and MCP server are free (MIT). Underlying Stripe usage is billed at standard Stripe rates (typically 2.9% + 30 cents per successful card charge; billing/subscriptions and other products priced separately). LLM/model calls billed by your model provider.MCP Servers
Visit website →
Best for

Engineering teams already on Stripe who want to give LLM agents controlled access to payments, invoicing, and billing without hand-rolling tool schemas or an MCP server.

Skip if

Teams not using Stripe, or anyone who wants a generic multi-processor payments abstraction; also a poor fit where unattended agents must not touch money movement.

Stripe Agent Toolkit is Stripe's official open-source SDK and remote MCP server for wiring AI agents into Stripe's payments, billing, and customer APIs. It ships as a monorepo (TypeScript and Python) with three main entry points: @stripe/ai-sdk for Vercel's AI SDK, @stripe/token-meter for framework-free integrations with the OpenAI, Anthropic, and Google Gemini SDKs, and a hosted remote MCP endpoint at https://mcp.stripe.com that agents connect to over OAuth. There are also first-class installers for Claude Code, Codex, Cursor, and Grok Build so an agent gets a curated set of Stripe tools with a single command. Exposed capabilities cover the surface most commerce agents need: creating and looking up customers, products and prices, generating payment links and invoices, refunding charges, reading balance and dispute data, and running billing operations against subscriptions. Because it is a thin, typed wrapper over the Stripe API, restricted API keys map directly onto the tools an agent can call, which lets you scope an autonomous workflow to, say, invoice creation without granting refund powers. Common workflows include letting a support agent issue a refund from a chat, building an e-commerce copilot that produces payment links on the fly, running an internal ops assistant that pulls MRR and dispute stats, and metering LLM usage so an agent can bill its own users through Stripe. The MCP server is the fastest on-ramp for Claude Desktop, Cursor, and other MCP-aware clients; the SDKs are the better fit when you are shipping a production agent and want deterministic tool schemas inside your own framework.

Editor's take

This is the reference implementation for wiring Stripe into an agent, and it shows. The combination of a hosted MCP endpoint, a Vercel AI SDK plugin, and a framework-free SDK covers virtually every way people are building agents today, and the restricted-key model is the right primitive for scoping what an LLM is allowed to do. I would still gate any refund or payout tool behind a human confirmation, but as a starting kit this is the one I would reach for.

— The AI Tool Bible editorial team

Pros

  • Official Stripe project, MIT-licensed, maintained in the stripe/ GitHub org rather than a community fork.
  • Covers three integration styles: hosted MCP server, Vercel AI SDK plugin, and framework-free SDK for OpenAI/Anthropic/Gemini.
  • One-command installers for Claude Code, Codex, Cursor, and Grok Build make it trivial to add Stripe tools to popular agent clients.
  • Uses Stripe restricted API keys, so tool permissions map cleanly onto real Stripe scopes rather than a bespoke auth layer.
  • Includes a token-meter helper so agents can bill their own LLM usage back to end customers through Stripe billing.
  • Both TypeScript and Python bindings, keeping parity for teams standardized on either stack.

Cons

  • ⚠️ Only useful if you already use Stripe; there is no abstraction for Adyen, Braintree, or other processors.
  • ⚠️ Tool coverage tracks the Stripe API surface but is not exhaustive — advanced Connect, Radar, or Terminal workflows may still need direct API calls.
  • ⚠️ Giving an autonomous agent a live Stripe key carries real financial blast radius; safe use requires careful restricted-key scoping and human approval steps.
  • ⚠️ The remote MCP server centralizes auth on Stripe's endpoint, which means outages or rate limits there hit every connected agent.
  • ⚠️ Documentation is spread across GitHub, docs.stripe.com/agents, and per-package READMEs, which slows first-time setup.

Use cases

MCP server for Claude Desktop and CursorAI support agent that issues refundsE-commerce copilot generating payment linksAutonomous invoicing and dunning workflowsInternal ops assistant reading MRR and disputesMetering and billing LLM token usage to end usersSubscription management via chat interfaceCustomer lookup and enrichment inside agents

Explore related

Compare with similar tools

All in MCP Servers

Airtable MCP Server

MCP Servers

Model Context Protocol server that gives LLMs full read/write access to your Airtable bases.

Free· Open source (MIT) and free to run. You still need an Airtable account and personal access token; Airtable itself is Free / Team $20 per user/mo / Business $45 per user/mo / Enterprise (custom).Natural-language CRM queries against AirtableLLM-driven lead triage and enrichment

Apple Notes MCP

MCP Servers

Let Claude read your local Apple Notes over the Model Context Protocol.

Free· Free / open-source (MIT). No hosted service; runs locally on your Mac.Personal knowledge retrieval from Apple NotesSearching decade-old meeting notes during a Claude chat

AWS MCP Servers

MCP Servers

Official AWS Labs collection of Model Context Protocol servers for connecting AI coding assistants and agents to AWS services and documentation.

Free· Free and open source (Apache 2.0). AWS service usage billed at standard AWS rates. Optional AWS-hosted 'remote managed' servers included at no additional charge beyond consumed AWS services.AWS infrastructure-as-code scaffolding with CDK or CloudFormationGrounded answers from live AWS documentation

Azure MCP Server

MCP Servers

Official Microsoft MCP server that exposes 40+ Azure services to AI agents under the developer's own Entra ID credentials.

Free· Server is free and MIT-licensed. Azure resource usage is billed separately at standard Azure rates based on whatever services the agent queries or mutates.Natural-language Azure resource inventoryLog Analytics and Kusto (KQL) querying from an agent

Blender MCP

MCP Servers · Model-agnostic; commonly paired with Claude (Sonnet/Opus) via Claude Desktop, but works with any MCP-capable client

Give Claude hands inside Blender — an MCP server for natural-language 3D modeling.

Free· Free and open-source (MIT license). No hosted service, no subscription; you supply your own MCP-capable client (Claude Desktop, Cursor, VS Code, OpenCode) and pay only for whatever LLM the client uses.AI-assisted 3D scene blockingGenerative prop and mesh creation via Hyper3D Rodin

Brave Search MCP

MCP Servers

Give any MCP client web and local search powered by the Brave Search API.

Freemium· Free: $ 0 USD · Team: $ 4 USD per user/month · Enterprise: $ 21 USD per user/monthGrounded web search inside Claude DesktopAgent fact-checking and citation lookup