| name | stripe-agent-toolkit-for-ai-payment-integration |
| description | Use when working with the official Stripe Agent Toolkit provides Python and TypeScript libraries plus a hosted MCP server for integrating Stripe payment APIs with AI agent frameworks. Supports OpenAI, LangChain, CrewAI, and Vercel AI SDK through function calling with granular API key permissions. |
| metadata | {"author":"agentskillexchange"} |
Stripe Agent Toolkit for AI Payment Integration
The official Stripe Agent Toolkit provides Python and TypeScript libraries plus a hosted MCP server for integrating Stripe payment APIs with AI agent frameworks. Supports OpenAI, LangChain, CrewAI, and Vercel AI SDK through function calling with granular API key permissions.
Installation
Use the upstream install or setup path that matches your environment:
- npx -y @stripe/mcp --api-key=YOUR_STRIPE_SECRET_KEY
- pip install stripe-agent-toolkit
- npm install @stripe/agent-toolkit
Requirements and caveats from upstream:
Basic usage or getting-started notes:
-
The Stripe Agent Toolkit also exposes tools in the Model Context Protocol (MCP) format. Or, to run a local Stripe MCP server using npx, use the following command:
-
Stripe's Agent Toolkit enables popular agent frameworks including OpenAI's Agent SDK, LangChain, CrewAI, and Vercel's AI SDK to integrate with Stripe APIs through function calling. The library is not exhaustive of the...
-
You don't need this source code unless you want to modify the package. If you just
-
Source: https://github.com/stripe/ai
-
Extracted from upstream docs: https://raw.githubusercontent.com/stripe/ai/HEAD/README.md
Source
Source: agentskillexchange/skills — distributed by TomeVault.