Wheel of Heaven MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wheel of Heaven MCP ServerWhat does the corpus say about the Elohim?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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)
Related MCP server: Ek-Chuah MCP
Tools
Fact layer — source-grounded data, no interpretation applied:
Tool | Purpose |
| Fuzzy full-text search over wiki, timeline, library books, articles, and news (~290 documents; token-AND with OR fallback) |
| One wiki/timeline/articles/news entry as markdown with |
| A chapter of a digitized primary source text as numbered paragraphs with stable reference IDs (e.g. |
| Bibliography lookup by stable ID or search — every record carries the source-program classification (family, stance, relation), critical sources included |
| Rows from the comparative datasets: flood-myths, divine-council-index, theomachy-crossrefs, world-ages, prophets-and-religions |
| Typed 1-hop ego network of any corpus node ( |
Interpretation layer — explicitly the project's own reading, labeled as such:
Tool | Purpose |
| The Wheel of Heaven framework's reading of a topic (curated context documents, or the closest wiki entry), always carrying an interpretation-layer notice |
| The editorial methodology: claim-type taxonomy, six-source rule, editorial passes — how to weigh everything else |
Meta:
Tool | Purpose |
| 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.
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 +
agentsSDK (McpAgentDurable 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— deterministicbody_html→ markdown conversion
Related repositories
api.wheelofheaven.world — the static JSON API this server wraps
www.wheelofheaven.world — the human-facing site
core — the research corpus (claim model;
get_claimlands here in v2)
License
CC0-1.0 — like the corpus itself.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceAn MCP server that provides controlled, verifiable access to official jw.org content, enabling AI applications to search articles, retrieve full articles, and lookup scriptures without hallucinations.Last updated412GPL 3.0
- Flicense-qualityCmaintenanceRead-only MCP server that serves the Archivo Epistemico (epistemic graph), enabling AI to read and query the epistemic path autonomously via tools like search, get_via, resolve, and get_necesidad.Last updated
- Flicense-qualityCmaintenanceRead-only MCP server for querying an evidence-aware knowledge vault with temporal and provenance-aware data, supporting agent memory and semantic graph projections.Last updated
- Flicense-qualityAmaintenanceSemantic search and comparative retrieval over a multi-tradition corpus of sacred and foundational texts, exposed as an MCP server.Last updated
Related MCP Connectors
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Free, open MCP server for The Urantia Papers. 197 papers, 14,500+ paragraphs, 4,400+ entities.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wheelofheaven/mcp.wheelofheaven.world'
If you have feedback or need assistance with the MCP directory API, please join our Discord server