deepnatal
Related Servers
Alternatives to deepnatal
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables AI agents to compute deterministic astrological data with Swiss Ephemeris, including natal charts, transits, synastry, and birth-place resolution, so they never invent planetary positions.4MIT
- AlicenseNot gradedqualityBmaintenanceHigh-precision astrology tools for LLM agents, including natal charts, transits, progressions, synastry, and more, backed by Swiss Ephemeris.1MIT

fatenava-mcpofficial
AlicenseAqualityBmaintenanceEnables AI agents to cast deterministic BaZi, Zi Wei Dou Shu, and Western astrology natal charts from birth details, with no setup or API key.135 npmMIT- FlicenseNot gradedqualityCmaintenanceMulti-tradition astrology engine that computes real birth charts, transits, and synastry for AI agents via MCP tools.8-
- AlicenseAqualityBmaintenanceAstrology MCP server that computes natal charts, transits, synastry, progressions, returns, eclipses, retrogrades, and moon phases from a real ephemeris, enabling AI agents to provide accurate astrological calculations without hallucination.1241 npm1MIT
- FlicenseNot gradedqualityCmaintenanceProvides real astrology and tarot computations using actual ephemeris and a 78-card deck, returning structured data such as natal charts, synastry, transits, and tarot draws without relying on an LLM for astrological facts.-
TDQS
Scored across 4 tools
Each tool has a distinct, clearly scoped job: full chart calculation, best-effort chart without a birth time, independent ascendant verification, and historical timezone resolution. The only potentially close pair is the two calculate_chart tools, but their exact-time vs unknown-time condition removes ambiguity.
All tool names follow a predictable verb_object snake_case pattern: calculate_natal_chart, calculate_chart_without_birth_time, verify_ascendant, and inspect_historical_timezone. The names clearly communicate the action and target, with no mixed casing or vague verbs.
Four tools is a tight, well-scoped set for a birth chart calculation service. Each tool earns its place by addressing a distinct user need or diagnosis path, and none feels redundant or missing.
The surface covers the full chart path, the no-birth-time fallback, external ascendant claim verification, and the most common hidden error source in chart calculation: historical timezone changes. There are no obvious dead ends for the stated purpose of computing and troubleshooting natal charts.