Skip to content
Lumindocs
UseBuildChangelog
Open Lumin
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. Pairs with Choghadiya for fine-grained timing.

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_hora_today",
    "arguments": {
      "latitude": 0,
      "longitude": 0
    }
  }
}

Engine endpoint

This tool delegates to the kp-engine endpoint:

http
POST /v1/kp/hora-day

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