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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA remote MCP server implementation that integrates with Stripe, enabling AI assistants to interact with the Stripe API for payment processing functionality.Last updated
- 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.Last updated52271MIT
- Alicense-qualityBmaintenanceMCP server enabling AI agents to accept payments in France via Stripe hosted checkout. Provides tools for creating EUR payment links and checking payment status.Last updatedMIT
Related MCP Connectors
MCP server integrating with Stripe - tools for customers, products, payments, and more.
Stripe MCP Pack — read-only access to Stripe data via API key.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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