Adyen MCP
Local · stdioThe Adyen MCP Server is Adyen's official server, in Alpha: a wrapper over the Checkout API (payment sessions, links, cancellations, refunds) and the Management API (merchant accounts, terminals, webhooks, payment methods). 25+ tools, including CreateSession, RefundPayment and ListMerchantAccounts. Runs via npx with a webservice user's API key; TEST and LIVE environments are explicitly separated.
Why this server
- Covers both the Checkout API (sessions, links, refunds) and the Management API (terminals, webhooks)
- The --tools flag can enable just the set you need — say, only webhook operations
- Separate TEST and LIVE environments with different URL prefixes rule out account mix-ups
- MIT licensed, deploys with a single npx command — no build step, no Docker
Usage examples
Prompt: Create an €80 payment session for order #920
Result: The CreateSession tool sent a POST /sessions request and returned the sessionId and payment-form embed data.
Prompt: Refund the customer for payment psp_88213
Result: RefundPayment called POST /payments/{paymentPspReference}/refunds and confirmed the refund was queued.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.