Skip to content
MCP-Bridge
Security

Configuration API Claude Desktop Config

Add the Configuration 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-balanceplatformservice": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/adyen-com-balanceplatformservice"
      ],
      "env": {
        "CONFIGURATION_API_API_KEY": "your_configuration_api_api_key"
      }
    }
  }
}

Environment Variables

CONFIGURATION_API_API_KEY

Replace your_configuration_api_api_key with your actual configuration api api key

Endpoints

POST/accountHolders

Create an account holder

GET/accountHolders/{id}

Get an account holder

PATCH/accountHolders/{id}

Update an account holder

GET/accountHolders/{id}/balanceAccounts

Get all balance accounts of an account holder

POST/balanceAccounts

Create a balance account

GET/balanceAccounts/{id}

Get a balance account

PATCH/balanceAccounts/{id}

Update a balance account

GET/balanceAccounts/{id}/paymentInstruments

Get all payment instruments for a balance account

GET/balancePlatforms/{id}

Get a balance platform

GET/balancePlatforms/{id}/accountHolders

Get all account holders under a balance platform