Stripe Agent Toolkit MCP Server

Stripe billing and infrastructure tools for building AI agents and workflows.

Data last scanned today · Reviewed yesterday

631,695TypeScriptMIT

Overview

Stripe Agent Toolkit provides a collection of SDKs and agent skills designed to integrate Stripe's billing and business infrastructure with LLMs. It includes specific tools like the @stripe/ai-sdk for Vercel integration and @stripe/token-meter for tracking usage across OpenAI, Anthropic, and Google Gemini models. The repository also serves as a hub for developer instructions, offering documentation on how to utilize official plugins for platforms like Claude Code, Cursor, and Grok. Developers can manually add skills to their agents to automate Stripe-related tasks using provided CLI commands.

Our verdict

With a security score of 38/100, this toolkit carries a high risk level for production environments. The absence of an authentication method means anyone with access to the configuration can execute commands, and the server lacks a read-only mode, granting broad write access by default. It is suitable for experimental or development use, but should be avoided in sensitive environments until more robust access controls are implemented.

  • Includes zero direct dependencies to minimize supply-chain risk
  • Maintained under an MIT license
  • Supported by 40 active contributors
  • Provides real documentation and integration instructions
  • Lacks authentication, allowing unauthorized configuration access
  • No read-only mode to restrict write operations
  • Not maintained by the official Stripe engineering team

Compatibility

ClientLocalDockerRemoteRead-only
Claude Desktop
Cursor
VS Code
Windsurf
ChatGPT

Frequently asked questions

How do I connect to the Stripe MCP server?

Stripe hosts a remote MCP server at https://mcp.stripe.com, which supports MCP client access via OAuth.

Does the manually installed agent skill auto-update?

No, manually installed skills do not auto-update. You must run npx skills update -y to ensure you have the latest versions.

Alternatives

Badge

Stripe Agent Toolkit MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.