Skip to main content
ClaudeWave
wheelofheaven avatar
wheelofheaven

mcp.wheelofheaven.world

Ver en GitHub

Read-only MCP server for the Wheel of Heaven corpus — wraps the static JSON API at api.wheelofheaven.world

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
72/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/wheelofheaven/mcp.wheelofheaven.world
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-wheelofheaven-world": {
      "command": "node",
      "args": ["/path/to/mcp.wheelofheaven.world/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/wheelofheaven/mcp.wheelofheaven.world and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# mcp.wheelofheaven.world

Read-only [MCP](https://modelcontextprotocol.io/) server for the Wheel of Heaven corpus.
It wraps the static JSON API at [api.wheelofheaven.world](https://api.wheelofheaven.world/v1/) 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](https://github.com/wheelofheaven/.claude).

## Endpoints

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

## Tools

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`.

## Development

```bash
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`](https://www.npmjs.com/package/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

- [api.wheelofheaven.world](https://github.com/wheelofheaven/api.wheelofheaven.world) — the static JSON API this server wraps
- [www.wheelofheaven.world](https://github.com/wheelofheaven/www.wheelofheaven.world) — the human-facing site
- [core](https://github.com/wheelofheaven/core) — the research corpus (claim model; `get_claim` lands here in v2)

## License

CC0-1.0 — like the corpus itself.

Lo que la gente pregunta sobre mcp.wheelofheaven.world

¿Qué es wheelofheaven/mcp.wheelofheaven.world?

+

wheelofheaven/mcp.wheelofheaven.world es mcp servers para el ecosistema de Claude AI. Read-only MCP server for the Wheel of Heaven corpus — wraps the static JSON API at api.wheelofheaven.world Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-05.

¿Cómo se instala mcp.wheelofheaven.world?

+

Puedes instalar mcp.wheelofheaven.world clonando el repositorio (https://github.com/wheelofheaven/mcp.wheelofheaven.world) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar wheelofheaven/mcp.wheelofheaven.world?

+

Nuestro agente de seguridad ha analizado wheelofheaven/mcp.wheelofheaven.world y le ha asignado un Trust Score de 72/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene wheelofheaven/mcp.wheelofheaven.world?

+

wheelofheaven/mcp.wheelofheaven.world es mantenido por wheelofheaven. La última actividad registrada en GitHub es del 2026-08-05, con 0 issues abiertos.

¿Hay alternativas a mcp.wheelofheaven.world?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp.wheelofheaven.world en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: wheelofheaven/mcp.wheelofheaven.world
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wheelofheaven-mcp-wheelofheaven-world)](https://claudewave.com/repo/wheelofheaven-mcp-wheelofheaven-world)
<a href="https://claudewave.com/repo/wheelofheaven-mcp-wheelofheaven-world"><img src="https://claudewave.com/api/badge/wheelofheaven-mcp-wheelofheaven-world" alt="Featured on ClaudeWave: wheelofheaven/mcp.wheelofheaven.world" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp.wheelofheaven.world