💳

Stripe MCP

✓ 官方/认证

Stripe (官方)

Stripe 支付 MCP,Payment/Customer/Subscription/Invoice/Connect/Refund 全套

1.8k
GitHub Stars
stdio
安装方式
MIT
开源协议
6
可用工具

📖 详细介绍

Stripe 官方 MCP Server,覆盖 Stripe 全部支付能力:PaymentIntent 收款、Customer 客户管理、Subscription 订阅、Invoice 发票、Connect 平台分账、Refund 退款、Dispute 争议、Terminal 线下支付。

核心特性

全球 100+ 支付方式
Subscription 订阅引擎
Connect 平台分账
Webhook 事件
3D Secure
反欺诈 Radar

🛠️ 可用工具 (6)

create_payment()
create_customer()
create_subscription()
create_invoice()
create_refund()
list_balance()

🎯 适用场景

在线收款
SaaS 订阅
平台分账
发票系统
退款处理
财务对账

🔎 相关搜索

用户搜索 Stripe MCP 时的常见问题和长尾关键词:

#Stripe MCP 官方#在线支付 MCP#SaaS 订阅 Stripe#Stripe Connect 分账#Stripe Invoice 发票

🧷 主题归类

Stripe MCP 属于以下主题:

常见问题 (FAQ)

Q1.支持哪些支付方式?

支持 100+ 支付方式:国际信用卡、Apple Pay、Google Pay、Alipay、WeChat Pay、SEPA、iDEAL 等。

Q2.Webhook 签名验证?

MCP 自动处理 Webhook 签名验证,提供 stripe.webhook.constructEvent 等价方法。

Q3.测试模式?

是的,Stripe 提供完整测试模式,使用 sk_test_* 密钥和测试卡号 4242 4242 4242 4242。

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • Stripe API Key

安装命令

npx -y @stripe/mcp-server

Claude Desktop 配置 (claude_desktop_config.json)

{
  "mcpServers": {
    "stripe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp-server"
      ]
    }
  }
}

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 金融与商业 MCP

Stripe MCP金融与商业 分类下的 MCP server 之一