← Back to browse

llm-oracle

Indexed by io.github.weiseer

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLLM_ORACLE_URL LLM_ORACLE_LOCAL_ONLY
Claude Code
claude mcp add --env LLM_ORACLE_URL= --env LLM_ORACLE_LOCAL_ONLY= llm-oracle -- npx @weiseer/llm-oracle-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"llm-oracle","command":"npx","args":["@weiseer/llm-oracle-mcp"],"env":{"LLM_ORACLE_URL":"","LLM_ORACLE_LOCAL_ONLY":""}}'
JSON
{
  "mcpServers": {
    "llm-oracle": {
      "command": "npx",
      "args": [
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "",
        "LLM_ORACLE_LOCAL_ONLY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.