Geolithic for LangChain
io.github.howardzheni/geolithic
One face of the Earth, yours alone for one term, proven on a public chain. A dollar. Readings free.
client:LangChain
transport:streamable-http
tools:15
Install Geolithic in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"geolithic": {
"transport": "streamable_http",
"url": "https://geolithicintelligence.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs