{
  "markdown": "# @modelpricewatch/mcp\n\nMCP server for **live LLM API pricing** — current input/output token prices, side-by-side comparisons, and cheapest-model lookups for **150+ models across 20+ providers** (OpenAI, Anthropic, Google, Mistral, xAI, DeepSeek, …), re-verified against official provider pricing pages by [modelpricewatch.com](https://modelpricewatch.com).\n\nUnlike MCP servers that bake a pricing snapshot into each release, this one is a thin bridge to a **live API** — prices are never stale between package releases, and every price links back to the provider's official pricing page.\n\n## Tools\n\n| Tool | What it answers |\n|---|---|\n| `search_models` | \"How much does *model* cost?\" / \"What models does *provider* offer?\" |\n| `get_model_pricing` | Full pricing + capabilities for one model (input/output/cached $/1M tokens, context, modality) |\n| `compare_models` | 2–5 models side by side, with a cheapest-verdict |\n| `cheapest_models` | Cheapest models ranked by input/output/blended cost, filterable by category / open-source |\n| `list_providers` | All tracked providers with model counts |\n\n## Setup\n\n**Claude Code** (HTTP transport — no install needed):\n\n```bash\nclaude mcp add --transport http modelpricewatch https://modelpricewatch.com/mcp\n```\n\n**Claude Desktop / stdio-only clients** (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"modelpricewatch\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@modelpricewatch/mcp\"]\n    }\n  }\n}\n```\n\n**Cursor** (`.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"modelpricewatch\": { \"url\": \"https://modelpricewatch.com/mcp\" }\n  }\n}\n```\n\n## How it works\n\nThis package is a zero-dependency stdio↔HTTPS bridge to `https://modelpricewatch.com/mcp` (streamable-http, stateless). No API key required. Data is CC-BY: cite modelpricewatch.com. The underlying JSON API is also free and CORS-open — see [modelpricewatch.com/api](https://modelpricewatch.com/api/).\n\n## License\n\nMIT (the bridge). Pricing data: free with attribution — [modelpricewatch.com](https://modelpricewatch.com).",
  "bytes": 2047,
  "sha": "d9078cba4c9f3980ca7ef3323cac78437b9a02d8004502ca941288d242537a20",
  "repo_slug": "romanshumy/llm-pricing-tracker",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_modelpricewatch_mcp_8737d478/readme"
}