Skip to content
LangChain

Kaalshodh — Indian astronomy time machine for LangChain

com.kaalshodh/kaalshodh

Observatory-grade Indian astronomy, years -5000..+5000: positions, eclipses, panchang date search.

client:LangChain transport:streamable-http tools:5

Install Kaalshodh — Indian astronomy time machine in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

What LangChain can do once it is connected

Kaalshodh — Indian astronomy time machine in other clients