Skip to content
LangChain

Public Data Catalog for LangChain

io.github.yhay81/public-data-catalog

Reviewed public-data search and execution with provenance and verifiable integrity receipts.

client:LangChain transport:streamable-http tools:3

Install Public Data Catalog in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "public-data-catalog": {
            "transport": "streamable_http",
            "url": "https://public-data-catalog-mcp.yusuke8h.workers.dev/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

Public Data Catalog in other clients