Odel
llm-oracle

llm-oracle

Local
@weiseerPythonUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@weiseer/llm-oracle-mcpv0.2.0

Run

npx -y @weiseer/llm-oracle-mcp

MCP client config

{
  "mcpServers": {
    "llm-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/llm-oracle-mcp"
      ]
    }
  }
}