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.jsonConfiguration 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
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.jsonEnvironment Variables
TRANSFERS_API_API_KEYReplace your_transfers_api_api_key with your actual transfers api api key
Endpoints
GET
/transactionsGet all transactions
GET
/transactions/{id}Get a transaction
POST
/transfersTransfer funds