Skip to content
MCP-Bridge
Finance & Payments

Adyen Checkout API Claude Desktop Config

Add the Adyen Checkout API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_adyen_checkout_api_api_key with your actual adyen checkout api api key

Endpoints

POST/applePay/sessions

Get an Apple Pay session

POST/cancels

Cancel an authorised payment

POST/cardDetails

Get the list of brands on the card

POST/donations

Start a transaction for donations

POST/orders

Create an order

POST/orders/cancel

Cancel an order

POST/originKeys

Create originKey values for domains

POST/paymentLinks

Create a payment link

GET/paymentLinks/{linkId}

Get a payment link

PATCH/paymentLinks/{linkId}

Update the status of a payment link