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. Also returns 'currentPeriod', the period containing the moment you asked about. Companion to get_panchang. The astrological day runs sunrise to sunrise, so 'utc_offset_minutes' decides which civil day is meant and is required.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| latitude | number | Yes | Location latitude |
| longitude | number | Yes | Location longitude |
| utc_offset_minutes | unknown | Yes | no description |
| query_date | unknown | No | The moment to read, ISO 8601, local wall-clock (e.g. "2026-08-12T20:48:00\ |
Example call
Send the request as a standard MCP tools/call:
http
POST https://mcp.lumin.guru/mcp
Authorization: Bearer mcp_yourkey...
Accept: application/json, text/event-stream
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_choghadiya_today",
"arguments": {
"latitude": 0,
"longitude": 0
}
}
}