John O'Sullivan 29f2b79419 Add Agent Plugins 1.0 provider package (#487)
* bootstrapping agent-plugins provider

* nesting into a  folder in case we start hosting more than one plugin in the future

* Align Agent Plugin paths with nested layout

Document the multi-plugin provider convention and keep sync automation pointed at the relocated portable package.

Co-authored-by: Cursor <cursoragent@cursor.com>
Committed-By-Agent: cursor

* changing installation instructions

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 17:15:09 -04:00
2026-08-15 00:21:08 +00:00
2026-08-15 00:21:08 +00:00
2026-08-15 00:21:08 +00:00
2026-04-16 09:47:01 -07:00
2026-08-15 00:21:08 +00:00
2026-05-08 10:55:23 -04:00
2026-02-11 13:17:05 -05:00
2024-11-13 14:37:40 -05:00
2024-11-13 14:37:40 -05:00
2025-10-31 09:28:15 -07:00
2024-11-13 14:37:40 -05:00

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:

Manual installation

Manually installed skills dont 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

S
Description
stripe-best-practices: Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared test mode sandbox), API selection…; upgrade-stripe: Guide for upgrading Stripe API versions and SDKs; stripe-projects: Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a database", "set up auth", "add caching",…; stripe-best-practices: Guides Stripe integration decisions across developmen…
Readme MIT 16 MiB
Languages
TypeScript 49.3%
Ruby 12.7%
Python 11.6%
JavaScript 10%
Shell 4.6%
Other 11.8%