stripe-best-practices
72 score
Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared test mode sandbox), API selection…
Ranked #74 out of 1484 indexed tools.In the top 5% of all indexed tools.Has 1,834 GitHub stars.Has 41 contributors.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 89k
Freshness today
Issue Health 30%
Stars 1,834
Platform Breadth 10 platforms
Contributors 41
Description Detailed
How to Improve
Issue Health high impact
Supported Platforms
From the README
# 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`](/llm/ai-sdk) - for integrating Stripe's billing infrastructure with Vercel's [`ai`](https://npm.im/ai) and [`@ai-sdk`](https://ai-sdk.dev/) libraries. * [`@stripe/token-meter`](/llm/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](https://docs.stripe.com/mcp#connect). You can also [build autonomous agents](https://docs.stripe.com/mcp#agents) with MCP as well. ## Agent skills [Agent skills](https://agentskills.io/home) are instructions that agents can use to build faster and morRead full README on GitHub →