Configuration API Claude Desktop Config
Add the Configuration API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_configuration_api_api_key with your actual configuration api api key
Endpoints
POST
/accountHoldersCreate an account holder
GET
/accountHolders/{id}Get an account holder
PATCH
/accountHolders/{id}Update an account holder
GET
/accountHolders/{id}/balanceAccountsGet all balance accounts of an account holder
POST
/balanceAccountsCreate a balance account
GET
/balanceAccounts/{id}Get a balance account
PATCH
/balanceAccounts/{id}Update a balance account
GET
/balanceAccounts/{id}/paymentInstrumentsGet all payment instruments for a balance account
GET
/balancePlatforms/{id}Get a balance platform
GET
/balancePlatforms/{id}/accountHoldersGet all account holders under a balance platform