Fund API MCP Server
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 Fund API provides endpoints for managing the funds in the accounts on your platform. These management oper
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-fundservice
Environment Variables
FUND_API_API_KEYExample: your_fund_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-fundservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-fundservice"],
"env": {
"FUND_API_API_KEY": "your_fund_api_api_key"
}
}
}
}Endpoints
/accountHolderBalanceGet the balances of an account holder
/accountHolderTransactionListGet a list of transactions
/debitAccountHolderSend a direct debit request
/payoutAccountHolderPay out from an account to the account holder
/refundFundsTransferRefund a funds transfer
/refundNotPaidOutTransfersRefund all transactions of an account since the most recent payout
/setupBeneficiaryDesignate a beneficiary account and transfer the benefactor's current balance
/transferFundsTransfer funds between platform accounts