Skip to content
LangChain

GeniusFlow Evidence for LangChain

io.github.kaydeep0/geniusflow-federation

Re-check pinned sources, package and cite. Live Federation MCP. No account.

client:LangChain transport:streamable-http tools:9

Install GeniusFlow Evidence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "geniusflow-federation": {
            "transport": "streamable_http",
            "url": "https://geniusflow-federation.vercel.app/api/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

GeniusFlow Evidence in other clients