Adyen Payment API MCP Config
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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/adyen-com-paymentservice.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/adyen-com-paymentservice.json to fetch programmatically.
{
"mcpServers": {
"adyen-com-paymentservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-paymentservice"],
"env": {
"ADYEN_PAYMENT_API_API_KEY": "your_adyen_payment_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/adyen-com-paymentservice.jsonEnvironment Variables
ADYEN_PAYMENT_API_API_KEYReplace your_adyen_payment_api_api_key with your actual adyen payment api api key
Endpoints
/authoriseCreate an authorisation
/authorise3dComplete a 3DS authorisation
/cancelCancel an authorisation
/cancelOrRefundCancel or refund a payment
/captureCapture an authorisation
/refundRefund a captured payment
/voidPendingRefundCancel an in-person refund