ootworacle-mcp
v1.0.0
Published
MCP server for OOTWOracle — query daily AI predictions on psychedelic medicine (psilocybin, MDMA, ibogaine, policy) with a publicly scored track record. Read-only, no keys.
Maintainers
Readme
OOTWOracle MCP Server
Query the Oracle's live predictions, odds, and public track record from any MCP-compatible AI agent (Claude Desktop, Claude Code, Cursor, and others).
Tools
get_todays_predictions— the most recent daily prediction setsearch_predictions— keyword search over the full archive (339+ predictions)get_open_odds— current odds on open questions, soonest-resolving firstget_accuracy— the honest public track record (hit rate, Brier score)
Setup
cd mcp
npm install @modelcontextprotocol/sdk zodClaude Desktop → claude_desktop_config.json:
{ "mcpServers": { "ootworacle": { "command": "node", "args": ["/absolute/path/to/mcp/server.mjs"] } } }Read-only, no auth, no keys. Data source: https://www.ootworacle.com (OpenAPI spec: https://www.ootworacle.com/openapi.json)
