Skip to content
Lumindocs
UseBuildChangelog
Open Lumin
All tools

Advanced techniques

Choghadiya, Daily 8 Day + 8 Night Periods [Vedic Muhurta]

get_choghadiya_today

[Vedic muhurta adjunct] 8 day + 8 night auspicious 1.5-hour periods (Amrit/Shubh/Labh/Char/Udveg/Rog/Kal). Each period returns lord, quality (auspicious/inauspicious), start/end UTC, and interpretation. Companion to get_panchang. Daily-utility tool with high recurring traffic.

Parameters

NameTypeRequiredDescription
latitudenumberYesLocation latitude
longitudenumberYesLocation longitude
query_datestringNoISO date (default: today).

Example call

Send the request as a standard MCP tools/call:

http
POST https://mcp.lumin.guru/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_choghadiya_today",
    "arguments": {
      "latitude": 0,
      "longitude": 0
    }
  }
}

Engine endpoint

This tool delegates to the kp-engine endpoint:

http
POST /v1/kp/choghadiya

The engine is a private internal service. All public access flows through the MCP server, which handles auth, rate limiting, and response compaction.