MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm)
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @codespar/mcp-adyen
MCP client config
{
"mcpServers": {
"mcp-dev-latam": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-adyen"
]
}
}
}