Netherlands Payments Mcp

by junter1989k-ai

172 downloads
Not rated
GitHub Website

About

Netherlands Payments Mcp is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Netherlands via Mollie's hosted checkout. It supports iDEAL, cards, Bancontact, and other methods enabled on the Mollie account. The server is stateless and…

Details

Author
junter1989k-ai
Downloads
172

- Remote MCP server for AI agents to accept payments in Netherlands.
- Supports iDEAL, Bancontact, cards, and other Mollie payment methods.
- Stateless – no database, no funds, no stored credentials.
- Funds flow directly from buyer to Mollie to merchant.
- Part of a 20-country family; hub at 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Netherlands Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Send requests to https://mcp-nl.wishpool.app/mcp with header x-mollie-api-key set to your Mollie API key (test_ or live_). Use the tools create_payment_link to generate a EUR hosted-checkout link and query_payment_status to check payment status.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "netherlands payments mcp": {
            "netherlands-payments": {
                "type": "http",
                "url": "https://mcp-nl.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "netherlands-payments": {
        "type": "http",
        "url": "https://mcp-nl.wishpool.app/mcp"
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.