🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

caelus-mcp

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caelus-mcp

MCP server for Caelus astrology computation: charts, transits, timing techniques, Vedic methods, and citable chart facts.

latest
Source
npmnpm
Version
0.23.0
Version published
Weekly downloads
26
-61.76%
Maintainers
1
Weekly downloads
 
Created
Source

caelus-mcp

MCP server for Caelus astrology computation: thirty-four chart tools over stdio. Computation only — positions, houses, aspects with orbs, event search, electional, returns, progressions, composite, dignities, Hermetic lots, the Hellenistic time-lords (profections, firdaria, zodiacal releasing), primary directions, the Vedic layer (nakshatras, dashas, vargas, yogas), sky-view image-prompt frames (project the visible sky to image pixels with positions, magnitudes, Moon phase, twilight, and the Milky Way), and a chart_facts interpretation projection (ranked, citable fact atoms plus an LLM brief) — the model does the interpreting. It needs no API keys, ephemeris files, or network calls; the engine data ships inside the package.

Setup

Claude Code / Claude Desktop, one line:

claude mcp add caelus -- npx caelus-mcp

Or any MCP client that speaks stdio:

{
  "mcpServers": {
    "caelus": { "command": "npx", "args": ["caelus-mcp"] }
  }
}
  • Claude Desktopclaude_desktop_config.json
  • Cursor.cursor/mcp.json (project) or ~/.cursor/mcp.json (global)
  • Anything else — spawn npx caelus-mcp and speak JSON-RPC over stdio

A hosted Streamable HTTP endpoint is also live at https://www.ephemengine.com/api/mcp for clients that prefer a remote server.

Tools

toolwhat it answers
natal_chartA person's birth chart: 13 bodies with sign, house, retrograde, speed; ASC/MC; cusps; aspects
current_skyThe sky at a moment and place (defaults to now), not tied to a person
transitsTransiting planets vs a natal chart: aspects within orb, applying/separating, natal house per body
synastryTwo charts compared: inter-chart aspects, house overlays both ways
find_aspect_datesExact dates a transiting body aspects a longitude or another body, retrograde re-hits included
rectification_gridASC/MC sweep across a window of hours for birth-time rectification
sky_eventsRise/set/meridian transits, lunar phases, stations, zodiac crossings in a date range (≤370 days)
sky_viewFrame the visible sky from a place and moment: per-body pixel positions, apparent sizes, magnitudes, Moon phase orientation, twilight, limiting magnitude, deep star field, Milky Way, overlays (ecliptic/signs/houses/constellations), and a ready-to-use image prompt
sky_view_sequenceAn animation timeline of Sky View frames: the celestial pole, sidereal rotation per frame, and a per-frame summary (twilight, Sun/Moon, Milky Way)
synthetic_validateCheck an authored synthetic system for duplicate ids, bad periods, invalid eccentricity, or a dangling observer
synthetic_positionsPositions, speed, and retrograde for every body in a synthetic system at one instant (world frame)
synthetic_sky_viewSky View with real and synthetic bodies; authored size, magnitude, and colour flow into the pixel spec
planetary_hoursThe planetary hour in effect at a moment and place: ruler, day/night, hour number, start/end, day ruler, and the 24-hour ruler sequence
void_of_courseWhether the Moon is void-of-course at a moment: its sign, sign-exit time, and next perfecting aspect to Sun–Saturn
returnsSolar/lunar return instants in a window plus the first return chart, cast at the return location (defaults to the birthplace)
progressionsSecondary progressions (day-for-a-year) and solar-arc directions to a target date: per body the secondary and directed longitude, plus the solar arc
compositeTwo relationship charts for a pair: the midpoint composite (bodies and angles) and the Davison chart
dignitiesEssential dignity (domicile/exaltation/detriment/fall) and sect for the seven traditional planets at a moment and place
lotsThe seven Hermetic lots (Arabic parts) — Fortune, Spirit, Eros, Necessity, Courage, Victory, Nemesis — cast from the Ascendant, sect-aware
profectionsAnnual and monthly profections to a target date: age, the profected signs and their whole-sign houses, and the lord of the year
firdariaThe firdaria planetary time-lord periods: the full 75-year timeline (nine periods, seven sub-periods each) and the lords active at a target date
releasingZodiacal releasing (aphesis) from the Lot of Spirit or Fortune: the L1–L4 period timeline and the lords active at a target date, with loosing of the bond
directionsPrimary directions of the seven traditional planets to the four angles (MC/IC/Asc/Desc), and optionally between the planets (mundane), by the Naibod or Ptolemy time key, sorted by age
nakshatrasThe nakshatra (lunar mansion), pada, and ruling planet of each classical planet and the Ascendant on the sidereal zodiac (Lahiri by default)
dashaVedic dasha periods from the Moon's nakshatra — Vimshottari (120y), Yogini (36y), or Ashtottari (108y): the maha → antar timeline and the lords active at a target date
vargasParashari divisional charts (D1 rasi, D2, D3, D9 navamsa, D10, D12, D30): the divisional sign of each planet and the Ascendant
yogasVedic yogas on the rasi chart: Pancha Mahapurusha, Gajakesari, Budha-Aditya, Chandra-Mangala, Kemadruma, plus raja/dhana yogas and yogakarakas

natal_chart and current_sky also tag each body with its solar phase (cazimi/combust/under-the-beams) and each aspect with applying/separating.

Bodies (core chart): sun through pluto, chiron, mean and true node. Optional bodies (mean/true Lilith, asteroids, Uranians) follow engine data on the Node loader path. House systems: twelve total — placidus (default), whole_sign, equal, porphyry, koch, regiomontanus, campanus, alcabitius, morinus, meridian, polich_page, vehlow. Placidus and Koch fall back to whole_sign above the polar circles and say so in the payload. zodiac supports tropical (default) and seven sidereal ayanamsas on chart tools.

Output

Token-frugal JSON: terse keys, positions to 0.01°, a full natal chart is ~3 KB. Each aspect is a structured object the client can use directly:

{ "a": "moon", "b": "venus", "aspect": "trine", "orb": 2.09, "phase": "separating" }

A natal_chart or current_sky response feeds caelus-wheel's <ChartWheel> directly — no adapter:

const payload = JSON.parse(result.content[0].text);
<ChartWheel chart={payload} size={520} />

Dates are UT

Tools take ISO 8601 UTC date-times. Convert local birth times first — the tool descriptions instruct the model to do this, and caelus-birth does it correctly in code (historical tzdb rules, DST edge cases flagged). Longitude is east-positive everywhere; the Americas are negative.

Accuracy

Checked against Swiss Ephemeris across 1850–2150: Sun–Saturn ≤1″, Uranus ≤1.9″, Neptune ≤4.6″, Moon ≤2.5″, Pluto ≤3.4″ (Chebyshev pack), Chiron ≤1″, mean node ≤1″, true node ≤1′ vs SE's built-in ephemeris, asteroids ≤1″ (Horizons fits), Uranians ≤2.3″. Tables: ephemengine.com/validation.

The caelus packages

Spec and design notes: MCP_SPEC.md.

Keywords

astrology

FAQs

Package last updated on 21 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts