stripe-mcp
Provides tools for managing Stripe customers, charges, subscriptions, payments, checkout sessions, refunds with financial safety caps, webhooks, and Austrian/EU tax compliance features such as VAT handling and reverse charge validation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@stripe-mcpList active subscriptions and their next renewal dates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π³ stripe-mcp
Stripe Gateway, SaaS Billing Ops & Austrian/EU Tax Compliance Engine
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.ps1Once 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
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.
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.
Austrian Tax Act (UStG 1994): 20% Standard, 10%/13% Reduced, and 0% Reverse Charge zero-rating.
BAO Β§ 132: Mandatory 7-year statutory invoice retention lock.
πΊοΈ Sub-Documentation Map
Area | Documentation Link | Description |
π₯οΈ Webapp Dashboard | React 18, Vite, TailwindCSS dashboard guide & setup. | |
π Python Backend | Core FastMCP server, tools, and tax engine reference. | |
π Master Docs Stack | Index of onboarding, configuration, tools, and troubleshooting guides. | |
π System & Help Manual | Full Stripe system manual, fleet integration map, and KYC rules. | |
π Onboarding Runbook | Step-by-step account registration and Meldezettel verification guide. | |
βοΈ Configuration | Environment variables & financial safety cap settings. | |
π οΈ Tools Reference | Complete parameter schemas & return types for all tools. | |
π MCPB Prompts | MCPB 3-4-100 prompts metrics and validation. | |
π§ͺ Test Suite | Pytest test suite & compliance assertions. | |
π§ Scripts | Maintenance & MCPB packaging scripts. |
π License
Distributed under the MIT License. See LICENSE for details.
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityNot gradedmaintenanceEnables 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
- AlicenseNot gradedqualityCmaintenanceEnables natural language interaction with Stripe accounts to query customers, revenue, invoices, subscriptions, disputes, and issue refunds.591MIT
- AlicenseNot gradedqualityDmaintenanceEnables integration with Stripe APIs through function calling, supporting operations on customers, products, invoices, subscriptions, and more.10,572MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to accept payments in Austria via Stripe hosted checkout, supporting EPS, cards, and Apple Pay.MIT
Related MCP Connectors
Luxembourg payments for AI agents β cards / Apple Pay via Stripe. Never holds funds.
Austria payments for AI agents β EPS via Stripe. Never holds funds.
Estonia payments for AI agents β cards / Apple Pay via Stripe. Never holds funds.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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