Skip to main content
Glama
MCPForgeHQ

stripe-mcp

Stripe MCP

Verified by MCPForge

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-demo

No 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.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-demo",
      "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/stripe-mcp


Generated with MCPForge

MCPForge converts any OpenAPI spec into a hosted, governed MCP server in under 60 seconds.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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