BeClaude

bazi-mcp

New
3GitHub TrendingDevelopmentby openfate-ai

OpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.

First seen 6/17/2026

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

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "bazi-mcp": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

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.

Usage Examples

1

/bazi-mcp calculate --datetime "1990-01-01 12:00" --timezone "Asia/Shanghai" --adjust-solar-time true

2

Find the Four Pillars for my birth date: 1985-08-15 14:30 in New York, with True Solar Time adjustment.

3

/bazi-mcp reverse-lookup --year-pillar "庚午" --month-pillar "癸未" --day-pillar "甲子" --hour-pillar "壬申"

View source on GitHub
mcp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..