io.github.ghdejr11-beep/bazi-api
Official2 toolsDeterministic Korean Saju / BaZi Four Pillars MCP. Day Master, five elements, compatibility.
Analyzes Korean Saju and BaZi Four Pillars astrology for compatibility.
Captured live from the server via tools/list.
bazi_chart
Compute a deterministic BaZi (八字) / Korean Saju (사주) Four Pillars chart from a solar birth date: Heavenly Stems, Earthly Branches, Day Master, and five-element distribution. KASI-validated engine, no AI.
Parameters (5)
- yearintegerrequired
1920–2050
- monthintegerrequired
- dayintegerrequired
- hourinteger
0–23, or -1 if birth time unknown
- genderstringrequired
bazi_compatibility
Deterministic BaZi compatibility score (0–100) and band between two people, from combined five-element balance and Day Master cycle relation.
Parameters (2)
- person_aobjectrequired
{year,month,day,hour,gender}
- person_bobjectrequired
{year,month,day,hour,gender}
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"bazi-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bazi-api.kunstudio.workers.dev/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.