Skip to content
LangChain

KnownGate for LangChain

com.knowngate/verify

Food verification for people and AI agents: evidence-backed verdicts, with sources and dates.

client:LangChain transport:streamable-http tools:4

Install KnownGate in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "verify": {
            "transport": "streamable_http",
            "url": "https://mcp.knowngate.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

KnownGate in other clients