🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@modelpricewatch/mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modelpricewatch/mcp

MCP server for live LLM API pricing — current input/output token prices, comparisons, and cheapest-model lookups for 150+ models across 20+ providers, re-verified daily by modelpricewatch.com.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
41
46.43%
Maintainers
1
Weekly downloads
 
Created
Source

@modelpricewatch/mcp

MCP 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.

Unlike 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.

Tools

ToolWhat it answers
search_models"How much does model cost?" / "What models does provider offer?"
get_model_pricingFull pricing + capabilities for one model (input/output/cached $/1M tokens, context, modality)
compare_models2–5 models side by side, with a cheapest-verdict
cheapest_modelsCheapest models ranked by input/output/blended cost, filterable by category / open-source
list_providersAll tracked providers with model counts

Setup

Claude Code (HTTP transport — no install needed):

claude mcp add --transport http modelpricewatch https://modelpricewatch.com/mcp

Claude Desktop / stdio-only clients (claude_desktop_config.json):

{
  "mcpServers": {
    "modelpricewatch": {
      "command": "npx",
      "args": ["-y", "@modelpricewatch/mcp"]
    }
  }
}

Cursor (.cursor/mcp.json):

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

How it works

This 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.

License

MIT (the bridge). Pricing data: free with attribution — modelpricewatch.com.

Keywords

mcp

FAQs

Package last updated on 04 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts