SecurityAuto-generated
Transfers API MCP Server
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
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-transferservice
Environment Variables
TRANSFERS_API_API_KEYExample: your_transfers_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-transferservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-transferservice"],
"env": {
"TRANSFERS_API_API_KEY": "your_transfers_api_api_key"
}
}
}
}Endpoints
GET
/transactionsGet all transactions
GET
/transactions/{id}Get a transaction
POST
/transfersTransfer funds