Odel
mcp dev latam

mcp dev latam

Local
@codespar269TypeScriptMITUpdated 1w ago

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).

npm@codespar/mcp-adyenv0.2.2

Run

npx -y @codespar/mcp-adyen

MCP client config

{
  "mcpServers": {
    "mcp-dev-latam": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-adyen"
      ]
    }
  }
}