RoloCache for LangChain
io.github.rolocache/agent-advisories
Independent, trusted, and verified advisories and routing for agentic workflows on the web.
client:LangChain
transport:streamable-http
tools:4
Install RoloCache in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-advisories": {
"transport": "streamable_http",
"url": "https://www.rolocache.com/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs