LogoSTMCP
Download
agent-toolkit

Stripe Agent Toolkit

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.

Tools

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.

Open Graph image for Stripe Agent Toolkit

JSON Config

{
  "name": "stripe-mcp-server",
  "version": "mcp",
  "args": {
    "command": "npx",
    "args": ["-y", "@stripe/mcp", "--tools=all", "--api-key=YOUR_STRIPE_SECRET_KEY"]
  }
}

Information

  • Author@stripe
  • Published date2025/09/11