Germany Payments Mcp
About
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Germany — cards, PayPal, Klarna, SEPA bank transfer, and other methods enabled on the merchant’s Mollie account — via Mollie’s hosted checkout. It is a stateless translation layer…
Details
- Author
- junter1989k-ai
- Downloads
- 272
Jump to
- Remote MCP server, no local installation needed.
- Supports cards, PayPal, Klarna, SEPA bank transfer.
- Powered by Mollie hosted checkout.
- Stateless: no database, no fund holding.
- Part of a 30-country payment server family.
- Streamable HTTP transport.
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
Germany 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-de.wishpool.app/mcp using Streamable HTTP and pass a x-mollie-api-key header with your Mollie API key (test_ for test mode, live_ for production). The server exposes two tools: create_payment_link (creates a EUR hosted-checkout link) and query_payment_status (pull-based status check). For local development, run node test/serve.js.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"germany payments mcp": {
"germany-payments": {
"type": "http",
"url": "https://mcp-de.wishpool.app/mcp"
}
}
}
}
McpServers
{
"germany-payments": {
"type": "http",
"url": "https://mcp-de.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.


