← Registry

AI & Machine Learning

llmhosting.ai

Provides real-time pricing and search for LLM models and GPU rentals.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://llmhosting.ai/mcp

No auth detected

MCP server metadata

Name
llmhosting
Version
1.0.0
Capabilities
tools
Server instructions

Live LLM API prices and GPU rental prices from llmhosting.ai, refreshed daily. Prices are USD; token prices are per 1M tokens; GPU prices are per GPU-hour.

Known tools 5

search_models

Search LLM models by name.

Inferred read-only
get_model_prices

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

Inferred read-only
list_gpus

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

Inferred read-only
cheapest_gpu

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

Inferred read-only
gpu_price_history

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.llmhosting]
url = "https://llmhosting.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "llmhosting": {
      "type": "http",
      "url": "https://llmhosting.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: llmhosting
Remote MCP URL: https://llmhosting.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "llmhosting": {
      "url": "https://llmhosting.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "llmhosting": {
      "type": "http",
      "url": "https://llmhosting.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "llmhosting",
  "transport": "streamable-http",
  "url": "https://llmhosting.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.