TC
ToolCompared
MCP Server

Stripe Agent Toolkit MCP Server

by Stripe

Stripe APIs for agentic payment, billing, and subscription flows.

OfficialTypeScriptDeveloper Tools

About Stripe Agent Toolkit

The Stripe Agent Toolkit supports popular agent frameworks like OpenAI Agent SDK, LangChain, CrewAI, Vercel AI SDK, and MCP. Built directly on the Stripe Python and Node SDKs, offering function calling integration, context management for connected accounts, and middleware for metered billing. Supports customer, product, price, payment link, invoice, and refund management.

Tags

paymentsstripebillingagents

How to install Stripe Agent Toolkit

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "stripe-agent-toolkit": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-stripe-agent-toolkit"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Developer Tools