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-9hw8nNo setup required — connect Claude Desktop or any MCP client to this endpoint and start using it immediately.
Related MCP server: Stripe MCP Server
Usage
Claude Desktop
Add this to your claude_desktop_config.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.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-9hw8n",
"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/mcpforge-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 deployed
Maintenance
Related MCP Connectors
- mcpOAuthcom.stripe
MCP server integrating with Stripe - tools for customers, products, payments, and more.
Stripe MCP Pack — read-only access to Stripe data via API key.
Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.8,3721,799-
- FlicenseNot gradedqualityDmaintenanceA remote MCP server implementation that integrates with Stripe, enabling AI assistants to interact with the Stripe API for payment processing functionality.-
- AlicenseAqualityBmaintenanceA local MCP server for Stripe payment operations with 52 tools across 8 domains, featuring built-in PII redaction and strict input validation for safe AI-assisted development workflows.52371MIT
- AlicenseNot gradedqualityBmaintenanceMCP server enabling AI agents to accept payments in France via Stripe hosted checkout. Provides tools for creating EUR payment links and checking payment status.MIT