Advanced techniques
Political Election Winner Lens (KP, multi-candidate)
get_election_outcome
Compares 2+ candidate natal charts and an election-day moment per KP Reader 3 ch.41-43 and R6 cases 90-92, 111. For each candidate: natal political-success score (cov[9,10,11] minus 0.5x cov[8,12]) plus election-day amplifiers (RP overlap, Jupiter transit through 11th-house significator, polling-close Lagna match). Returns likelyWinner, runnerUp, marginQualitative (HIGH / MODERATE / LOW / TOO_CLOSE_TO_CALL), and electionDayMuhurtaScore. Discreet B2B signal for political consultancy tooling, never standalone advice; do not present as a poll or vote forecast.
Parameters
No parameters. This tool reads its inputs from the conversation context.
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_election_outcome",
"arguments": {}
}
}Engine endpoint
This tool delegates to the kp-engine endpoint:
POST /v1/kp/election-outcomeThe engine is a private internal service. All public access flows through the MCP server, which handles auth, rate limiting, and response compaction.