freebazi-mcp
Related Servers
Alternatives to freebazi-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables calculation of Four Pillars of Destiny (BaZi) charts using true solar time and a global geographic database, providing pillars, Da Yun, and branch interactions for any location and time.60 npm1MIT
- FlicenseNot gradedqualityNot gradedmaintenanceCalculates Chinese BaZi (Four Pillars of Destiny) charts based on birth date, time, and location, including solar term information, decade luck cycles, and true solar time corrections.2-
- AlicenseNot gradedqualityCmaintenanceProvides professional Chinese astrology calculations including Four Pillars, Five Elements, zodiac signs, and lunar calendar details. It allows users to perform accurate Bazi analysis with global timezone support directly within MCP-compatible clients.8 npm10MIT
- AlicenseAqualityAmaintenanceMCP server for computing BaZi (Four Pillars) charts. Supports Gregorian, lunar, or direct Four Pillars input, with optional true solar time correction, and outputs strength, pattern, and useful god.183 npmApache 2.0
- AlicenseNot gradedqualityBmaintenanceProvides local, deterministic Four Pillars (Bazi) chart calculation via MCP tools, with JSON and PNG outputs, no API key or network required.27 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables Chinese metaphysics Ba Zi (Four Pillars) birth chart calculation and Huangli (almanac) queries via natural language, with lightweight offline setup.MIT
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one searches for cities and the other computes a Bazi chart. There is no overlapping functionality, and the reference from compute_bazi_chart to search_cities makes the intended workflow clear.
Both tool names follow a consistent snake_case verb_noun pattern: search_cities and compute_bazi_chart. The names are descriptive, predictable, and aligned with their actions.
Two tools is slightly below the typical 3-15 range, but the narrow domain of Bazi chart computation is well served by a single core computation tool plus a supporting city search utility. The count feels minimal but not inadequate for this purpose.
The tool surface fully covers the stated purpose: resolving a birth location via search_cities and computing a comprehensive Bazi chart via compute_bazi_chart. The returned chart includes the major Bazi components, luck pillars, and current year, leaving no obvious dead ends or missing core capabilities.