← hinducalendar.app

INDIVIDUAL MCP TOOL

get_birth_details

Return 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.

hinducalendar.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://hinducalendar.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_birth_details and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hinducalendar.app

CONNECT 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.

Related tools

  • get_panchang — Full 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).
  • get_festival_dates — Exact 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.
  • get_muhurat_windows — Dated windows of the auspicious muhurta yogas and the observance periods — the "when are the vivah muhurats in 2026?
  • get_muhurta — Muhurta for a moment and place, exactly as the HinduCalendar app computes it — and, with full_day=True, the whole day's grid.