explore_natal_chart
Generate an interactive natal chart wheel with clickable planets, houses, and aspects for instant astrological interpretation. Uses NASA JPL DE440 ephemerides and supports multiple house systems.
Instructions
Generate an interactive natal chart wheel with clickable planets, houses, and aspects. Returns an embedded visual chart explorer that lets you click any planet, house, or aspect line for instant astrological interpretation. Supports house system switching (Placidus, Whole Sign, Equal, Koch). The chart is computed using NASA JPL DE440 ephemerides for sub-arcsecond precision. Use this instead of ephemeris_chart_wheel for a richer, interactive experience in MCP Apps-capable hosts (Claude Desktop). Falls back to static SVG in other hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | Yes | ISO 8601 datetime string, e.g. '1990-04-15T14:30:00'. Include timezone offset if known, e.g. '1990-04-15T14:30:00-05:00'. | |
| timezone | No | IANA timezone name (e.g. 'America/New_York'). Used if datetime has no UTC offset. | |
| latitude | Yes | Birth latitude in decimal degrees (positive = North). | |
| longitude | Yes | Birth longitude in decimal degrees (positive = East). | |
| location | No | Location name for display only (e.g. 'New York, NY'). | |
| house_system | No | House system to use (default: placidus). |