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

LLM Hosting Pricing

ai.llmhosting/pricing

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

Uptime
6.7%
15 probes
Response
159ms
last probe
Tools
5
callable

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

Similar MCP servers embedding-nearest

com.modelpricewatch/mcp
Live LLM API pricing: token prices, comparisons, cheapest-model lookups. No key required.
0 tools · streamable-http
TokenCost
LLM pricing oracle for model lookup, cost estimation, and comparison via LiteLLM.
0 tools
gpusmarket
Rent real GPUs from the terminal. Agent-first CLI + built-in MCP server for GPUsMarket — signup, rent, chat, pool. Per-second billing, $0.50
0 tools
ATOM Pricing Intelligence live
The Global Price Benchmark for AI Inference. 1,600+ SKUs, 40+ vendors, 14 price indexes.
8 tools · sse
io.github.jeff-atriumn/tokencost-dev
LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM
0 tools
io.github.jyswee/gpusmarket
Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server.
0 tools · sse

How to use

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

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