Skip to content
MCP-Bridge
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_KEY

Example: 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/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