Stripe Agent Toolkit
Stripe's agent surface is no longer a single npm toolkit page. Official docs live at docs.stripe.com/agents. They cover agent-first developer tools, usage-based billing for AI features, and agentic commerce so agents can buy and sell. The open-source repo is stripe/ai (about 1,748 stars on 2026-08-17), MIT licensed, described as a one-stop shop for AI products on Stripe. Keep the slug, but send readers to the current agents docs and stripe/ai, not a frozen "Agent Toolkit + MPP" list.
Key Features
- MCP server: Hosted at
https://mcp.stripe.comwith OAuth. Cursor, Claude Code, and other clients can talk to Stripe resources and search docs. - Agent skills:
stripe agent setupornpx skills add https://docs.stripe.com. Official plugins:claude plugin install stripe@claude-plugins-official,codex plugin add stripe@openai-curated, Cursor/add-plugin stripe,grok plugin install stripe --trust. - CLI first: Docs start with
npm i -g @stripe/cli,stripe sandbox create, thenstripe agent setup. You can begin without a full account via sandbox keys. - Billing SDKs in stripe/ai:
@stripe/ai-sdkfor Vercel AI SDK,@stripe/token-meterfor OpenAI / Anthropic / Gemini usage. - Agentic commerce: Stripe Directory, sell-through-agents, accept payments from agents, and token billing.
Use Cases
- Coding agents that must create customers, products, or refunds through MCP instead of pasted secret keys.
- AI SaaS metering with
@stripe/token-meter. - Catalogs that agents can shop via agentic commerce.
Pricing
Stripe does not sell a separate "Agent Toolkit" SKU. You pay normal Stripe processing and any usage-based Billing you attach to tokens or API calls. Confirm docs.stripe.com/agents and your Dashboard pricing.
Getting Started
- Read Agents and AI on Stripe.
- Install the CLI, create a sandbox, run
stripe agent setup. - Point Claude Code or Cursor at
https://mcp.stripe.comand complete OAuth. - For app metering, add
@stripe/token-meterfrom stripe/ai.
Frequently Asked Questions
Is the GitHub repo still stripe/agent-toolkit?
The live canonical repo is stripe/ai. Older toolkit paths redirect there.
Do I need a Stripe account first?
Docs say you can start a sandbox and get working keys without signing up.
What about ACP / MPP names in older posts?
Use the current agents and agentic-commerce docs. Do not keep unofficial protocol acronyms unless the live page still uses them.
Alternatives
- x402: HTTP 402 payments for agents outside Stripe.
- Coinbase AgentKit: Onchain wallets instead of card rails.
- OpenAI Agents SDK: Agent runtime that can call Stripe tools.
Tips
- Prefer official harness plugins so skills auto-update.
- Keep live keys out of chat. MCP OAuth exists for that.
- Confirm mcp.stripe.com auth when you rotate team members.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.

Obsidian CLI + Codex: Turn Your Vault into an Agent Knowledge Engine
Obsidian CLI gives Codex and other agents a searchable, auditable, link-aware interface to a local Vault, using real cases and reproducible workflows.
The Twilight of Low-Code Platforms: Why Claude Agent SDK Will Make Dify History
A deep dive from first principles of large language models on why Claude Agent SDK will replace Dify. Exploring why describing processes in natural language is more aligned with human primitive behavior patterns, and why this is the inevitable choice in the AI era.