
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@modelpricewatch/mcp
Advanced tools
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.
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.
| Tool | What it answers |
|---|---|
search_models | "How much does model cost?" / "What models does provider offer?" |
get_model_pricing | Full pricing + capabilities for one model (input/output/cached $/1M tokens, context, modality) |
compare_models | 2–5 models side by side, with a cheapest-verdict |
cheapest_models | Cheapest models ranked by input/output/blended cost, filterable by category / open-source |
list_providers | All tracked providers with model counts |
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" }
}
}
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.
MIT (the bridge). Pricing data: free with attribution — modelpricewatch.com.
FAQs
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.
The npm package @modelpricewatch/mcp receives a total of 36 weekly downloads. As such, @modelpricewatch/mcp popularity was classified as not popular.
We found that @modelpricewatch/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.