tomesphere for LangChain
com.tomesphere/tomesphere
Search 8.5M scientific papers with LLM TLDRs, citations, linked entities, figures, and full text.
client:LangChain
transport:streamable-http
tools:9
Install tomesphere in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tomesphere": {
"transport": "streamable_http",
"url": "https://mcp.tomesphere.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs