bazi-mcp
NewOpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.
Summary
This skill integrates the OpenFate Bazi MCP server, enabling deterministic Four Pillars of Destiny calculations, True Solar Time adjustments, branch interaction analysis, and reverse Bazi lookups.
- It is useful for developers building applications related to Chinese metaphysics, astrology, or personalized fate analysis.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "bazi-mcp": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/bazi-mcp calculate --datetime "1990-01-01 12:00" --timezone "Asia/Shanghai" --adjust-solar-time true
Find the Four Pillars for my birth date: 1985-08-15 14:30 in New York, with True Solar Time adjustment.
/bazi-mcp reverse-lookup --year-pillar "庚午" --month-pillar "癸未" --day-pillar "甲子" --hour-pillar "壬申"
Security Audits
Frequently Asked Questions
What is bazi-mcp?
This skill integrates the OpenFate Bazi MCP server, enabling deterministic Four Pillars of Destiny calculations, True Solar Time adjustments, branch interaction analysis, and reverse Bazi lookups. It is useful for developers building applications related to Chinese metaphysics, astrology, or personalized fate analysis.
How to install bazi-mcp?
To install bazi-mcp: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "bazi-mcp": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is bazi-mcp best for?
bazi-mcp is a mcp categorized under Development. It is designed for: mcp. Created by openfate-ai.
What can I use bazi-mcp for?
bazi-mcp is useful for: Calculate the Four Pillars for a given birth date and time, with automatic True Solar Time correction.; Analyze branch interactions (e.g., combinations, clashes, harms) between two or more earthly branches.; Perform a reverse Bazi lookup to find possible birth dates that match a given set of Four Pillars.; Generate a detailed Bazi chart including heavenly stems, earthly branches, and hidden stems for a specific datetime.; Validate and convert between different calendar systems (e.g., Gregorian to Chinese lunar) for Bazi calculations.; Batch process multiple birth datetimes to compute their Bazi charts for statistical or comparative analysis..