Adyen for your agents.
Connect Adyen once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Adyen.
What agents can do with Adyen
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
adyen_list_payment_methodsGet available payment methods for a merchant account. Returns methods with details like brands, funding sources, and input details.
adyen_make_paymentStart a payment transaction. Send amount, currency, reference, and payment method data.
adyen_capture_paymentCapture an authorised payment by its original pspReference.
adyen_refund_paymentRefund a captured payment by its original pspReference.
adyen_create_payment_linkCreate a shareable payment link for one-off or recurring payments.
adyen_get_paymentGet the details of a payment by its pspReference.
adyen_cancel_paymentCancel an authorised payment.
adyen_get_payment_linkGet a payment link by its linkId.
adyen_modify_payment_linkUpdate the status of a payment link.
adyen_list_stored_payment_methodsGet stored payment methods for a shopper.
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.
- Log into the Adyen Customer Area and go to Developers > API Credentials.
- Create a new credential or use an existing one. Copy the API key (starts with AQE...).
- For production use the live Customer Area: https://ca-live.adyen.com.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Adyen to Even: call connect_begin("adyen") on the even-connect MCP and walk me through it.
Process card payments through Adyen, retrieve available payment methods for a merchant, and capture authorized transactions.
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.