Skip to content
MCP-Bridge
Finance & Payments

Account API Claude Desktop Config

Add the Account 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-accountservice": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/adyen-com-accountservice"
      ],
      "env": {
        "ACCOUNT_API_API_KEY": "your_account_api_api_key"
      }
    }
  }
}

Environment Variables

ACCOUNT_API_API_KEY

Replace your_account_api_api_key with your actual 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