France Payments Mcp
@junter1989k-ai
Overview
What is France Payments MCP?
France Payments MCP is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in France — Cartes Bancaires, cards, Apple Pay / Google Pay — via Stripe’s hosted checkout. It is a stateless translation layer: funds flow directly from buyer to Stripe to the merchant; it never holds funds or stores credentials.
How to use France Payments MCP?
Configure your MCP client with the endpoint https://mcp-fr.wishpool.app/mcp and provide a Stripe secret key via the x-stripe-secret-key header (use sk_test_ for test mode, sk_live_ for production). Use the tools create_payment_link (create a EUR hosted-checkout link) and query_payment_status (check if a payment is paid).
Key features of France Payments MCP
- Stateless, database‑free design
- Two tools:
create_payment_linkandquery_payment_status - Accepts Cartes Bancaires, cards, Apple Pay, Google Pay
- Direct fund flow: buyer → Stripe → merchant
- Remote Streamable HTTP transport
- Part of a 30‑country family via mcp.wishpool.app
Use cases of France Payments MCP
- AI agents selling digital goods or services in France
- Automated checkout creation for e‑commerce assistants
- Subscription or one‑time payment links generated by chatbots
- Payment status monitoring for order fulfillment bots
FAQ from France Payments MCP
How does France Payments MCP differ from a direct Stripe integration?
It is a stateless translation layer — no database, no credential storage. The server only creates checkout links and checks payment status using the Stripe API; funds always go directly to the merchant.
What runtime or dependencies are required?
For the remote server: none. For local development: Node.js ≥ 18. The server has zero runtime dependencies.
Where does payment data live?
Data never resides on the MCP server. It is stored only on Stripe’s infrastructure. The server performs no persistent storage.
What transport and authentication are used?
Transport: Streamable HTTP with JSON‑RPC. Authentication: a Stripe secret key passed in the x-stripe-secret-key HTTP header.
Are there any known limits?
The server only supports EUR currency and Stripe hosted checkout. It is designed for payments originating in France (Cartes Bancaires etc.).