Skip to content
MCP-Bridge
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_KEY

Example: 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/closeAccount

Close an account

POST/closeAccountHolder

Close an account holder

POST/createAccount

Create an account

POST/createAccountHolder

Create an account holder

POST/deleteBankAccounts

Delete bank accounts

POST/deleteLegalArrangements

Delete legal arrangements

POST/deleteShareholders

Delete shareholders

POST/deleteSignatories

Delete signatories

POST/getAccountHolder

Get an account holder

POST/getTaxForm

Get a tax form