Skip to content
MCP-Bridge
SecurityAuto-generated

Adyen Balance Control API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/adyen-com-balancecontrolservice

Environment Variables

ADYEN_BALANCE_CONTROL_API_API_KEY

Example: your_adyen_balance_control_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

Endpoints

POST/balanceTransfer

Start a balance transfer