Tu Vi Horoscope MCP Server
Related Servers
Alternatives to Tu Vi Horoscope MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables generation of detailed Chinese Ziwei Doushu (Purple Star) astrological charts with geographic location support and true solar time conversion. Provides tools for geocoding locations, converting Beijing time to apparent solar time, and creating comprehensive astrology readings based on birth information.11 npm13MIT
- AlicenseNot gradedqualityFmaintenanceZi Wei Dou Shu (Chinese astrology) charting MCP server. Generates complete ziwei natal charts and transit overlays (12 palaces, 14 major stars, sihua) from birth date and time, powered by FateStar's reversible charting engine.8 npmMIT
- AlicenseNot gradedqualityAmaintenanceA personal astrological server that provides high-precision tools for generating natal charts, transits, and relationship charts using a queryable SQLite database. It enables users to manage multiple profiles, track historical transits, and perform electional astrology for planning events.289 PyPIAGPL 3.0
- 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 gradedqualityBmaintenanceProvides local, deterministic Four Pillars (Bazi) chart calculation via MCP tools, with JSON and PNG outputs, no API key or network required.43 npm2MIT
- 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-
TDQS
Scored across 4 tools
Each tool targets a clearly distinct domain: base chart generation, transit/luck analysis, auspicious date calculations, and calendar conversion. The descriptions explicitly cross-reference each other to clarify boundaries (e.g., get_van_han contrasts itself with generate_horoscope).
All tool names follow a consistent verb_noun snake_case pattern (generate_horoscope, get_van_han, get_auspicious_info, convert_calendar). The verb choice varies slightly — 'generate' for chart creation versus 'get' for calculations and 'convert' for the utility — but the pattern is predictable and each verb matches its function.
Four tools is a well-scoped set for a specialized Tu Vi astrology server. Each tool covers a distinct major capability (chart, transits, auspiciousness, calendar), and none feels redundant or extraneous.
The core domain is well covered: chart generation, transit analysis, auspicious day/hour checking, and calendar conversion. However, the convert_calendar description references a 'get_saved_horoscope' tool that does not exist in this server's tool set — a notable dangling reference that could lead agents to attempt calling a non-existent tool. Minor persistence/retrieval gap otherwise.