Skip to content
Grok

llm-oracle for Grok

io.github.weiseer/llm-oracle

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

client:Grok transport:stdio runtime:npm

Install llm-oracle in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "llm-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "<LLM_ORACLE_URL>",
        "LLM_ORACLE_LOCAL_ONLY": "<LLM_ORACLE_LOCAL_ONLY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

llm-oracle in other clients