← Index

llm-oracle

io.github.weiseer/llm-oracle·v0.2.0·AI & LLMs
Quality Score
85
/100

Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "llm-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "<llm_oracle_url>",
        "LLM_ORACLE_LOCAL_ONLY": "<llm_oracle_local_only>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "llm-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "<llm_oracle_url>",
        "LLM_ORACLE_LOCAL_ONLY": "<llm_oracle_local_only>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @weiseer/llm-oracle-mcp
§02  Environment variables
LLM_ORACLE_URL

Override the remote catalog URL (default https://oracle.weiseer.com/catalog.json)

LLM_ORACLE_LOCAL_ONLY

Set to any value to skip remote fetch and use bundled catalog only

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs