Skip to content
docs
UseBuildChangelog
Open Lumin
All tools

Transit and timing

Sub-Lord Changes

get_sublord_changes

Hours until each planet's KP sub-lord changes next. Sub-lord boundaries are when transit influence shifts. Returns '{ planets: { Sun..Ketu: { currentSubLord, nextSubLord, hoursUntilChange, nextChangeUTC } } }'. For all sub-lord crossings within a date window (with minute-precision binary search) use 'get_transit_crossings'.

Parameters

NameTypeRequiredDescription
planetsarray<planet name>NoPlanets to check (defaults to all 9).

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_sublord_changes",
    "arguments": {}
  }
}