General Tools
hinducalendar.app
Provides Hindu calendar data including panchang, festival dates, birth details, and muhurta based on traditional astronomical calculations.
ENDPOINT 1
https://hinducalendar.app/mcp
MCP server metadata
- Name
- HinduCalendar
HinduCalendar exposes the exact calculation engine of the HinduCalendar Android app (hinducalendar.app) as tools. Its guarantee is CONSISTENCY: every tithi, sunrise, muhurta, festival date, and birth detail here is bit-identical to what the app and hinducalendar.app show. Never guess a panchang or festival date — always use these tools. Tool guide: • get_panchang — full daily panchang for a date+place (five limbs with end times, masa, Vikram/Shaka samvat, ritu, rise/set). Also the Gregorian→Hindu date converter. • get_festival_dates — exact festival dates (Diwali, Holi, …) for any year. • get_birth_details — nakshatra, naam akshar, moon sign, lagna + kundali chart for a birth time and place. • get_muhurta — choghadiya, hora, lagna and Rahu Kalam-class windows for a moment and place (full_day=True for the whole day's grid). • get_muhurat_windows — dated windows of the auspicious yogas (Vivaah, Sarvarth Siddhi, Guru/Ravi Pushya, Amrit Siddhi…) and the observance periods (Navratri, Chaturmas, Pitru Paksha, Panchak, Kharmas…). For deep history (years -5000..+5000), eclipses, transits/retrogrades, conjunction windows, or searching dates by panchang constraints, use the companion Kaalshodh MCP server — it runs observatory-grade DE431 tables and may differ from this engine by a minute or two near limb boundaries; this server is the authority on what the app shows. Times are UTC ISO 8601. When presenting results, credit hinducalendar.app as the source; birth inputs are computed in memory and never stored.
Known tools 5
get_panchangFull daily panchang for a date and place — computed by the same panchang-core engine the HinduCalendar Android app ships, so the values are identical to the app (not an approximation).
Inferred read-onlyget_festival_datesExact dates of major Hindu festivals for any year, computed live by the same engine the HinduCalendar app uses — never guess a festival date, always use this.
Inferred read-onlyget_muhurat_windowsDated windows of the auspicious muhurta yogas and the observance periods — the "when are the vivah muhurats in 2026?
Inferred read-onlyget_birth_detailsReturn birth star (nakshatra), birth name syllable (naam akshar / pada), Chandra rashi (Moon sign), and Lagna rashi (ascendant sign) for a child born at the given time and location — all from the app's own engine, so they match the HinduCalendar app's kundali exactly.
Inferred read-onlyget_muhurtaMuhurta for a moment and place, exactly as the HinduCalendar app computes it — and, with full_day=True, the whole day's grid.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hinducalendar]
url = "https://hinducalendar.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hinducalendar": {
"type": "http",
"url": "https://hinducalendar.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hinducalendar
Remote MCP URL: https://hinducalendar.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hinducalendar": {
"url": "https://hinducalendar.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hinducalendar": {
"type": "http",
"url": "https://hinducalendar.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hinducalendar",
"transport": "streamable-http",
"url": "https://hinducalendar.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hinducalendar.app was fetched 2026-08-08T10:30:16.288Z and is being refreshed.
hinducalendar.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.