Adyen Checkout API Claude Desktop Config
Add the Adyen Checkout API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"adyen-com-checkoutservice": {
"command": "npx",
"args": [
"-y",
"@mcp/adyen-com-checkoutservice"
],
"env": {
"ADYEN_CHECKOUT_API_API_KEY": "your_adyen_checkout_api_api_key"
}
}
}
}Environment Variables
ADYEN_CHECKOUT_API_API_KEYReplace your_adyen_checkout_api_api_key with your actual adyen checkout api api key
Endpoints
POST
/applePay/sessionsGet an Apple Pay session
POST
/cancelsCancel an authorised payment
POST
/cardDetailsGet the list of brands on the card
POST
/donationsStart a transaction for donations
POST
/ordersCreate an order
POST
/orders/cancelCancel an order
POST
/originKeysCreate originKey values for domains
POST
/paymentLinksCreate a payment link
GET
/paymentLinks/{linkId}Get a payment link
PATCH
/paymentLinks/{linkId}Update the status of a payment link