Skip to content
MCP-Bridge
Finance & Payments

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

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