Pulls fresh LLM pricing and availability from a continuously updated catalog so your agent can route requests to the cheapest or most appropriate model at runtime. Exposes five MCP tools: list_models for browsing with optional filters, get_model for full details on a specific model, find_cheapest to rank options by estimated cost given token counts, compare_models for side-by-side analysis, and check_availability for current status. Every price claim links back to the provider's official docs. Covers Anthropic, OpenAI, Google, DeepSeek, and Mistral with daily price updates. Reach for this when you're building multi-model routing logic and don't want to maintain your own pricing table or scrape provider pages yourself.
claude mcp add --transport stdio weiseer-llm-oracle uvx llm-oracle