概览
What is Belgium Payments Mcp?
A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Belgium via Mollie's hosted checkout, supporting Bancontact, cards, and other methods enabled on the Mollie account. It’s a stateless translation layer: funds flow buyer → Mollie → merchant directly, never holding funds or storing credentials.
How to use Belgium Payments Mcp?
Point your MCP client to the endpoint https://mcp-be.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC). Include the header x-mollie-api-key with your Mollie API key (test_ for test mode, live_ for production). Two tools are provided: create_payment_link to generate a EUR hosted-checkout link, and query_payment_status to check payment status (returns paid=true when PAID).
Key features of Belgium Payments Mcp
- Remote MCP server for AI agent payment acceptance
- Supports Bancontact, cards, and other Mollie-enabled methods
- Stateless translation layer — never holds funds or credentials
- No database required, zero runtime dependencies
- Two tools: create payment link and query payment status
Use cases of Belgium Payments Mcp
- AI agent checks out a Belgian buyer using Bancontact
- Automate hosted-checkout link generation in conversational workflows
- Pull-based payment status verification after redirection
FAQ from Belgium Payments Mcp
What payment methods does Belgium Payments Mcp support?
Bancontact (the rail Belgian buyers actually use), cards, and other methods enabled on the Mollie account.
Does Belgium Payments Mcp store funds or credentials?
No. It is a stateless translation layer — funds always flow buyer → Mollie → merchant directly. No database, no credential storage.
How do I switch between test and live mode?
Use a Mollie API key starting with test_ for test mode or live_ for production. The key is passed via the x-mollie-api-key header.
What are the runtime requirements?
Node.js ≥ 18, zero runtime dependencies. MIT license.
What transports are supported?
Streamable HTTP (stateless JSON-RPC). The endpoint is https://mcp-be.wishpool.app/mcp.