MCP Adyen runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm)
Today is the operative word: we check MCP Adyen every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-adyen -- npx -y @codespar/mcp-adyen
{
"mcpServers": {
"mcp-adyen": {
"args": [
"-y",
"@codespar/mcp-adyen"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-adyen]
command = "npx"
args = ["-y", "@codespar/mcp-adyen"]
{
"mcpServers": {
"mcp-adyen": {
"args": [
"-y",
"@codespar/mcp-adyen"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-adyen": {
"args": [
"-y",
"@codespar/mcp-adyen"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ADYEN_API_KEY (Adyen API key (generated in Customer Area → Developers → API credentials)), ADYEN_MERCHANT_ACCOUNT (Adyen merchant account code (appears in most request bodies)), ADYEN_ENV (test | live. Defaults to test.), ADYEN_LIVE_URL_PREFIX (Required when ADYEN_ENV=live. Your merchant-specific prefix, e.g. 1797a841fbb37ca7-AdyenDemo).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
Mercado Pago — payments, checkout, PIX, refunds for LATAM
MCP server for Uber Eats - let AI agents order food delivery
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)
MCP server for EBANX — cross-border payments, payouts, exchange rates
Rust code index MCP server, native 1C:Enterprise (BSL) support. 32 tools, AST for 14 languages.
Answers built from our own checks of this server.