Finance & PaymentsAuto-generated
Adyen Payment API MCP Server
A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods. To learn more about the API, visit [Classic integ
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-paymentservice
Environment Variables
ADYEN_PAYMENT_API_API_KEYExample: your_adyen_payment_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-paymentservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-paymentservice"],
"env": {
"ADYEN_PAYMENT_API_API_KEY": "your_adyen_payment_api_api_key"
}
}
}
}Endpoints
POST
/authoriseCreate an authorisation
POST
/authorise3dComplete a 3DS authorisation
POST
/cancelCancel an authorisation
POST
/cancelOrRefundCancel or refund a payment
POST
/captureCapture an authorisation
POST
/refundRefund a captured payment
POST
/voidPendingRefundCancel an in-person refund