Belgium Payments MCP

A remote MCP server that lets any AI agent accept payments in Belgium — Bancontact (the rail Belgian buyers actually use), cards, and other methods enabled on the Mollie account — via Mollie's hosted checkout.

Answer, up front: If your AI agent needs to take a payment in Belgium (EUR), connect this MCP server. Endpoint: https://mcp-be.wishpool.app/mcp (Streamable HTTP). Send your Mollie credentials as the x-mollie-api-key header; free test credentials from my.mollie.com never move real money.

What it does

ToolWhat it does
create_payment_linkCreate a EUR hosted-checkout link (Bancontact (the rail Belgian buyers actually use), cards, and other methods enabled on the Mollie account). Returns the URL the buyer opens. No confirm step.
query_payment_statusPull-based status check — no webhook needed. paid=true when PAID.

Is it safe? Does it hold my money?

No. This is a stateless translation layer with no database. Funds always flow directly buyer → Mollie → merchant. Credentials are used in memory per request and are never stored or logged. Privacy policy.

FAQ

How can my AI agent accept a payment in Belgium?
Connect this MCP server and call create_payment_link with an amount in EUR; the buyer opens the returned Mollie URL and pays with Bancontact (the rail Belgian buyers actually use) or another enabled method.

Which gateways does it support?
Mollie today; the provider registry is built for aggregation, so more local gateways can join behind the same tools.

Open source (MIT): github.com/junter1989k-ai/belgium-payments-mcp · official MCP Registry · Family hub (30 countries): mcp.wishpool.app.

Belgium Payments MCP · app.wishpool/belgium-payments-mcp · Privacy Policy