Skip to content
LangChain

RocSite for LangChain

com.rocsite/rocsite

Your private RocSite corpus and Agenda: search, grounded answers with sources, Agenda edits.

client:LangChain transport:streamable-http

Install RocSite in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "rocsite": {
            "transport": "streamable_http",
            "url": "https://mcp.rocsite.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

RocSite in other clients