Skip to content
MCP-Bridge
Finance & Payments

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

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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

Environment Variables

ADYEN_PAYMENT_API_API_KEY

Replace your_adyen_payment_api_api_key with your actual adyen payment api api key

Endpoints

POST/authorise

Create an authorisation

POST/authorise3d

Complete a 3DS authorisation

POST/cancel

Cancel an authorisation

POST/cancelOrRefund

Cancel or refund a payment

POST/capture

Capture an authorisation

POST/refund

Refund a captured payment

POST/voidPendingRefund

Cancel an in-person refund