AI & Machine Learning
llmhosting.ai
Provides real-time pricing and search for LLM models and GPU rentals.
ENDPOINT 1
https://llmhosting.ai/mcp
MCP server metadata
- Name
- llmhosting
- Version
- 1.0.0
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
get_model_pricesAll provider prices for one LLM model: input/output/cache price per 1M tokens and context window per provider, cheapest first.
Inferred read-onlylist_gpusEvery GPU with live rental pricing: cheapest $/hr, provider, tier, and VRAM.
Inferred read-onlycheapest_gpuCheapest GPU rentals right now, optionally filtered by minimum VRAM (GB).
Inferred read-onlygpu_price_historyDaily minimum rental price history for a GPU (recorded daily since 2026-07-06).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.