Skip to content
MCP-Bridge
Security

Adyen Balance Control API MCP Config

The Balance Control API lets you transfer funds between merchant accounts that belong to the same legal entity and are under the same company account. ## Authentication To connect to the Balance Control API, you must authenticate your requests with an [API key or basic auth username and password](h

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/adyen-com-balancecontrolservice.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/adyen-com-balancecontrolservice.json to fetch programmatically.

{
  "mcpServers": {
    "adyen-com-balancecontrolservice": {
      "command": "npx",
      "args": ["-y","@mcp/adyen-com-balancecontrolservice"],
      "env": {
      "ADYEN_BALANCE_CONTROL_API_API_KEY": "your_adyen_balance_control_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-balancecontrolservice.json

Environment Variables

ADYEN_BALANCE_CONTROL_API_API_KEY

Replace your_adyen_balance_control_api_api_key with your actual adyen balance control api api key

Endpoints

POST/balanceTransfer

Start a balance transfer