Skip to content
docs
UseBuildChangelog
Open Lumin
All tools

Advanced techniques

Cure / Recovery Window Timing

get_cure_window

Dated recovery/cure windows, the mirror image of surgery timing. Collects L1-L4 significators of houses 1/5/11 (body, relief/vitality, cure), excludes planets that simultaneously signify 6/8/12 at L1/L2 (Golden Rule, they promise disease more strongly than cure, reported in excludedByGoldenRule), and for movable lagnas demotes 11th-house cure claims to half weight (the 11th IS the bhadhaka). Walks the MD/AD/PD dasha calendar for windows where all three lords are filtered cure significators, scored by joint coverage and level weights, with transit Jupiter (year-band) and Sun (month) star-lord confirmations at each window midpoint plus transit-Moon refinement guidance. READ 'curePromise' FIRST: KP Reader 3 canon p.189 settles whether there is a cure at all before any date is offered, and denies it only when all three of its conditions hold together (nothing in the 11th, no planet in the star of the 11th's owner or occupants, and the 11th cusp and 11th lord both in evil subs). 'dashaLevelIncurability' reports the page's NEXT paragraph, what KSK saw in the horoscopes of lifelong sufferers (every dasa lord from the onset in the sub of the lord of 6, the 11th not strong, the lords of 11 and 1 spoiled), as a pattern word with each observation and the engine's reading of the three terms he leaves undefined; it gates nothing, because he states it as an observation and not as a rule. Returns { curePromise, dashaLevelIncurability, cureSignificators, excludedByGoldenRule, bhadhakaAdjustment, windows[], bestWindow, noCureWindowReason, disclaimer }. Supplementary lens, not medical advice.

Parameters

NameTypeRequiredDescription
birth_datetimestringYesBirth date and time in ISO 8601 format (e.g., "1990-05-15T14:30:00").
latitudenumberYesBirth location latitude. Range: -90 to 90.
longitudenumberYesBirth location longitude. Range: -180 to 180.
utc_offset_minutesnumberYesUTC offset in minutes (e.g., 330 for IST, -300 for EST).
ayanamsaenum: kp | kp_new | lahiri | raman | true_chitra | khullarNoAyanamsa system. Defaults to kp.
illness_start_datestringNoISO date the illness began; only windows from this date onward are reported (default: now).
horizon_yearsnumberNoYears ahead to search (default 3, max 10).

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_cure_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.