Luxembourg Payments Mcp
About
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…
Details
- Author
- junter1989k-ai
- Downloads
- 240
Jump to
- 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.
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
Luxembourg 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
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).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"luxembourg payments mcp": {
"luxembourg-payments": {
"type": "http",
"url": "https://mcp-lu.wishpool.app/mcp"
}
}
}
}
McpServers
{
"luxembourg-payments": {
"type": "http",
"url": "https://mcp-lu.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.


