Finance & PaymentsAuto-generated
Account API MCP Server
This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead. The Account API provides endpoints for managing account-related entities on your platform. These related entit
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-accountservice
Environment Variables
ACCOUNT_API_API_KEYExample: your_account_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-accountservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-accountservice"],
"env": {
"ACCOUNT_API_API_KEY": "your_account_api_api_key"
}
}
}
}Endpoints
POST
/closeAccountClose an account
POST
/closeAccountHolderClose an account holder
POST
/createAccountCreate an account
POST
/createAccountHolderCreate an account holder
POST
/deleteBankAccountsDelete bank accounts
POST
/deleteLegalArrangementsDelete legal arrangements
POST
/deleteShareholdersDelete shareholders
POST
/deleteSignatoriesDelete signatories
POST
/getAccountHolderGet an account holder
POST
/getTaxFormGet a tax form