ai-divination-mcp
Related Servers
Alternatives to ai-divination-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for Eastern and Western divination, enabling tarot, Lenormand, I Ching, Meihua, Qi Men, BaZi, Zi Wei Dou Shu, Xiao Liu Ren and Da Liu Ren readings via the free QiyueAstro public API.MIT
- 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.-
- 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
- FlicenseNot gradedqualityBmaintenanceEnables traditional Chinese metaphysics tools like Bazi, Ziwei, and Qimen via MCP, integrating AI analysis for divination and fortune-telling.558-
- FlicenseAqualityCmaintenanceProvides local, deterministic Chinese and Western divination chart calculations with traceable, evidence-grounded interpretation through MCP tools.9-
TDQS
Scored across 5 tools
Each divination tool targets a distinct practice—bazi, tarot, I Ching, and Xiao Liu Ren—so there is no overlap in purpose. The interpretation_template tool is clearly separate, providing guidance rather than performing a cast. An agent can confidently select the right tool for a requested method.
Tool names follow a consistent lowercase_snake_case pattern with a domain noun followed by an action (bazi_cast, iching_cast, xiaoliuren_cast, tarot_draw). The verb varies appropriately to the divination style, and interpretation_template breaks the action pattern but is still predictable as a resource-based tool.
Five tools is well-scoped for a specialized divination server: four distinct casting methods plus one shared interpretation template. There is no bloat or obvious redundancy.
The server covers the core casting lifecycle for all four divination methods and provides interpretation guidance. Minor gaps exist, such as no tool to list available divination types or retrieve past casts, but these are not essential for the apparent purpose.