Skip to content
docs
UseBuildChangelog
Open Lumin
All tools

Advanced techniques

Mental Health Pressure Panel (reflective, KP)

get_mental_health_panel

Reflective natal panel on emotional and cognitive pressure patterns, in tendency/pattern language only (never diagnosis). Moon and Mercury affliction scores 0-100 with itemized factors (dusthana, malefic conjunctions within 8 degrees, star lord on 6/8/12 at L1/L2, waning Moon amplifier; graded combustion is itemized at zero points, reported and not scored per F066). Cusp reads for the 1st, 5th, 8th and 12th. Seven named signatures with strength: MOON_SATURN, MOON_RAHU, MOON_KETU, MOON_MARS, MERCURY_SATURN, MERCURY_RAHU, SEVERE_TIE. severityBand LOW/NOTABLE/ELEVATED/HIGH, institutionalizationRisk from the 12th read, MD/AD onsetWindows (afflictor lords signifying 6/8/12 at L1/L2) and Golden-Rule-clean reliefWindows. Always returns a crisisSupportNote alongside the disclaimer; surface it whenever this tool's output is discussed.

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.
horizon_yearsnumberNoYears ahead to search for onset/relief windows (default 5, clamped 1-10).
include_relief_windowsbooleanNoWhether to compute Golden-Rule-clean relief windows (default true).

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_mental_health_panel",
    "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.