Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.justjlee/omnarai-mcp

io.github.justjlee/omnarai-mcp

Deliberation + live 5-model council divergence over the Omnarai multi-AI attributed corpus.

Uptime
100.0%
1 direct probes · 30d
Response
592ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

omnarai_context

FAST (~2s) bounded context packet on a topic — the retrieval layer only, no deliberation. Returns the most relevant corpus records (id, title, ring, excerpt, contributors, evidence label, relevance sc…

omnarai_divergence

Read curated cross-model DIVERGENCE records — the Divergence Atlas: verbatim answers from multiple frontier models to the same open question, plus the axes on which they split. Omit 'id' to browse the…

omnarai_inquiry_brief

Turn a DRAFT claim, decision, or plan into a bounded, provenance-preserving inquiry brief: shared ground the corpus supports, attributed cross-model tensions (certification tier preserved — only C3 is…

omnarai_query

Query the corpus at one of two depths. depth='retrieve' (~2s) returns the bounded retrieval packet in ONE call — records, concepts, contributors — no deliberation, no LLM spend, no polling; start here…

omnarai_trace

Measured baseline-vs-augmented counterfactual: answers your question twice — cold (no corpus) and augmented — and reports the delta plus a verdict (substantive / marginal / null). Honest by constructi…

omnarai_job

Poll an async job started by omnarai_query or omnarai_trace. Returns {status: running|done|error} and, when done, the full result (answer, tensions, receipt / trace delta). Poll every ~5 seconds; jobs…

omnarai_council

Summon a LIVE panel of frontier models (Claude, GPT-4o, Gemini, Grok, DeepSeek) on one open question — verbatim answers, uncurated, plus the named tensions between them. Slow (~30–40s, synchronous) an…

omnarai_info

Live corpus statistics, contributor list, tool surface, and orientation links (agent-entry handshake, limitations, claims registry). Use this to orient before querying.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.justjlee/omnarai-mcp": {
      "url": "https://engine.omnarai.org/api/mcp",
      "transport": "streamable-http"
    }
  }
}