Read-only Wheel of Heaven corpus: myth search, primary texts, datasets, typed graph. CC0.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
/mcp β Streamable HTTP (canonical)/sse β legacy SSE transport/ β server info (JSON)Remote (recommended β nothing to run locally):
Local stdio via npm (@wheelofheaven/mcp):
Registry listing: world.wheelofheaven.mcp/corpus in the official MCP registry.
Fact layer β source-grounded data, no interpretation applied:
| Tool | Purpose |
|---|---|
search_corpus | Fuzzy full-text search over wiki, timeline, library books, articles, and news (~290 documents; token-AND with OR fallback) |
get_entry | One 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_passage | A 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_source | Bibliography lookup by stable ID or search β every record carries the source-program classification (family, stance, relation), critical sources included |
compare_traditions | Rows from the comparative datasets: flood-myths, divine-council-index, theomachy-crossrefs, world-ages, prophets-and-religions |
query_graph | Typed 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:
| Tool | Purpose |
|---|---|
get_interpretation | The Wheel of Heaven framework's reading of a topic (curated context documents, or the closest wiki entry), always carrying an interpretation-layer notice |
get_method | The editorial methodology: claim-type taxonomy, six-source rule, editorial passes β how to weigh everything else |
Meta:
| Tool | Purpose |
|---|---|
get_glossary_term | Core 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.
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).
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 cachesrc/html.ts β deterministic body_html β markdown conversionget_claim lands here in v2)CC0-1.0 β like the corpus itself.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/corpus-2)<a href="https://allmcps.com/mcp/corpus-2"><img src="https://allmcps.com/api/badge/corpus-2?style=directory" alt="Corpus on AllMCPs" /></a>