Skip to content
LangChain

EruditePay Blockchain Intelligence for LangChain

com.eruditepay/blockchain-intelligence

168 MCP tools: token prices, whale tracking, DeFi, wallets across Base/Tron/BTC/XRP/Kaspa

client:LangChain transport:streamable-http

Install EruditePay Blockchain Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "blockchain-intelligence": {
            "transport": "streamable_http",
            "url": "https://bridge.eruditepay.com:4100/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

EruditePay Blockchain Intelligence in other clients