1. Stripe MCP Server
Enables integration with Stripe APIs through the Model Context Protocol (MCP) for actions like creating payment links, products, prices, and managing subscriptions, coupons, customers, and invoices.
The Stripe Agent Toolkit enables AI agent frameworks like OpenAI Agent SDK, LangChain, CrewAI, Vercel AI SDK, and MCP to integrate with Stripe APIs through function calling for payment processing and e-commerce automation.
{
"name": "stripe-mcp-server",
"version": "mcp",
"args": {
"command": "npx",
"args": ["-y", "@stripe/mcp", "--tools=all", "--api-key=YOUR_STRIPE_SECRET_KEY"]
}
}