Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

LLM Hosting Pricing

ai.llmhosting/pricing

LLM and GPU rental prices: model price lookup, GPU listings, cheapest-GPU search, price history

Uptime
100.0%
1 direct probes · 30d
Response
220ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_models

Search LLM models by name. Returns matching models with provider count and the cheapest input/output price per 1M tokens.

get_model_prices

All provider prices for one LLM model: input/output/cache price per 1M tokens and context window per provider, cheapest first.

list_gpus

Every GPU with live rental pricing: cheapest $/hr, provider, tier, and VRAM.

cheapest_gpu

Cheapest GPU rentals right now, optionally filtered by minimum VRAM (GB).

gpu_price_history

Daily minimum rental price history for a GPU (recorded daily since 2026-07-06).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "llm_hosting_pricing": {
      "url": "https://llmhosting.ai/mcp",
      "transport": "streamable-http"
    }
  }
}