All tools
Advanced techniques
Hora, 24 Planetary Hours [Vedic Muhurta]
get_hora_today
[Vedic muhurta adjunct] 24 planetary hours per day, each ruled by one of 7 visible planets in Chaldean order (Saturn→Jupiter→Mars→Sun→Venus→Mercury→Moon). Day starts at sunrise; first hour = weekday's lord. Returns each hour's lord, quality, start/end UTC, interpretation, plus 'currentHora' for the moment you asked about. Pairs with Choghadiya for fine-grained timing. 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_hora_today",
"arguments": {
"latitude": 0,
"longitude": 0
}
}
}