Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Kaalshodh — Indian astronomy time machine

com.kaalshodh/kaalshodh

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

Uptime
100.0%
1 direct probes · 30d
Response
2023ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_astro_events

Return precomputed astronomical events between start_date and end_date — any range within years -5000..+5000 (eclipses -1999..3000), instant. Events are global (location-independent) and…

get_nearest_event

Return the nearest occurrence of one event type before or after a date — walks outward from any date in years -5000..+5000, instant. Ideal for questions like "when is the next Kumbh Mela…

get_planetary_positions

Return the rashi (zodiac sign) and retrograde status of the 9 grahas at any instant in years -5000..+5000, plus the paksha (lunar fortnight). Served from precomputed lookup tables — O(lo…

find_matching_dates

Search up to 10,000 years (-5000..+5000) for every date whose sunrise panchang matches the given constraints — instant, from precomputed tables. This answers questions no LLM can: dating …

find_copresence

Find every window when the given planets occupy the same rashi (sign) simultaneously — conjunction-class questions over ±5000 years, instant. Example questions: "when are Guru and Shani …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "kaalshodh_—_indian_astronomy_time_machine": {
      "url": "https://kaalshodh.com/mcp",
      "transport": "streamable-http"
    }
  }
}