# MysticAPI (remote · mysticapi.com)

Human Design & astrology engine: bodygraph, personal-sky SVG, today's sky. JPL ephemeris.

- Trust score: 55/100 (low)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mysticapi.com`: 55/100 (this document), [markdown](https://verifymcp.io/servers/latimer-woods-tech-mysticapi/mysticapi.md), [page](https://verifymcp.io/servers/latimer-woods-tech-mysticapi/mysticapi)

## Channel facts

- Endpoint: `https://mysticapi.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 59/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 727 tokens (~121/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 31% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http latimer-woods-tech-mysticapi https://mysticapi.com/mcp
```

### Codex

```toml
[mcp_servers.latimer-woods-tech-mysticapi]
url = "https://mysticapi.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "latimer-woods-tech-mysticapi": {
      "type": "remote",
      "url": "https://mysticapi.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add latimer-woods-tech-mysticapi --url https://mysticapi.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  latimer-woods-tech-mysticapi:
    url: "https://mysticapi.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "latimer-woods-tech-mysticapi": {
      "type": "http",
      "url": "https://mysticapi.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 53, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 53, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 53, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 53)

First indexed and scored.

## MCP tools (6)

### `sky_today` (~83 tokens)

Today's universal sky: which planets are retrograde right now, the current moon phase and illumination, geocentric positions for 13 bodies (zodiac sign + Energy Blueprint gate/line), and a 30-day forward scan of retrograde stations and new/full moons. No input. Deterministic astronomy (JPL-validated ephemeris). Costs 1 call.

### `bodygraph` (~131 tokens)

Compute an Energy Blueprint (Human Design) chart from a UTC birth instant. Returns type, authority, strategy, profile, definition, incarnation cross, channels, defined centers, and conscious/unconscious gate maps, plus a body-graph SVG. Location is NOT needed. Convert local birth time to UTC before calling. Costs 1 call.

Input parameters:

- `day` (integer, required)
- `hour` (integer, required): Hour 0-23 in UTC
- `minute` (integer, required)
- `month` (integer, required)
- `second` (integer)
- `year` (integer, required): 4-digit year (UTC)

### `sky_personal` (~124 tokens)

Render a personal natal sky as an SVG from a UTC birth instant: each body placed on the wheel, retrogrades marked, fixed stars conjunct natal points lit. Deterministic (same birth → same sky). Convert local birth time to UTC before calling. Returns SVG markup. Costs 1 call.

Input parameters:

- `day` (integer, required)
- `hour` (integer, required): Hour 0-23 in UTC
- `minute` (integer, required)
- `month` (integer, required)
- `second` (integer)
- `year` (integer, required): 4-digit year (UTC)

### `ephemeris` (~121 tokens)

Raw geocentric ecliptic positions for any instant (UTC): 13 bodies (Sun through Pluto, Chiron, lunar nodes) with longitude and retrograde flags. JPL-validated ephemeris (Meeus + Standish 1992). Costs 1 call.

Input parameters:

- `day` (integer, required)
- `hour` (integer, required): Hour 0-23 in UTC
- `minute` (integer, required)
- `month` (integer, required)
- `second` (integer)
- `year` (integer, required): 4-digit year (UTC)

### `numerology` (~119 tokens)

Numerology profile from a birth date (UTC): Pythagorean life path (master numbers 11/22/33 preserved), birthday number, personal year/month/day cycles, and tarot birth card. Time fields are accepted but only the date matters. Costs 1 call.

Input parameters:

- `day` (integer, required)
- `hour` (integer, required): Hour 0-23 in UTC
- `minute` (integer, required)
- `month` (integer, required)
- `second` (integer)
- `year` (integer, required): 4-digit year (UTC)

### `relationship` (~77 tokens)

Composite/connection chart for two people from their UTC birth instants: electromagnetic channels (chemistry), dominance, companionship, and compromise channels, combined definition, and type/authority/profile dynamics. Canonical Energy Blueprint (Human Design) relationship analysis. Costs 1 call.

Input parameters:

- `personA` (object, required)
- `personB` (object, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/latimer-woods-tech-mysticapi/mysticapi#diagnostics

## Score history

- 2026-08-03: 55
- 2026-08-02: 54
- 2026-08-01: 54
- 2026-07-31: 53
- 2026-07-30: 53
- 2026-07-29: 55
- 2026-07-28: 54
- 2026-07-27: 53
- 2026-07-26: 53

## Links

- Remote endpoint: https://mysticapi.com/mcp
- Repository: https://github.com/Latimer-Woods-Tech/mysticapi
- Website: https://mysticapi.com/
- Changelog RSS feed: https://verifymcp.io/servers/latimer-woods-tech-mysticapi/mysticapi/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/latimer-woods-tech-mysticapi/mysticapi/changelog.json
- HTML version of this page: https://verifymcp.io/servers/latimer-woods-tech-mysticapi/mysticapi
