Model Price Watch
Related Servers
Alternatives to Model Price Watch
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceToken cost math for LLM API calls: current per-million-token rates for 69 models across 17 providers, with local arithmetic for estimates, comparisons and monthly budgets. Rates are verified and date-stamped.25 npm2MIT
- FlicenseNot gradedqualityBmaintenanceEnables users to retrieve live pricing data for AI models across vendors, including input and output prices per 1k tokens, via a simple API.-
- AlicenseAqualityAmaintenanceDaily-verified LLM API pricing dataset (44+ models, CN & global) with a hosted MCP server for live price queries and token cost estimation.2CC BY-4.0
- AlicenseAqualityCmaintenanceGlobal price benchmarking for AI inference across 2,600+ SKUs from 47 vendors. Query live pricing, market indexes, and model specs via 8 tools. Free tier available.849 npmMIT

apipriceindex-mcpofficial
AlicenseAqualityAmaintenanceGives AI agents live, verified LLM API prices from apipriceindex.com, enabling cost estimation, model search, and price lookups with verification metadata.337 PyPIMIT- FlicenseNot gradedqualityDmaintenanceProvides real-time token pricing for AI models, model comparison, cost calculation, and token usage tracking for agents and developers.-
TDQS
Scored across 5 tools
The tools are largely distinct: search and detail retrieval are separated, and compare vs. cheapest serve different workflows. However, search_models already returns pricing information, so an agent might sometimes reach for it when get_model_pricing would be more appropriate.
Most tools follow a clear verb_noun pattern: search_models, get_model_pricing, compare_models, list_providers. The exception is cheapest_models, which lacks a verb and breaks the otherwise consistent imperative style.
With only 5 tools, the server is tightly scoped to its pricing lookup purpose. Each tool covers a distinct user need: search, detail, comparison, cheapest ranking, and provider discovery, with no unnecessary bloat.
The tool surface covers the full pricing lookup lifecycle: discovering models, retrieving detailed pricing, comparing specific models, finding cheapest options, and browsing providers. There are no obvious dead ends for common pricing questions.