Advanced techniques
Advanced KP Compatibility (6 CSL factors + dasha sync)
get_compatibility_advanced
KP-rigorous compatibility analysis for two partners. Replaces Vedic Porutham (which KP rejects per Reader 4) with 6 CSL-based factors: LOVE (5th CSL by 5th CSL into 2/5/11), MARRIAGE (7 by 7 into 2/7/11), FINANCE (2 by 2 into 2/11), UNION (11 by 11 into 2/7/11), DENIAL_ABSENCE (no 6/8/12 from 7th CSL), and DASHA_SYNC (overlapping 7th-house dasha windows when both partners are simultaneously active in marriage-house periods). Returns 6 scored factors, dasha-sync windows, overall verdict (EXCELLENT/GOOD/AVERAGE/BELOW_AVERAGE/POOR), and explicit Porutham-rejection note.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| person1 | object | No | Person 1 birth datetime (ISO 8601) |
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_compatibility_advanced",
"arguments": {}
}
}Engine endpoint
This tool delegates to the kp-engine endpoint:
POST /v1/kp/compatibility/advancedThe engine is a private internal service. All public access flows through the MCP server, which handles auth, rate limiting, and response compaction.