Advanced techniques
Twin Chart Divergence Comparator (KP, two close birth times)
get_twin_differentiation
Takes two birth datetimes (typically 1-10 minutes apart) and computes how the twins' KP charts diverge: per-cusp longitude shift, sign / sign-lord / star-lord / sub-lord deltas, dasha balance diff (first MD lord, balance fraction, MD-end delta-days), per-event verdict / coverage / CSL deltas, and 'first material divergence age' (earliest age where MD or AD lords meaningfully differ). KP-precision proof-of-concept lens; the single strongest counter-argument to 'all twins get the same chart'.
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_twin_differentiation",
"arguments": {}
}
}Engine endpoint
This tool delegates to the kp-engine endpoint:
POST /v1/kp/twin-differentiationThe engine is a private internal service. All public access flows through the MCP server, which handles auth, rate limiting, and response compaction.