← modelpricewatch.com

INDIVIDUAL MCP TOOL

cheapest_models

Find the cheapest current models, ranked by input price, output price, or a blended cost.

modelpricewatch.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

modelpricewatch.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.modelpricewatch]
url = "https://modelpricewatch.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "modelpricewatch": {
      "type": "http",
      "url": "https://modelpricewatch.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: modelpricewatch
Remote MCP URL: https://modelpricewatch.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "modelpricewatch": {
      "url": "https://modelpricewatch.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "modelpricewatch": {
      "type": "http",
      "url": "https://modelpricewatch.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "modelpricewatch",
  "transport": "streamable-http",
  "url": "https://modelpricewatch.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_models — Search the live LLM pricing database by model name, provider, or id.
  • get_model_pricing — Get full pricing and capability details for one model by its id (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.
  • list_providers — List all tracked AI model providers (OpenAI, Anthropic, Google, etc.