stripe-mcp
MCP server for the Stripe API with 10 tools covering payments, customers, invoices, and subscriptions. Generated with MCPForge. Destructive and financial operations require human approval.
README
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-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:
{
"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:
{
"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
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.