Skip to content
LangChain

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

All 53 tools →

Aave MCP in other clients