Skip to content
LangChain

intelligence for LangChain

ai.edge-agents/intelligence

Macro, market and decision intelligence over x402. Gaps are unavailable rather than estimated.

client:LangChain transport:streamable-http tools:7

Install intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "intelligence": {
            "transport": "streamable_http",
            "url": "https://pay.edge-agents.ai/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

intelligence in other clients