Advanced techniques
Hospitalization Window (natal promise + dated confinement windows)
get_hospitalization_window
Natal 12th-house confinement analysis. Promise gate on the 12th CSL: signifying 6 and/or 8 makes the confinement illness-driven (PROMISED); only 3/9 reads as travel/retreat (WEAK, non-medical); neither is DENIED. Walks the MD/AD/PD calendar for windows where the three lords jointly activate the 12th with an admission driver — typed ADMISSION {12,6}, SURGICAL_OR_ICU {12,8}, CRITICAL {12,8,bhadhaka}, DAY_PROCEDURE {12,1} (the confinement group is 1/6/12 per KP Reader 3 canon p.293, "if the significator of the sixth house is also the significator of 1 and also 12 one will be confined to bed"; it used to carry the 5th, which is the CURE house) — chronological, capped at 12, with Saturn (prolonged-stay) and Mars (emergency/acute) transit confirmation sampled at each window midpoint. Duration class from the 12th CSL's occupied sign modality: movable=SHORT_STAY, fixed=PROLONGED, dual=REPEAT_ADMISSIONS. Supplementary lens, not medical advice or diagnosis.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| birth_datetime | string | Yes | Birth date and time in ISO 8601 format (e.g., "1990-05-15T14:30:00"). |
| latitude | number | Yes | Birth location latitude. Range: -90 to 90. |
| longitude | number | Yes | Birth location longitude. Range: -180 to 180. |
| utc_offset_minutes | number | Yes | UTC offset in minutes (e.g., 330 for IST, -300 for EST). |
| ayanamsa | enum: kp | kp_new | lahiri | raman | true_chitra | khullar | No | Ayanamsa system. Defaults to kp. |
| horizon_years | number | No | Years ahead to search (default 10, clamped 1-20) |
Example call
Send the request as a standard MCP tools/call:
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_hospitalization_window",
"arguments": {
"birth_datetime": "1992-08-14T04:32:00",
"latitude": 6.927,
"longitude": 79.861,
"utc_offset_minutes": 330,
"ayanamsa": "kp"
}
}
}Birth data
This tool requires birth data on every call. The MCP server is stateless, so calling set_birth_profile first validates the data and returns the reading plan, but it does not store anything. Repeat the same five fields here.