Stripe MCP
# Stripe MCP Serverless API Complete payment processing integration through the Model Context Protocol. Handle customers, payments, subscriptions, products, and more with AI-optimized tools for modern application development. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js, mobile applications, SaaS platforms, AI automation…
Stripe MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| GET |
getToolGroupsInfo /config |
Get information about available tool groups without creating a session. Useful for discovering what tool groups are available before configuration. |
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with organized Stripe tools. **Integration Path**: Web Applications & SaaS Platforms **Session Management**: Manual - you… |
| mcp | ||
| GET |
mcpStatusCheck /mcp |
Check if the MCP endpoint is operational and get service info with tool organization details. |
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication with enhanced tool organization. Uses the JSON-RPC 2.0 format for requests and responses. **Integration Paths**: -… |
| stripe | ||
| GET |
directStripeGet /stripe |
RESTful endpoint for direct Stripe operations without using the MCP protocol. Supports all Stripe operation types through the 'type' parameter. **Integration Path**: Direct REST… |
| POST |
directStripePost /stripe |
RESTful endpoint for direct Stripe operations using POST method. Supports all Stripe operation types with comprehensive data in request body. **Integration Path**: Direct REST… |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service and get operational metrics with tool organization info. |
Stripe MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $6.99 / month | — |
|
| ULTRA Recommended | $17.99 / month | — |
|
| MEGA | $54.99 / month | — |
|