Fund API Claude Desktop Config
Add the Fund API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"adyen-com-fundservice": {
"command": "npx",
"args": [
"-y",
"@mcp/adyen-com-fundservice"
],
"env": {
"FUND_API_API_KEY": "your_fund_api_api_key"
}
}
}
}Environment Variables
FUND_API_API_KEYReplace your_fund_api_api_key with your actual fund api api key
Endpoints
POST
/accountHolderBalanceGet the balances of an account holder
POST
/accountHolderTransactionListGet a list of transactions
POST
/debitAccountHolderSend a direct debit request
POST
/payoutAccountHolderPay out from an account to the account holder
POST
/refundFundsTransferRefund a funds transfer
POST
/refundNotPaidOutTransfersRefund all transactions of an account since the most recent payout
POST
/setupBeneficiaryDesignate a beneficiary account and transfer the benefactor's current balance
POST
/transferFundsTransfer funds between platform accounts