get_wallet_balances — Aave MCP MCP Tool Read-only
get_wallet_balances
(get wallet balances) is one of 53 tools on the
Aave MCP
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_wallet_balances from your client
- Claude Code Aave MCP get_wallet_balances run in your project directory
- Claude Desktop Aave MCP get_wallet_balances ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Aave MCP get_wallet_balances ~/.cursor/mcp.json
- VS Code Aave MCP get_wallet_balances .vscode/mcp.json
- Zed Aave MCP get_wallet_balances ~/.config/zed/settings.json
- Windsurf Aave MCP get_wallet_balances ~/.codeium/windsurf/mcp_config.json
- Cline Aave MCP get_wallet_balances ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Aave MCP get_wallet_balances ~/.gemini/settings.json
- Grok Aave MCP get_wallet_balances .mcp.json (in your project root)
- ChatGPT Aave MCP get_wallet_balances Settings → Connectors → Advanced → Developer mode
- Claude.ai Aave MCP get_wallet_balances Settings → Connectors → Add custom connector
- LangChain Aave MCP get_wallet_balances pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://mcp.aave.com
Other tools on this server
- get_chains
- get_markets
- get_emode_categories
- get_user_positions
- get_position_items
- get_user_summary
- get_transaction_processed
- get_reserve_details
- get_apy_history
- get_user_activity
- get_protocol_history
- get_user_summary_history
- get_hubs
- get_hub_assets
- get_market_history
- get_asset_history
- get_reserve_holders
- get_interest_rate_model
- get_risk_premium
- get_spoke_configs
- get_multichain_asset
- prepare_liquidation
- prepare_set_emode
- prepare_action
- prepare_set_collateral
- preview_action
- get_swappable_tokens
- get_swap_quote
- prepare_order
- submit_signed_order
- prepare_cancel_order
- cancel_order
- get_order_status
- get_pending_orders
- get_user_rewards
- prepare_claim_rewards
- get_sgho_vault
- get_sgho_preview
- prepare_sgho_action
- prepare_stkgho_migrate
- get_safety_module
- get_vaults
- get_vault_preview
- prepare_vault_action
- get_vault_activity
- search_governance_proposals
- get_governance_proposal
- get_proposal_votes
- get_user_vote
- get_proposal_payloads
- get_aave_guide
- get_started
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.