Skip to main content
Glama

💳 stripe-mcp

Stripe 网关、SaaS 计费运维与奥地利/欧盟税务合规引擎

FastMCP 3.4 Python 3.11+ Vite React License MIT


stripe-mcp 是一个 FastMCP 3.4+ 服务器和 SOTA React Web 仪表盘,旨在将自主 AI 代理(Claude Desktop、Antigravity IDE、OpenManus)与人工操作员连接至 Stripe 支付处理、客户支持运营、订阅管理,以及 奥地利/欧盟区域税务合规(增值税 20%/10%/13%、欧盟 ATU 反向征收,以及 BAO § 132 财会记录保留)

⚡ 快速开始

# Navigate to repository
cd D:\Dev\repos\stripe-mcp

# Install dependencies via uv
uv sync

# Launch Backend (Port 11165) & React Webapp (Port 11166)
.\start.ps1

启动后,打开 http://127.0.0.1:11166 即可与 Web 仪表盘交互。


Related MCP server: Stripe MCP Server

✨ 核心特性

  • 💳 客户与扣款操作:创建客户、更新元数据、获取扣款记录并跟踪争议。

  • 🔁 订阅管理:跟踪活跃订阅者,暂停、恢复、取消订阅,并监控 MRR 与流失 KPI。

  • 🛍️ 3DS2 结账生成器:生成支持 银行卡EPS 网银SEPA 直接借记 的 Stripe Payment Links 与 Checkout Sessions。

  • 🛡️ 财务安全上限:严格硬性上限(MAX_REFUND_AMOUNT_EUR = €500.00)可阻止未经授权的代理退款超额行为。

  • 🇦🇹 奥地利与欧盟税务合规

    • 自动计算 20% 标准增值税10% / 13% 低税率(UStG 1994)。

    • 针对 0% 反向征税ATU\d{8})的 VIES/EU 增值税号格式验证。

    • BAO § 132 七年财政发票归档锁定元数据。

  • 🖥️ SOTA React Web 仪表盘(端口 11166):一站式 UI,包含仪表盘、客户目录、订阅管理器、退款工作室、发票工作室、Webhook 收件箱、工具工作台、技能、LLM 聊天、设置、帮助与审计日志。

  • 测试直至接入(Mock-until-Onboarded):在连接 Stripe Restricted API Key(rk_test_...)之前,开箱即用地使用合成的奥地利数据。


🏗️ 架构

+-----------------------------------------------------------------------+
|                             AI AGENT HOST                             |
|          (Claude Desktop / Antigravity IDE / OpenManus / Cursor)      |
+-----------------------------------------------------------------------+
                                   |
                         (FastMCP stdio / HTTP /mcp)
                                   v
+-----------------------------------------------------------------------+
|                    stripe-mcp FastMCP 3.4+ SERVER                     |
|                           (Port 11165 REST/MCP)                       |
|                                                                       |
|  +------------------------+  +-------------------------------------+  |
|  |  austria_tax.py Engine |  |  Portmanteau Tools                  |  |
|  |  - 20%/10%/13% VAT       |  |  - manage_stripe_customers          |  |
|  |  - ATU Syntax Checker  |  |  - manage_stripe_subscriptions      |  |
|  |  - Reverse Charge      |  |  - manage_stripe_payments         |  |
|  |  - BAO § 132 Metadata  |  |  - manage_stripe_checkout         |  |
|  +------------------------+  +-------------------------------------+  |
+-----------------------------------------------------------------------+
            |                                           |
    (Stripe REST API)                           (SSE & REST /api)
            v                                           v
+-----------------------+               +-------------------------------+
|  Stripe Cloud Platform|               | React + Vite Webapp Dashboard |
|  - API Gateway        |               |          (Port 11166)         |
|  - Webhooks Ingest    |               | - Hero & KPIs (MRR/VAT)       |
|  - EPS / SEPA / PSD2  |               | - Mock-until-onboarded        |
+-----------------------+               | - Catch-them-all Pages        |
                                        +-------------------------------+

🇦🇹 奥地利与欧盟合规及入驻准则

  1. 双人验证规则(代表人 & UBO):根据欧盟第五反洗钱指令与奥地利 KYC 规定,Stripe 要求同时验证 账户代表人 和所有 最终受益人(UBO)(持有 >25% 股权或共同经营董事)。对于标准企业架构(例如两人合伙的 GmbH),两人均须提交身份与地址证明。

  2. 地址证明(Meldezettel / Meldebestätigung):必须为最近办理的(开具时间在 3 至 6 个月内)。带照片证件(护照)与地址证明(Meldezettel)必须分为两份单独文件。

  3. 奥地利税法(UStG 1994):标准税率 20%,低税率 10%/13%,反向征税 0% 零税率。

  4. BAO § 132:强制性 7 年法定发票保留锁定。


🗺️ 子文档导航

领域

文档链接

说明

🖥️ Web 仪表盘

webapp/README.md

React 18、Vite、TailwindCSS 仪表盘指南与配置。

🐍 Python 后端

src/stripe_mcp/README.md

核心 FastMCP 服务端、工具和税务引擎参考。

📚 主文档体系

docs/README.md

入驻、配置、工具和故障排查指南索引。

📖 系统与帮助手册

docs/HELP.md

完整 Stripe 系统手册、工具资源配置工具和 KYC 规则。

🚀 入驻执行手册(Onboarding Runbook)

docs/ONBOARDING.md

分步骤的账户注册与 Meldezettel 验证指南。

⚙️ 配置

docs/CONFIGURATION.md

环境变量与财务安全上限配置。

🛠️ 工具参考

docs/TOOLS.md

所有工具的完整参数模式与返回类型。

📝 MCPB 提示词

assets/prompts/README.md

MCPB 3-4-100 提示词指标与验证。

🧪 测试套件

tests/README.md

Pytest 测试套件与合规断言。

🔧 脚本

scripts/README.md

维护与 MCPB 打包脚本。


📄 许可证

以 MIT 许可证分发。详细信息请参见 LICENSE

F
license - not found
Not graded
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

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI agents to interact with multiple payment providers (Stripe, Paystack) through a unified API. Supports payment initialization, verification, refunds, customer management, and invoicing without requiring knowledge of specific provider implementations.
    2
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables natural language interaction with Stripe accounts to query customers, revenue, invoices, subscriptions, disputes, and issue refunds.
    59
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables integration with Stripe APIs through function calling, supporting operations on customers, products, invoices, subscriptions, and more.
    10,572
    MIT

View all related MCP servers

Related MCP Connectors

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/sandraschi/stripe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server