get_protocol_history — Aave MCP MCP Tool Read-only
get_protocol_history
(get protocol history) 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_protocol_history from your client
- Claude Code Aave MCP get_protocol_history run in your project directory
- Claude Desktop Aave MCP get_protocol_history ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Aave MCP get_protocol_history ~/.cursor/mcp.json
- VS Code Aave MCP get_protocol_history .vscode/mcp.json
- Zed Aave MCP get_protocol_history ~/.config/zed/settings.json
- Windsurf Aave MCP get_protocol_history ~/.codeium/windsurf/mcp_config.json
- Cline Aave MCP get_protocol_history ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Aave MCP get_protocol_history ~/.gemini/settings.json
- Grok Aave MCP get_protocol_history .mcp.json (in your project root)
- ChatGPT Aave MCP get_protocol_history Settings → Connectors → Advanced → Developer mode
- Claude.ai Aave MCP get_protocol_history Settings → Connectors → Add custom connector
- LangChain Aave MCP get_protocol_history 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_user_summary_history
- get_hubs
- get_hub_assets
- get_market_history
- get_asset_history
- get_reserve_holders
- get_interest_rate_model
- get_wallet_balances
- 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.