Discover / Development

Stripe Agent Toolkit

by stripeTypeScript

Build AI products with Stripe payments, billing, and commerce tools through MCP integrations.

MCP Serverexperimental

Maturity: experimental because active but has never tagged a release. Derived from release and commit history, not a rating.

Stars
1.8k
Forks
337
Downloads / mo
Last commit
2026-09-09
License
MIT
Open issues
87

Market and trust evidence

Edition not yet matched

No exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.

Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.

Video walkthroughs

Third-party YouTube uploads matched to this tool by title, channel and repository name. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.

What the repository ships

Has testsSecurity policyCI configured

Detected from the actual files in the repository root.

Tags

README

Hero GIF

Stripe AI

This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe.

It contains a collection of SDKs to help you integrate Stripe with LLMs and agent frameworks, including:

  • @stripe/ai-sdk - for integrating Stripe's billing infrastructure with Vercel's ai and @ai-sdk libraries.
  • @stripe/token-meter - for integrating Stripe's billing infrastructure with native SDKs from OpenAI, Anthropic, and Google Gemini, without any framework dependencies.

Model Context Protocol (MCP)

Stripe hosts a remote MCP server at https://mcp.stripe.com. This allows secure MCP client access via OAuth. View the docs here.

You can also build autonomous agents with MCP as well.

Agent skills

Agent skills are instructions that agents can use to build faster and more accurately. Stripe offers a collection of skills that help your agents use the latest best practices when building with Stripe.

If you use one of these popular agent harnesses, we recommend installing the official Stripe plugins, which include additional agent tools and update automatically.

Claude Code

Run this command in your project:


claude plugin install stripe@claude-plugins-official

Codex

Run this command in your project:


codex plugin add stripe@openai-curated

Cursor

Run this command in your project:


/add-plugin stripe

You can also install through the Cursor marketplace.

Grok Build

Run this command in your project:


grok plugin install stripe --trust

Agent Plugins

Installation methods currently vary by client for the new Agent Plugins standard, but you can point your client to our package via:

  • Git URL: https://github.com/stripe/ai
  • Subdirectory: providers/agent-plugins/plugin/.

Manual installation

Manually installed skills don’t auto-update. Run npx skills update -y to get the latest versions.

Run this command in your project:


npx skills add https://docs.stripe.com

License

MIT

Related tools