Skip to content
LangChain

aeX402 — Cross-Chain DeFi MCP: LINQ, AMM, Bridge, AI for LangChain

com.aex402/rpc

Agent MCP for DeFi: cross-chain LINQ fan-out, AMM quotes/swaps, bridge, AI. Solana+EVM. Free+x402.

client:LangChain transport:streamable-http tools:33

Install aeX402 — Cross-Chain DeFi MCP: LINQ, AMM, Bridge, AI in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "rpc": {
            "transport": "streamable_http",
            "url": "https://rpc.aex402.com/mcp",
        }
})

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 33 tools →

aeX402 — Cross-Chain DeFi MCP: LINQ, AMM, Bridge, AI in other clients