INDIVIDUAL MCP TOOL
get_passage
Fetch a chapter of a digitized primary source text from the Wheel of Heaven library (Genesis, Atrahasis, Epic of Gilgamesh, Enuma Elish, the Book of Enoch, the Raëlian books, and ~120 more) as numbered paragraphs with stable reference IDs (e.
LIVE ENDPOINT
https://mcp.wheelofheaven.world/mcp
Connect to this endpoint to inspect the live schema for get_passage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.wheel-of-heaven]
url = "https://mcp.wheelofheaven.world/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wheel-of-heaven": {
"type": "http",
"url": "https://mcp.wheelofheaven.world/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wheel-of-heaven
Remote MCP URL: https://mcp.wheelofheaven.world/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": {
"wheel-of-heaven": {
"url": "https://mcp.wheelofheaven.world/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wheel-of-heaven": {
"type": "http",
"url": "https://mcp.wheelofheaven.world/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wheel-of-heaven",
"transport": "streamable-http",
"url": "https://mcp.wheelofheaven.world/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_corpus— Full-text search over the Wheel of Heaven corpus: wiki encyclopedia entries, the precessional-ages timeline, digitized library source texts (Genesis, Atrahasis, Gilgamesh, Enuma Elish, the Raëlian books, and ~120 more), research articles, and newsroom dispatches.get_entry— Fetch one Wheel of Heaven entry — an encyclopedia (wiki) entry, a precessional-age timeline chapter, a research article, or a newsroom dispatch — as markdown with its epistemic metadata: claim_type (direct = explicit in a primary source and mainstream-uncontroversial; framework = explicit in the project's canon but not mainstream-endorsed; inferred = reasonable reading; speculative = interpretive synthesis), editorial_pass, references, typed related-content edges, and canonical citation URLs.get_source— Look up the Wheel of Heaven bibliography (source program).compare_traditions— Return rows from one of the Wheel of Heaven comparative-mythology datasets: flood-myths (survivor, decreeing power, warner, vessel, birds, landing place across 8 traditions), divine-council-index, theomachy-crossrefs (divine-combat motifs), world-ages (precessional ages), or prophets-and-religions.query_graph— Query the typed Wheel of Heaven content graph: the 1-hop ego network of any corpus node, with typed edges (see_also, in_body, cites_source, same_tradition, same_age, comparison_of) in both directions plus resolved neighbor titles/URLs.get_interpretation— Return the Wheel of Heaven interpretive framework's reading of a topic — explicitly the project's own Raëlian-canon-centred position, NOT mainstream consensus.get_method— Return the Wheel of Heaven editorial methodology: the claim_type taxonomy (direct/framework/inferred/speculative), the six-source rule (every new entry cites a Raëlian, ancient-primary, scholarly, scientific, comparative-tradition, AND critical source), editorial passes, and translation policy.get_glossary_term— Look up a core Wheel of Heaven term (Elohim, Yahweh, precession, World Ages, …) in the project glossary, returning its definition and renderings in all 9 site languages.