Precision-audited astrology MCP: natal charts, transits, synastry, moon phases. No API key.
Precision-audited astrology MCP: natal charts, transits, synastry, moon phases. No API key. Exposed over MCP by the astral mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
The server ships on npm as astral-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
astral_compute_natal_chart — full natal chart, precision-audited by defaultastral_current_transits — current + upcoming transits to a chart, with moon phaseastral_synastry — compare two charts (harmony / chemistry / communication / growth)astral_moon_phase — moon phase, sign and illumination for any dateastral_search_birthplace — geocode a place to latitude / longitude / timezoneastral_demo — worked example chart, no input neededastral_capabilities — what this server supports and what it doesn'tastral_data_inventory — data domains and recommended first callsastral_agent_manifest — install + usage rules for agentsastral_connection_status — health check via a sample chart + dual-engine auditstructured — same structure, redundant/derivable fields droppedsummary — only the high-signal essentials (luminaries + Ascendant, chart signature, top aspects)This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Astral's toolset — astral_compute_natal_chart, astral_current_transits, astral_synastry and 9 more — is a fair guide to whether it matches your workflow. It is maintained by davidmosiah; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| astral_compute_natal_chart | full natal chart, precision-audited by default |
| astral_current_transits | current + upcoming transits to a chart, with moon phase |
| astral_synastry | compare two charts (harmony / chemistry / communication / growth) |
| astral_moon_phase | moon phase, sign and illumination for any date |
| astral_search_birthplace | geocode a place to latitude / longitude / timezone |
| astral_demo | worked example chart, no input needed |
| astral_capabilities | what this server supports and what it doesn't |
| astral_data_inventory | data domains and recommended first calls |
| astral_agent_manifest | install + usage rules for agents |
| astral_connection_status | health check via a sample chart + dual-engine audit |
| structured | same structure, redundant/derivable fields dropped |
| summary | only the high-signal essentials (luminaries + Ascendant, chart signature, top aspects) |
{
"mcpServers": {
"astral": {
"command": "npx",
"args": ["-y", "astral-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.