stripe-mcp
Provides tools for interacting with the Stripe API, enabling customers, payment intents, invoices, and subscription management.
Stripe MCP
MCP server for the Stripe API, generated with MCPForge.
This MCP server exposes core Stripe operations as tools that Claude and other MCP-compatible AI agents can call directly — from creating customers and payment intents to managing subscriptions and invoices.
Live Endpoint
https://www.mcpforge.tech/api/servers/stripe-mcp-demoNo setup required — connect Claude Desktop or any MCP client to this endpoint and start using it immediately.
Related MCP server: Integrations MCP
Usage
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"stripe-mcp": {
"url": "https://www.mcpforge.tech/api/servers/stripe-mcp-demo",
"transport": "http"
}
}
}Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"stripe-mcp": {
"url": "https://www.mcpforge.tech/api/servers/stripe-mcp-demo",
"transport": "http"
}
}
}Available Tools
10 tools across two categories:
Standard Tools
Tool | Description |
| Create a new Stripe customer |
| Retrieve a customer by ID |
| List all customers with optional filters |
| Create a new payment intent |
| Retrieve a payment intent by ID |
| Create a new invoice for a customer |
| List invoices with optional filters |
| Create a subscription for a customer |
Requires Approval ⚠️
These tools trigger irreversible financial operations and require human approval before execution:
Tool | Description |
| Cancel an active subscription (approval required) |
| Issue a refund for a payment (approval required) |
Configure approval workflows in your MCPForge dashboard under Governance → Approvals to require human sign-off before these tools execute.
Security Report
Security Score: 88 / 100 · Verified
Dimension | Result |
Tool Quality Score | 85 / 100 |
Standard tools | 8 |
Approval-required tools | 2 |
Governance controls | 4 / 5 |
Full report: mcpforge.tech/verified/stripe-mcp
Generated with MCPForge
MCPForge converts any OpenAPI spec into a hosted, governed MCP server in under 60 seconds.
Verify any MCP server for free at mcpforge.tech/verify
Browse the verified MCP directory at mcpforge.tech/verified
Generate your own MCP server at mcpforge.tech
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCPForgeHQ/stripe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server