Skip to content
LangChain

TheRundown Documentation MCP for LangChain

io.github.therundown/documentation

Official TheRundown API documentation search. No live data or authenticated Product API calls.

client:LangChain transport:streamable-http tools:3

Install TheRundown Documentation MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "documentation": {
            "transport": "streamable_http",
            "url": "https://docs.therundown.io/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

TheRundown Documentation MCP in other clients