An astrology & Human Design MCP server

The Model Context Protocol (MCP) lets an agent call tools over HTTP. MysticAPI is a remote MCP server, so an agent can compute a bodygraph or a sky chart directly, with no glue code.

Connect it

claude mcp add --transport http mysticapi https://mysticapi.com/mcp \
  --header "Authorization: Bearer mk_live_..."

Or in an mcp.json:

{
  "mcpServers": {
    "mysticapi": {
      "type": "http",
      "url": "https://mysticapi.com/mcp",
      "headers": { "Authorization": "Bearer mk_live_..." }
    }
  }
}

Tools

Auth & discovery

Tool calls take the same bearer key as the REST API, or a keyless call returns x402 payment terms (USDC on Base). Registries and agents can auto-discover the server from /.well-known/mcp/server-card.json and /.well-known/mcp.

How it compares

CapabilityMysticAPIbodygraph.comhumandesignapi.nlGeneric astrology APIs
FocusHuman Design + astrology engineHuman Design software (API add-on)Human Design chartsAstrology (not Human Design-specialized)
Pricing modelFlat monthly ($0 / $19 / $49 / $149)Subscription (practitioner-oriented)Credit-based (5k / 10k / 50k credits, rollover)Varies (flat or per-call)
Free tier (no card)50 calls / monthFree charts (product), API variesTrial / creditsVaries
Remote MCP serverYes — /mcpNot listed (Jul 2026)Not listed (Jul 2026)Some (e.g. RoxyAPI)
Pay-per-call (x402)Yes — USDC on BaseNoNoRare
Bodygraph chart JSONYesYesYesNot Human Design
Body-graph SVG renderYesYes (visual charts)JSON only (listed)Chart images vary
Personal-sky SVGYesNot listedNot listedSome
Relationship / composite chartYes — /v1/relationshipYes (relationship charts)Not listed (Jul 2026)Synastry varies
Numerology + raw ephemeris endpointsYes — /v1/numerology, /v1/ephemerisNot listedNot listedSome
Try before key (live in-browser demo)Yes — on / and /docsNot listedNot listedRare
EphemerisJPL-validated (Meeus + Standish)ProprietaryNASA JPLVaries
OpenAPI + llms.txtYes (3.1 + llms.txt)DocsDocsVaries
AuthBearer key or x402API keyAPI key (header)API key

Comparison compiled July 2026 from each provider’s public documentation. “Not listed” means the capability was not advertised in public docs at that time, not that it is impossible. Corrections: the facts above are checkable against each vendor’s site.

Get a key →