com.modelpricewatch/mcp
Official5 toolsLive LLM API pricing: token prices, comparisons, cheapest-model lookups. No key required.
Provides real-time LLM API pricing data, comparisons, and cost optimization lookups.
Captured live from the server via tools/list.
search_models
Search the live LLM pricing database by model name, provider, or id. Returns matching models with current input/output prices (USD per 1M tokens), context window, modality, and category. Use this to answer 'how much does <model> cost' or 'what models does <provider> offer'.
Parameters (4)
- querystring
Free-text match against model name, provider, or id (e.g. 'claude', 'gpt-5', 'gemini flash'). Omit to list all.
- categorystring
Filter by category, e.g. flagship, reasoning, budget, coding, embedding, fast, mid-tier.
- open_sourceboolean
If true, only open-source/open-weight models; if false, only proprietary.
- limitnumber
Max results (default 20, max 50).
get_model_pricing
Get full pricing and capability details for one model by its id (from search_models). Returns input/output/cached price per 1M tokens, blended cost, context window, modality, release date, and the modelpricewatch.com page URL.
Parameters (1)
- model_idstringrequired
The model id, e.g. 'anthropic-claude-opus-48' or 'openai-gpt-5-5'. Get ids from search_models.
compare_models
Compare 2–5 models side by side on price, context window, and capabilities, with a verdict on which is cheapest for input, output, and a typical blended workload.
Parameters (1)
- model_idsarrayrequired
List of 2–5 model ids to compare (from search_models).
cheapest_models
Find the cheapest models, ranked by input price, output price, or a blended cost. Optionally filter by category or open-source. Use to answer 'what is the cheapest model for <use case>'.
Parameters (4)
- sort_bystring
Ranking metric: 'input', 'output', or 'blended' (default 'blended').
- categorystring
Filter by category, e.g. flagship, reasoning, budget, coding, embedding.
- open_sourceboolean
If true, only open-source models.
- limitnumber
How many to return (default 10, max 50).
list_providers
List all tracked AI model providers (OpenAI, Anthropic, Google, etc.) with a short description and their pricing page.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@modelpricewatch/mcp@1.0.0"
]
}
}
}