eg
ST

Stripe

repo →

Interact with Stripe API

HTTP· API key· npm

> install

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

Stripe's MCP server exposes its API surface to AI agents through the Model Context Protocol, letting LLM-based assistants create customers, issue refunds, generate payment links, and query transactions without custom middleware. Built for engineering teams at commerce platforms and SaaS vendors embedding agentic workflows, it ships as part of Stripe's agent toolkit with SDKs for TypeScript and Python, plus primitives for scoping agent permissions against live Stripe accounts.

> what it does

  • Exposes Stripe API endpoints as MCP tools for LLM agents
  • Supports customer creation, refunds, invoices, and payment link generation
  • Ships TypeScript and Python SDKs within the agent toolkit
  • Scopes agent permissions per Stripe resource and action type
  • Maintained directly by Stripe as an open-source reference implementation

> touches

> also under

> alternatives to stripe

by surface + editorial

> stripe pairs well with