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.jsonConfiguration 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
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.jsonEnvironment Variables
ADYEN_BALANCE_CONTROL_API_API_KEYReplace your_adyen_balance_control_api_api_key with your actual adyen balance control api api key
Endpoints
POST
/balanceTransferStart a balance transfer