POST /api/v3/traditional/almuten takes a standard birth subject (date, time, latitude, longitude, timezone) and an optional points array.
The default points are the five hyleg: Ascendant, Sun, Moon, Lot_of_Fortune, and Prenatal_Syzygy.
You can request a subset (for example just Sun and Moon) or add any other ecliptic longitude by passing a custom point with name and longitude.
The response data block has two keys: points and almuten_figuris.
The points array gives per-point longitude, sign, almuten_planet, scores_by_planet, and scores_by_dignity_table.
The almuten_figuris block gives winner, essential_total, accidental_total, grand_total, and tie_break_applied.
The endpoint is registered as an MCP tool so Claude, GPT, and other agents can call it directly without bespoke HTTP plumbing.
The same data feeds the /traditional/dignities composite, which combines almuten with mutual receptions and hayz in one response.
A zodiac API built for traditional astrology should go beyond basic sign positions and preserve the full dignity-scoring logic used in Almuten calculations.
POST endpoint, optional points array, MCP-registered