Skip to main content
Glama

πŸ’³ stripe-mcp

Stripe Gateway, SaaS Billing Ops & Austrian/EU Tax Compliance Engine

FastMCP 3.4 Python 3.11+ Vite React License MIT


stripe-mcp is a FastMCP 3.4+ server and SOTA React webapp dashboard designed to connect autonomous AI agents (Claude Desktop, Antigravity IDE, OpenManus) and human operators with Stripe payment processing, customer support operations, subscription management, and Austrian/EU regional tax compliance (VAT 20%/10%/13%, EU ATU Reverse Charge, and BAO Β§ 132 fiscal record retention).


⚑ Quick Start

# 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

Once launched, open http://127.0.0.1:11166 to interact with the webapp dashboard.


Related MCP server: Stripe MCP Server

✨ Key Features

  • πŸ’³ Customer & Charge Operations: Create customers, update metadata, fetch charges, and track disputes.

  • πŸ” Subscription Management: Track active subscribers, pause, resume, cancel, and monitor MRR & churn KPIs.

  • πŸ›οΈ 3DS2 Checkout Generator: Generate Stripe Payment Links & Checkout Sessions supporting Cards, EPS Online Banking, and SEPA Direct Debit.

  • πŸ›‘οΈ Financial Safety Caps: Strict hard limit (MAX_REFUND_AMOUNT_EUR = €500.00) blocking unauthorized agent refund overruns.

  • πŸ‡¦πŸ‡Ή Austrian & EU Tax Compliance:

    • Automatic 20% Standard VAT, 10% / 13% Reduced Rates (UStG 1994).

    • VIES/EU VAT ID syntax validation for 0% Reverse Charge (ATU\d{8}).

    • BAO Β§ 132 7-year fiscal invoice archive lock metadata.

  • πŸ–₯️ SOTA React Webapp Dashboard (Port 11166): Catch-them-all UI with Dashboard, Customer Directory, Subscription Manager, Refund Studio, Invoice Studio, Webhook Inbox, Tools Workbench, Skills, LLM Chat, Settings, Help, and Audit Logs.

  • ⚑ Mock-until-Onboarded: Works out of the box with synthetic Austrian data until your Stripe Restricted API Key (rk_test_...) is connected.


πŸ—οΈ Architecture

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

πŸ‡¦πŸ‡Ή Austrian & EU Compliance & Onboarding Rules

  1. Two-Person Verification Rule (Representative & UBOs): Under EU 5th AML directives and Austrian KYC regulations, Stripe requires verifying both the Account Representative AND all Ultimate Beneficial Owners (UBOs) holding >25% equity or co-managing directors. For standard corporate setups (e.g. GmbH with 2 co-founders), both persons must submit identity & address proof.

  2. Proof of Address (Meldezettel / MeldebestΓ€tigung): Must be fresh (dated within 3 to 6 months). Photo ID (passport) and proof of address (Meldezettel) must be separate documents.

  3. Austrian Tax Act (UStG 1994): 20% Standard, 10%/13% Reduced, and 0% Reverse Charge zero-rating.

  4. BAO Β§ 132: Mandatory 7-year statutory invoice retention lock.


πŸ—ΊοΈ Sub-Documentation Map

Area

Documentation Link

Description

πŸ–₯️ Webapp Dashboard

webapp/README.md

React 18, Vite, TailwindCSS dashboard guide & setup.

🐍 Python Backend

src/stripe_mcp/README.md

Core FastMCP server, tools, and tax engine reference.

πŸ“š Master Docs Stack

docs/README.md

Index of onboarding, configuration, tools, and troubleshooting guides.

πŸ“– System & Help Manual

docs/HELP.md

Full Stripe system manual, fleet integration map, and KYC rules.

πŸš€ Onboarding Runbook

docs/ONBOARDING.md

Step-by-step account registration and Meldezettel verification guide.

βš™οΈ Configuration

docs/CONFIGURATION.md

Environment variables & financial safety cap settings.

πŸ› οΈ Tools Reference

docs/TOOLS.md

Complete parameter schemas & return types for all tools.

πŸ“ MCPB Prompts

assets/prompts/README.md

MCPB 3-4-100 prompts metrics and validation.

πŸ§ͺ Test Suite

tests/README.md

Pytest test suite & compliance assertions.

πŸ”§ Scripts

scripts/README.md

Maintenance & MCPB packaging scripts.


πŸ“„ License

Distributed under the MIT License. See LICENSE for details.

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