MCP Server
MCP
io.github.codespar/mcp-adyen
MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-adyen",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Adyen API key (generated in Customer Area → Developers → API credentials)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ADYEN_API_KEY"
},
{
"description": "Adyen merchant account code (appears in most request bodies)",
"isRequired": true,
"format": "string",
"name": "ADYEN_MERCHANT_ACCOUNT"
},
{
"description": "test | live. Defaults to test.",
"format": "string",
"name": "ADYEN_ENV"
},
{
"description": "Required when ADYEN_ENV=live. Your merchant-specific prefix, e.g. 1797a841fbb37ca7-AdyenDemo",
"format": "string",
"name": "ADYEN_LIVE_URL_PREFIX"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment