Skip to main content
Glama
MCPForgeHQ

stripe-mcp

by MCPForgeHQ

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-9hw8n

No 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.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.

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

Maintenance

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

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

  • A
    license
    -
    quality
    D
    maintenance
    The 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.
    Last updated
    17,494
    1,715
  • A
    license
    A
    quality
    B
    maintenance
    A 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 updated
    52
    27
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

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