xiangyi
Related Servers
Alternatives to xiangyi
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceProvides five Chinese metaphysics engines (BaZi, QMDJ, ZWDS, Feng Shui, I Ching) as MCP tools for analysis and forecasting.6MIT
- AlicenseAqualityAmaintenanceProvides traditional Chinese astrology (Bazi, Ziwei) and divination (Liuyao, Meihua, Qimen, etc.) calculations as MCP tools for AI assistants.21772 npm113Apache 2.0
- AlicenseAqualityBmaintenanceProvides MCP tools for Chinese metaphysics, including BaZi (Four Pillars) charting, Liu Yao hexagram casting, lunar conversion, and AI-powered destiny analysis.1028 npmMIT
- 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.27 npm1MIT
- FlicenseNot gradedqualityBmaintenanceEnables traditional Chinese metaphysics tools like Bazi, Ziwei, and Qimen via MCP, integrating AI analysis for divination and fortune-telling.558-
TDQS
Scored across 9 tools
Each tool targets a distinct action and domain: consultation normalization, three separate calculation types, knowledge lookup, auditing, and run persistence. Even the three calculate_* tools are clearly separated by subject (natal chart, event hexagram, timing windows), leaving no real overlap.
All tool names follow a uniform snake_case verb_noun pattern with clear verbs: prepare, calculate, search, audit, get, save, delete. The repeated calculate_* prefix is used consistently for the three computation tools, making the set predictable.
Nine tools is a well-scoped count for a consultation-oriented server. Each tool covers a distinct phase of the workflow without redundancy or excessive granularity.
The core consultation lifecycle is covered: prepare input, calculate results, audit, and persist/retrieve/delete runs. Minor gaps exist, such as no way to list saved runs or update an existing run, but these do not block the primary workflow.