← omnarai.org

INDIVIDUAL MCP TOOL

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

omnarai.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://engine.omnarai.org/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for omnarai_trace and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

omnarai.org

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.omnarai]
url = "https://engine.omnarai.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "omnarai": {
      "type": "http",
      "url": "https://engine.omnarai.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: omnarai
Remote MCP URL: https://engine.omnarai.org/api/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": {
    "omnarai": {
      "url": "https://engine.omnarai.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "omnarai": {
      "type": "http",
      "url": "https://engine.omnarai.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "omnarai",
  "transport": "streamable-http",
  "url": "https://engine.omnarai.org/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • omnarai_context — FAST (~2s) bounded context packet on a topic — the retrieval layer only, no deliberation.
  • 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.
  • 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 called genuine divergence), missing evidence, sharper falsifiable questions, and ONE concrete next evidence move.
  • omnarai_query — Query the corpus at one of two depths.
  • omnarai_job — Poll an async job started by omnarai_query or omnarai_trace.
  • 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.
  • omnarai_info — Live corpus statistics, contributor list, tool surface, and orientation links (agent-entry handshake, limitations, claims registry).