@getbirthchart/mcp
OfficialRelated Servers
Alternatives to @getbirthchart/mcp
No user-submitted related servers found.
Related Servers
- 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
- 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
- AlicenseAqualityAmaintenancePrecision-audited astrology MCP for natal charts, transits, synastry and moon phases. No API key.1062 npmMIT

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 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 7 tools
The tools are generally clear but overlap exists: calculate_birth_chart likely subsumes get_planet_positions, get_big_three, get_moon_sign, get_rising_sign, and calculate_aspects. Descriptions help distinguish full-chart vs. granular lookups, but an agent could misselect when a broad chart request overlaps with a specific placement request.
All tool names follow a consistent verb_noun pattern with snake_case throughout. The get_ prefix is used for direct placement lookups and calculate_ for computed chart outputs, which is a predictable and recognizable convention.
Seven tools is well-scoped for an astrology calculation API: a full chart, key placements, aspects, and synastry. Each tool serves a distinct calculation need and the count feels neither bloated nor thin.
The server covers the core birth-chart workflows: full chart, planetary positions, Sun/Moon/Rising, aspects, and synastry. Minor gaps exist such as no dedicated Sun-sign or house-position endpoint, but calculate_birth_chart covers those cases and avoids dead ends.