Luxembourg Payments Mcp
@junter1989k-ai
Overview
What is Luxembourg Payments MCP?
A remote MCP server that lets AI agents accept payments in Luxembourg via Stripe's hosted checkout. It supports cards, Apple Pay, and Google Pay where enabled on the Stripe account. The server is a stateless translation layer – funds flow directly from buyer to Stripe to merchant, with no database or credential storage.
How to use Luxembourg Payments MCP?
Connect your AI agent to the MCP endpoint https://mcp-lu.wishpool.app/mcp using Streamable HTTP transport. Pass your Stripe secret key in the x-stripe-secret-key header. The server offers two tools: create_payment_link (generates a EUR hosted-checkout link) and query_payment_status (checks if a payment is paid).
Key features of Luxembourg Payments MCP
- Create EUR hosted-checkout payment links via Stripe.
- Query payment status with pull-based checks.
- Stateless – no database; funds go direct buyer-to-merchant.
- Remote MCP server using Streamable HTTP and JSON-RPC.
- Supports cards, Apple Pay, Google Pay (Stripe account dependent).
- Zero runtime dependencies; requires Node.js ≥ 18 for development.
Use cases of Luxembourg Payments MCP
- AI agent invoices a Luxembourg customer and generates a payment link.
- E‑commerce chatbot creates a checkout session for a local buyer.
- Automated payment status verification after a customer completes a purchase.
- Prototype or test Stripe payments in Luxembourg using test mode keys.
FAQ from Luxembourg Payments MCP
How does this MCP differ from using Stripe directly?
It is a stateless translation layer: the MCP server forwards requests to Stripe but never holds funds or stores credentials. Funds flow directly from buyer to Stripe to merchant.
What dependencies or runtime are required?
For development, Node.js ≥ 18 is needed. The server itself has zero runtime dependencies.
Where does payment data live?
Nowhere on this server. It is stateless – no database. All payment processing occurs on Stripe's platform.
What transport and authentication does the server use?
Transport: Streamable HTTP (stateless JSON-RPC). Authentication: pass your Stripe secret key in the x-stripe-secret-key header.
Are there any known limits?
The server only supports creating EUR hosted-checkout links and querying their status. It does not handle recurring payments, refunds, or direct card processing.