Account API MCP Config
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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/adyen-com-accountservice.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/adyen-com-accountservice.json to fetch programmatically.
{
"mcpServers": {
"adyen-com-accountservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-accountservice"],
"env": {
"ACCOUNT_API_API_KEY": "your_account_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-accountservice.jsonEnvironment Variables
ACCOUNT_API_API_KEYReplace your_account_api_api_key with your actual account api api key
Endpoints
/closeAccountClose an account
/closeAccountHolderClose an account holder
/createAccountCreate an account
/createAccountHolderCreate an account holder
/deleteBankAccountsDelete bank accounts
/deleteLegalArrangementsDelete legal arrangements
/deleteShareholdersDelete shareholders
/deleteSignatoriesDelete signatories
/getAccountHolderGet an account holder
/getTaxFormGet a tax form