Compute prices, inside your editor
A free MCP server that answers "what's the cheapest H100 right now?" and "who serves DeepSeek V4 cheapest?" directly in Claude Code, Cursor, or Claude Desktop. Built from the same daily price data as this site (models priced by two or more providers). No API key, no signup.
Data refreshed 2026-08-23 ยท endpoint https://llmhosting.ai/mcpInstall
Listed in the official
MCP registry as ai.llmhosting/pricing. Clients that browse the registry
can install it by name.
For Claude Code, one line:
claude mcp add --transport http llmhosting https://llmhosting.ai/mcp
For Cursor or a Claude Code project config, add to your MCP config:
{
"mcpServers": {
"llmhosting": { "type": "http", "url": "https://llmhosting.ai/mcp" }
}
}
For Claude Desktop: Settings > Connectors > Add custom connector > https://llmhosting.ai/mcp.
Tools
| Tool | What it answers |
|---|---|
| search_models | "Which DeepSeek models have API pricing?" |
| get_model_prices | "Every provider price for Llama 3.3 70B, cheapest first" |
| list_gpus | "All GPUs with live rental pricing" |
| cheapest_gpu | "Cheapest GPU with at least 80 GB VRAM right now" |
| gpu_price_history | "How has the H100 floor moved over 30 days?" |
Try these prompts
- "What's the cheapest way to run DeepSeek V4 Flash via API right now?"
- "Compare H100 vs H200 rental floors and tell me if the premium is worth it for a 70B model."
- "Has RTX 4090 marketplace pricing dropped this month?"
Prices are USD: per 1M tokens for models, per GPU-hour for rentals. The server is stateless and free for any use; data terms match the free API (CC BY 4.0, link back appreciated). Heavy programmatic use should hit the JSON endpoints directly.