# mcp MCP server

Live LLM API pricing: token prices, comparisons, cheapest-model lookups. No key required.

## Links
- Registry page: https://www.getdrio.com/mcp/com-modelpricewatch-mcp
- Website: https://modelpricewatch.com/api/

## Install
- Command: `npx -y @modelpricewatch/mcp`
- Endpoint: https://modelpricewatch.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @modelpricewatch/mcp v1.0.0
- Remote endpoint: https://modelpricewatch.com/mcp

## Tools
- search_models (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'. Endpoint: https://modelpricewatch.com/mcp
- get_model_pricing (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. Endpoint: https://modelpricewatch.com/mcp
- compare_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. Endpoint: https://modelpricewatch.com/mcp
- cheapest_models (Find cheapest models) - Find the cheapest current models, ranked by input price, output price, or a blended cost. The generic ranking covers generative text models (embeddings, OCR and realtime models are excluded — they price different work); pass category to rank a specific pool instead, e.g. 'embedding'. Use to answer 'what is the cheapest model for <use case>'. Endpoint: https://modelpricewatch.com/mcp
- list_providers (List providers) - List all tracked AI model providers (OpenAI, Anthropic, Google, etc.) with a short description and their pricing page. Endpoint: https://modelpricewatch.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.modelpricewatch
- Version: 1.0.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 4, 2026
- Source: https://registry.modelcontextprotocol.io
