Aave MCP for LangChain
com.aave/mcp
Official Aave MCP for V3 and V4 markets, positions, governance, and transaction preparation.
client:LangChain
transport:streamable-http
runtime:npm
tools:53
Install Aave MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://mcp.aave.com",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- 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_wallet_balances
- get_risk_premium
- get_spoke_configs
- get_multichain_asset
- prepare_liquidation
- prepare_set_emode