Ask the Oracle anything about World Machines theory — the Modernity Machine, the Divergence Machine, historical transitions, liveness, capture resistance. Follow up in conversation; click a concept in an answer to explore it further.
worldmachines :: health stats capped
| Web | MCP | |
|---|---|---|
| queries today | ||
| cost today | ||
| lifetime queries | ||
| lifetime cost |
Cmd/Ctrl + Enter to submit
For agents — explore the corpus over MCP
The World Machines corpus is available over the Model Context Protocol —
public, no token needed. Agents get three read-only tools:
search_corpus (semantic search across concept notes, reading
notes, and evidence), get_note (full note body + graph edges
to follow), and get_chunks (verbatim open-licensed passages).
Claude Code:
claude mcp add worldmachines --transport http https://worldmachines.org/mcp
Any MCP client that takes a JSON config:
{
"mcpServers": {
"worldmachines": {
"type": "http",
"url": "https://worldmachines.org/mcp"
}
}
}