PluginBench
MCP Server

llm-oracle MCP Server

io.github.weiseer/llm-oracle

What is the llm-oracle MCP server?

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

How to install llm-oracle

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "llm-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "<YOUR_LLM_ORACLE_URL>",
        "LLM_ORACLE_LOCAL_ONLY": "<YOUR_LLM_ORACLE_LOCAL_ONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "llm-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "<YOUR_LLM_ORACLE_URL>",
        "LLM_ORACLE_LOCAL_ONLY": "<YOUR_LLM_ORACLE_LOCAL_ONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "llm-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "<YOUR_LLM_ORACLE_URL>",
        "LLM_ORACLE_LOCAL_ONLY": "<YOUR_LLM_ORACLE_LOCAL_ONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "llm-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ],
      "env": {
        "LLM_ORACLE_URL": "<YOUR_LLM_ORACLE_URL>",
        "LLM_ORACLE_LOCAL_ONLY": "<YOUR_LLM_ORACLE_LOCAL_ONLY>"
      }
    }
  }
}
Claude Code
claude mcp add llm-oracle --env LLM_ORACLE_URL=<YOUR_LLM_ORACLE_URL> --env LLM_ORACLE_LOCAL_ONLY=<YOUR_LLM_ORACLE_LOCAL_ONLY> -- npx -y @weiseer/llm-oracle-mcp

Related MCP servers

SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.

View repository →

Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.

View repository →

Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).

View repository →

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

View repository →

OSS license metadata + compatibility checker MCP server.

View repository →

npm/PyPI/Cargo package metadata + downloads + maintainer health.

View repository →