Skip to content
MCP-Bridge
Security

Transfers API MCP Config

The Transfers API provides endpoints that you can use to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments). ## Au

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/adyen-com-transferservice.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/adyen-com-transferservice.json to fetch programmatically.

{
  "mcpServers": {
    "adyen-com-transferservice": {
      "command": "npx",
      "args": ["-y","@mcp/adyen-com-transferservice"],
      "env": {
      "TRANSFERS_API_API_KEY": "your_transfers_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-transferservice.json

Environment Variables

TRANSFERS_API_API_KEY

Replace your_transfers_api_api_key with your actual transfers api api key

Endpoints

GET/transactions

Get all transactions

GET/transactions/{id}

Get a transaction

POST/transfers

Transfer funds