Lunar Calendar MCP Server
Related Servers
Alternatives to Lunar Calendar MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides Chinese traditional calendar functions including BaZi calculation, solar-lunar calendar conversion, Huangli almanac queries, daily fortune readings, 24 solar terms, and Wu Xing (Five Elements) analysis.MIT
- AlicenseNot gradedqualityBmaintenanceProvides Chinese holiday information, lunar calendar conversion, traditional festivals, 24 solar terms, and BaZi (Eight Characters) calculations for AI assistants to accurately handle Chinese calendar queries and date conversions.3Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables traditional Chinese fortune-telling through BaZi (Four Pillars) analysis, including solar/lunar date conversion, Five Element balance calculations, Ten Gods deduction, and destiny interpretation for metaphysics applications.14 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides accurate Chinese Bazi (八字) fortune-telling calculations including birth chart analysis, destiny forecasting, and Chinese calendar information. Addresses inaccuracies in existing AI fortune-telling tools by delivering precise Bazi data for personality analysis and metaphysical insights.309 npmISC
- AlicenseNot gradedqualityAmaintenanceEnables Chinese traditional calendar functions including BaZi calculation, calendar conversion, Huangli query, daily fortune, solar terms, and Wu Xing analysis through natural language.1MIT
- FlicenseNot gradedqualityDmaintenanceProvides daily Taiwanese almanac (黃曆) information including auspicious/inauspicious activities, solar terms, zodiac clashes, and searches for auspicious dates for events like weddings.-
TDQS
Scored across 20 tools
Each tool has a clearly distinct purpose: auspiciousness checks, festival lookups, moon phase calculations, calendar conversions, zodiac info, and BaZi analysis are all separate concerns. Even overlapping tools like check_auspicious_date vs find_good_dates differ by single-date vs range, and batch_check_dates vs compare_dates differ by single-dimension vs multi-dimension comparison.
Most tools follow a clear verb_noun snake_case pattern (check_, get_, find_, predict_, calculate_, compare_, batch_). The two conversion tools, solar_to_lunar and lunar_to_solar, deviate from the verb-first pattern but still maintain a consistent noun_to_noun style that is intuitive and unambiguous.
With 20 tools, the server covers a broad domain (conversion, festivals, moon phases, auspiciousness, zodiac, BaZi). While the count is heavy and might be better split into focused servers, each tool addresses a distinct need and none are redundant. The scope justifies the number, but it sits at the upper edge of reasonable.
The tool surface covers the core operations of a lunar calendar server: bidirectional date conversion, festival retrieval (single, next, annual, details), moon phase data (single, monthly, predictive, influence), auspiciousness analysis (single, range, batch, comparison), zodiac info, lucky hours, and BaZi (calculation and compatibility). Minor gaps include solar terms and holiday details beyond festivals, but these are not critical for the primary use cases.