eg
SA

Stripe Agent Toolkit

repo →

Integrate Stripe APIs with LLMs

· "npm"

> install

"npx -y @stripe/mcp --tools=all --api-key=YOUR_STRIPE_SECRET_KEY"

Stripe's Agent Toolkit exposes Stripe's payments, billing, and customer APIs as function-callable tools for LLM agents. Developers building commerce agents — checkout copilots, AI-driven billing workflows, support bots that issue refunds — can wire Stripe actions directly into OpenAI, LangChain, CrewAI, or Vercel AI SDK runtimes. It ships as Python and TypeScript SDKs plus an MCP server, targeting engineering teams embedding transactional capabilities into autonomous or semi-autonomous agent stacks.

> what it does

  • Wraps Stripe API calls as tools callable by LLM agents
  • Supports OpenAI, LangChain, CrewAI, and Vercel AI SDK frameworks
  • Handles payment links, invoices, customers, and subscription operations programmatically
  • Includes Model Context Protocol server for Claude and compatible clients
  • Ships as open-source Python and TypeScript SDKs on GitHub

> touches

> also under

> alternatives to stripe agent toolkit

by surface + editorial

> stripe agent toolkit pairs well with