← Registry

Databases

mythoi.health

This MCP server provides access to a literary motif database, enabling lookup of motifs, attestation searches, tradition profiles, episode reading, and exploration of motif relationships.

1 endpoint15 known toolsFirst detected August 5, 2026Last detected August 5, 2026

ENDPOINT 1

https://mythoi.health/api/mcp

No auth detected

MCP server metadata

Name
mythoi
Version
0.1.0
Capabilities
tools
Server instructions

The Mythoi record: world myths with receipts. Tools return envelopes carrying source_ids and receipt_url — pass receipts through verbatim. An empty successful result is the only thing that licenses 'not attested'.

Known tools 15

motif_lookup

Look up motifs in the Thompson Motif-Index.

Inferred read-only
attestation_search

Find where a motif lives in the served texts, three lanes in one call: curated attestations (quotable as filed), wired_citations (Thompson's own citation resolved to an exact served chapter — open it with episode_lookup and quote the text), and computed_leads (keyword matches, ~half real — open, confirm the motif is actually in the episode, silently drop the misses).

Potential side effects
tradition_profile

Profile a tradition's shelf: its works, episode counts, and how many motif attestations are filed against it.

Inferred read-only
episode_lookup

Read an episode of a work.

Inferred read-only
motif_neighbors

The knowledge graph around one motif: the traditions Thompson filed it under (his index apparatus, ~49k labeled citations), its place in the index hierarchy, his curated cross-references ('travels with'), ATU tale types, the served episodes it is attested in ('attested_in' — live receipted attestations only, each row carrying its own source_ids and receipt, so a graph walk ends at readable text), and a separately labeled bounded computed co-occurrence layer ('keeps company with').

Inferred read-only
compare_traditions

THE STITCH, as one call: every witness of a motif AND its child motifs (the whole story-shape family), grouped by tradition — curated attestations, wired Thompson citations resolved to served chapters, and the top computed leads (read-and-discard applies).

Inferred read-only
myth_timeline

THE LONG AXIS: the same witnesses as compare_traditions but ordered by composition era, oldest first — watch a story-shape move through time from clay tablet to novel.

Inferred read-only
commentary_search

THE SYMBOLIZE LANE: full-text search restricted to the commentary shelves — early psychology (Jung 1916, Freud), comparative scholarship (Tylor, Harrison, Frazer), and the alchemical corpus.

Inferred read-only
episode_search

Full-text search across the complete text of EVERY served episode — all works, all traditions, all shelves at once (primary myth, literary, commentary, alchemical; each hit labeled by work_class).

Inferred read-only
tale_type_lookup

Look up ATU tale types — the plot-skeleton index (Aarne–Thompson–Uther).

Inferred read-only
library_quote

Quote from the OWNED research library: mythoi's own shelf first (new acquisitions like Thompson's revised Motif-Index), then seba's across the seam (Jung CW, Campbell, Hillman, von Franz, Edinger).

Inferred read-only
consult_the_record

Consult the philological record at logoi.health — the sibling house of WORDS (audited ancient-language corpus: lemmas, passages, concordances, lexicon senses).

Inferred read-only
consult_the_analysts

CONSULT THE ANALYSTS — the estate's depth-psychology commentary shelf (the oracle the seba house reads: Jung's collected works, von Franz, Hillman, Edinger, Neumann and kin).

Inferred read-only
library_lookup

Search the family research library's holdings (the seba house) by author or title.

Inferred read-only
receipt_get

Fetch a receipt by slug when provenance is questioned.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mythoi]
url = "https://mythoi.health/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mythoi": {
      "type": "http",
      "url": "https://mythoi.health/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mythoi
Remote MCP URL: https://mythoi.health/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mythoi": {
      "url": "https://mythoi.health/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mythoi": {
      "type": "http",
      "url": "https://mythoi.health/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mythoi",
  "transport": "streamable-http",
  "url": "https://mythoi.health/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mythoi.health was fetched 2026-08-08T16:21:01.779Z and is being refreshed.

Trust status Neutral

mythoi.health is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.