France Payments Mcp
About
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…
Details
- Author
- junter1989k-ai
- Downloads
- 256
Jump to
- Stateless, database‑free design
- Two tools: create_payment_link and query_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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
France Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"france payments mcp": {
"france-payments": {
"type": "http",
"url": "https://mcp-fr.wishpool.app/mcp"
}
}
}
}
McpServers
{
"france-payments": {
"type": "http",
"url": "https://mcp-fr.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


