n8n-nodes-mysticapi
v0.1.0
Published
n8n community node for MysticAPI — deterministic Human Design–compatible bodygraphs, personal sky charts, and ephemeris.
Maintainers
Readme
n8n-nodes-mysticapi
An n8n community node for MysticAPI — deterministic, Human Design–compatible bodygraphs, personal sky charts, and ephemeris. Same input always returns the same output (no generative output).
n8n is a fair-code workflow automation platform.
Installation
In n8n: Settings → Community Nodes → Install, and enter:
n8n-nodes-mysticapiOr self-hosted via npm:
npm install n8n-nodes-mysticapiCredentials
Create a MysticAPI API credential and paste your API key (mk_live_…).
Get a free key (50 calls/month, no card) at https://mysticapi.com — POST /v1/keys/free with {"email":"[email protected]"} and it is emailed to you. Paid tiers (Maker/Pro/Scale) are self-serve Stripe links at https://mysticapi.com/llms.txt.
Operations
| Operation | Endpoint | Output |
| --- | --- | --- |
| Sky Today | GET /v1/sky/today | JSON: active retrogrades, moon phase + illumination, positions for 13 bodies (zodiac + Energy Blueprint gate/line), and a 30-day forward scan of stations and new/full moons |
| Bodygraph | POST /v1/bodygraph | JSON: the full Energy Blueprint chart (type, authority, strategy, profile, definition, cross, channels, centers, conscious + unconscious gate maps) plus a body-graph svg string |
| Sky Personal | POST /v1/sky/personal | image/svg+xml: a personal-sky SVG rendered from the birth instant |
Bodygraph and Sky Personal take a birth instant in UTC: Year, Month, Day, Hour, Minute, and optional Second. Convert local time + timezone to UTC before running. Sky Personal also has an Animate toggle (turn off for a static SVG).
Every call is metered (1 call against your monthly allotment).
Compatibility
Requires n8n with n8nNodesApiVersion: 1. Declarative node; no extra runtime dependencies.
Resources
- MysticAPI docs (agent-readable): https://mysticapi.com/llms.txt
- OpenAPI spec: https://mysticapi.com/.well-known/openapi.json
- n8n community nodes docs: https://docs.n8n.io/integrations/community-nodes/
License
MIT © Latimer Woods Tech
