tyme-bazi-mcp
Related Servers
Alternatives to tyme-bazi-mcp
No user-submitted related servers found.
Related Servers
- 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 gradedqualityDmaintenanceA Model Context Protocol (MCP) server for Chinese traditional calendar functions, including BaZi calculation, calendar conversion, Huangli query, daily fortune, solar terms, and Wu Xing analysis.5MIT
- AlicenseNot gradedqualityBmaintenanceDeterministic Zi Wei Dou Shu astrology MCP server that generates accurate birth charts with precise timezone and solar-time handling, exposing all school conventions as explicit parameters.44 npmMIT
- 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
- FlicenseNot gradedqualityCmaintenanceA read-only remote MCP server exposing Bazi chart calculation, Chinese almanac queries, and tarot card draws over Streamable HTTP, enabling AI hosts to incorporate these fortune-telling tools with structured, natural-language-friendly outputs.-
TDQS
Scored across 4 tools
The tools are mostly distinct: get_day_pillars explicitly excludes the hour pillar while get_four_pillars includes it, and the two calendar tools cover different fact types (solar terms vs. phenology). However, get_day_pillars and get_four_pillars overlap on year/month/day pillars, and the calendar vs. natural calendar distinction could still cause some initial confusion.
All tool names follow a consistent 'get_' + noun phrase pattern, using snake_case throughout. The naming clearly indicates the resource being retrieved: pillars, four pillars, calendar context, and natural calendar context.
With only 4 tools, this server is tightly scoped for the niche BaZi/calendar domain. Each tool provides a distinct, meaningful piece of information without redundancy or unnecessary bloat.
The set covers the essential BaZi queries: date-level pillars, full four pillars, solar terms, and natural calendar facts. Minor gaps exist, such as a dedicated hour-pillar retrieval (though this is included in get_four_pillars) or lunar date queries, but the core workflow is well-supported.