Mollie for your agents.
Connect Mollie once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mollie.
What agents can do with Mollie
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mollie_list_methodsList enabled payment methods.
mollie_list_paymentsList payments, newest first.
mollie_get_paymentFetch a payment by id (status, amount, method).
mollie_create_paymentCreate a payment and get a checkout URL. `amount` is {currency, value} with value as a decimal string like "10.00".
mollie_cancel_paymentCancel an open payment by id. Only uncaptured payments can be cancelled.
mollie_create_refundRefund a fully or partially paid payment. `amount` is {currency, value} with value as string, e.g. {"currency":"EUR","value":"5.00"}.
mollie_list_refundsList all refunds, newest first.
mollie_list_customersList customers, newest first.
mollie_create_customerCreate a new customer. `name` and `email` are required for identifying the customer.
mollie_list_subscriptionsList subscriptions, newest first.
mollie_list_ordersList orders, newest first.
mollie_get_methodGet details about a specific payment method by id, e.g. ideal, creditcard.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open Developers, then API keys.
- Copy the Live or Test API key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mollie to Even: call connect_begin("mollie") on the even-connect MCP and walk me through it.
Process payments via Mollie, list available payment methods, and retrieve payment status for European customers.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.