Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/adyen-com-transferservice.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "adyen-com-transferservice": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/adyen-com-transferservice"
      ],
      "env": {
        "TRANSFERS_API_API_KEY": "your_transfers_api_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "adyen-com-transferservice": {
      "url": "https://mcpbridge.org/config/adyen-com-transferservice.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "adyen-com-transferservice": {
      "url": "https://mcpbridge.org/config/adyen-com-transferservice.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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