Transit and timing
Sub-Lord Changes
get_sublord_changes
Find when each planet's KP sub-lord will change next. Returns hours until change for all 9 planets.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| planets | array<planet name> | No | Planets to check (defaults to all 9). |
Example call
Send the request as a standard MCP tools/call:
POST https://mcp.lumin.guru/mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_sublord_changes",
"arguments": {}
}
}Engine endpoint
This tool delegates to the kp-engine endpoint:
POST /v1/kp/sublord-changesThe engine is a private internal service. All public access flows through the MCP server, which handles auth, rate limiting, and response compaction.