INDIVIDUAL MCP TOOL
find_fit
Which tracked models run on a given GPU or Mac: measured GGUF weights + computed context cache + runtime overhead versus usable memory.
LIVE ENDPOINT
https://aimodelradar.dev/api/mcp
Connect to this endpoint to inspect the live schema for find_fit and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.ai-model-radar]
url = "https://aimodelradar.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-model-radar": {
"type": "http",
"url": "https://aimodelradar.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-model-radar
Remote MCP URL: https://aimodelradar.dev/api/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": {
"ai-model-radar": {
"url": "https://aimodelradar.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-model-radar": {
"type": "http",
"url": "https://aimodelradar.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-model-radar",
"transport": "streamable-http",
"url": "https://aimodelradar.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
trending_models— Tracked AI models ranked by Heat Score (0–100, weighted percentiles of measured Hugging Face/OpenRouter signals) with the raw signals, local-run facts (GGUF size, quantization) and links.gpu_prices— Median verified on-demand rental price per GPU class on Vast.list_hardware— Curated GPU and Mac profiles the fit engine knows — ids, memory, usable memory after margins, bandwidth.