Skip to content
LangChain

referencesource.org for LangChain

io.github.joelp22-maker/referencesource

Verified reference data; each record carries its source URL and quote. verify_quote checks claims.

client:LangChain transport:streamable-http runtime:npm tools:4

Install referencesource.org in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

referencesource.org in other clients