Back to Discover

mcp.wheelofheaven.world

connector

wheelofheaven

Read-only Wheel of Heaven corpus: myth search, primary texts, datasets, typed graph. CC0.

View on GitHub
0 starsSynced Aug 5, 2026

Install to Claude Code

/plugin marketplace add wheelofheaven/mcp.wheelofheaven.world

README

mcp.wheelofheaven.world

Read-only MCP server for the Wheel of Heaven corpus. It wraps the static JSON API at api.wheelofheaven.world so AI agents can search and retrieve the corpus with full epistemic metadata (claim types, editorial passes, citations).

Design rationale and tool-surface spec: .claude/plans/strategy-mcp-server.md in the org .claude repo.

Endpoints

  • /mcp — Streamable HTTP (canonical)
  • /sse — legacy SSE transport
  • / — server info (JSON)

Tools

Fact layer — source-grounded data, no interpretation applied:

ToolPurpose
search_corpusFuzzy full-text search over wiki, timeline, library books, articles, and news (~290 documents; token-AND with OR fallback)
get_entryOne wiki/timeline/articles/news entry as markdown with claim_type, editorial_pass, typed related-content edges, and canonical citation URLs; 9-language support via lang
get_passageA chapter of a digitized primary source text as numbered paragraphs with stable reference IDs (e.g. GEN-1:26); ref filters to one verse
get_sourceBibliography lookup by stable ID or search — every record carries the source-program classification (family, stance, relation), critical sources included
compare_traditionsRows from the comparative datasets: flood-myths, divine-council-index, theomachy-crossrefs, world-ages, prophets-and-religions
query_graphTyped 1-hop ego network of any corpus node (see_also, in_body, cites_source, same_tradition, same_age, comparison_of)

Interpretation layer — explicitly the project's own reading, labeled as such:

ToolPurpose
get_interpretationThe Wheel of Heaven framework's reading of a topic (curated context documents, or the closest wiki entry), always carrying an interpretation-layer notice
get_methodThe editorial methodology: claim-type taxonomy, six-source rule, editorial passes — how to weigh everything else

Meta:

ToolPurpose
get_glossary_termCore terminology with renderings in all 9 site languages (exact-id match first)

Resources: the six /v1/context/* narrative documents (woh://context/{overview,hypothesis,terminology,timeline,sources,method}) plus woh://llms.txt.

Development

npm install
npm run dev        # wrangler dev on :8787
npm run typecheck
npm run deploy     # wrangler deploy (needs Cloudflare auth)

The server is stateless over the upstream API: every tool call fetches api.wheelofheaven.world/v1/…, with the ~600 KB search corpus cached in-memory per isolate for one hour (matching the API's edge-cache TTL).

Architecture

  • Cloudflare Workers + agents SDK (McpAgent Durable Object)
  • src/server.ts — transport-agnostic tool registration (reused by the future npm stdio build)
  • src/api.ts/v1/ client + search-corpus cache
  • src/html.ts — deterministic body_html → markdown conversion

Related repositories

License

CC0-1.0 — like the corpus itself.

Rendered live from wheelofheaven/mcp.wheelofheaven.world's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://mcp.wheelofheaven.world/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.