Model Context Protocol server
Kaalshodh is a precision Indian-astronomy tool for AI assistants. Ask any assistant that speaks MCP about planetary positions, eclipses, conjunctions or historical panchang dates and it answers from JPL DE431 ephemeris tables spanning 5000 BCE to 5000 CE — computed, not guessed.
https://kaalshodh.com/mcp
Questions large language models get wrong from memory — every answer here is a calculation.
The endpoint is a standard remote MCP server (Streamable HTTP, no sign-in). Add it to any client:
claude mcp add --transport http kaalshodh https://kaalshodh.com/mcp
Settings → Connectors → Add custom connector → paste the endpoint URL. Enable it in the chat's tools menu.
Settings → Connectors → Advanced → Developer mode, then Create and paste the endpoint URL. No authentication.
Add to ~/.cursor/mcp.json:
{ "mcpServers": { "kaalshodh": { "url": "https://kaalshodh.com/mcp" } } }
Add to .vscode/mcp.json:
{ "servers": { "kaalshodh": { "type": "http", "url": "https://kaalshodh.com/mcp" } } }
Add to ~/.gemini/settings.json:
{ "mcpServers": { "kaalshodh": { "httpUrl": "https://kaalshodh.com/mcp" } } }
Config field names vary a little by client and version — every client here connects to the same URL over Streamable HTTP.
Kaalshodh is tuned for astronomy and deep history. For everyday Hindu-calendar answers exactly as the HinduCalendar app shows them — today's tithi, festival dates, muhurta, a birth chart — use its companion server:
The two run different engines and can differ by a minute or two near a tithi boundary: Kaalshodh to search history, HinduCalendar to match the app.
Queries are computed in memory and answered from precomputed tables. No accounts, no sign-in. Nothing you ask — including any birth date, time or place — is stored or logged; server logs record only which tool ran and how long it took. Full details: privacy policy.