stripe-mcp
by MCPForgeHQ
README.md
# Stripe MCP
[](https://www.mcpforge.tech/verified/mcpforge-mcp)
[](https://smithery.ai/servers/kamolc4/stripe-mcp)
MCP server for the [Stripe API](https://stripe.com/docs/api), generated with [MCPForge](https://mcpforge.tech).
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-9hw8n
```
No setup required — connect Claude Desktop or any MCP client to this endpoint and start using it immediately.
---
## Usage
### Claude Desktop
Add this to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"stripe-mcp": {
"url": "https://www.mcpforge.tech/api/servers/stripe-mcp-9hw8n",
"transport": "http"
}
}
}
```
Config file location:
- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
- **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
### Cursor
Add to your Cursor MCP settings:
```json
{
"mcpServers": {
"stripe-mcp": {
"url": "https://www.mcpforge.tech/api/servers/stripe-mcp-9hw8n",
"transport": "http"
}
}
}
```
---
## Available Tools
10 tools across two categories:
### Standard Tools
| Tool | Description |
|------|-------------|
| `createCustomer` | Create a new Stripe customer |
| `getCustomer` | Retrieve a customer by ID |
| `listCustomers` | List all customers with optional filters |
| `createPaymentIntent` | Create a new payment intent |
| `getPaymentIntent` | Retrieve a payment intent by ID |
| `createInvoice` | Create a new invoice for a customer |
| `listInvoices` | List invoices with optional filters |
| `createSubscription` | Create a subscription for a customer |
### Requires Approval ⚠️
These tools trigger irreversible financial operations and require human approval before execution:
| Tool | Description |
|------|-------------|
| `cancelSubscription` | Cancel an active subscription _(approval required)_ |
| `refundPayment` | 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/mcpforge-mcp](https://www.mcpforge.tech/verified/mcpforge-mcp)
---
## Generated with MCPForge
[MCPForge](https://mcpforge.tech) converts any OpenAPI spec into a hosted, governed MCP server in under 60 seconds.
- **Verify** any MCP server for free at [mcpforge.tech/verify](https://mcpforge.tech/verify)
- **Browse** the verified MCP directory at [mcpforge.tech/verified](https://mcpforge.tech/verified)
- **Generate** your own MCP server at [mcpforge.tech](https://mcpforge.tech)
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues