smry Public Reader for LangChain
io.github.mrmps/smry-public-reader
Read and search exact public source URLs with stable paragraph citations.
client:LangChain
transport:streamable-http
tools:1
Install smry Public Reader in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"smry-public-reader": {
"transport": "streamable_http",
"url": "https://r.smry.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs