AI Compute Radar
Server Details
Which open models fit your GPU or Mac, measured. Model momentum, GPU rental prices, weekly pick.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 5 tools
Each tool has a clearly distinct role: hardware discovery, fit analysis, pricing, trend rankings, and the weekly editorial pick. The only possible overlap between find_fit and weekly_pick is resolved by one being interactive and the other being a static published artifact.
All names are lowercase snake_case, but the style is mixed: list_hardware and find_fit are imperative verb phrases, while gpu_prices, trending_models, and weekly_pick are descriptive noun phrases. The convention is readable but not strictly consistent.
Five tools is well-scoped for a specialized AI compute radar service. Each tool covers a distinct facet of the domain without redundancy, and the count feels intentional rather than padded or sparse.
The set covers the core workflow: discover hardware, check model fit, see pricing, view trending models, and read the weekly pick. A dedicated model-detail or historical-trend endpoint would be a minor useful addition, but the current surface has no dead ends for its stated purpose.
Available Tools
5 toolsfind_fitFind models that fit a machineAInspect
Which tracked models run on a given GPU or Mac: measured GGUF weights + computed context cache + runtime overhead versus usable memory. Returns the best recommendation and every verdict (EXCELLENT/GOOD/TIGHT/OFFLOAD_REQUIRED/NOT_RECOMMENDED/UNKNOWN) with plain-language reasons. Get hardware ids from list_hardware.
| Name | Required | Description | Default |
|---|---|---|---|
| kv | No | KV-cache quantization (default f16). | |
| model | No | Restrict to one model slug. | |
| context | No | Context length in tokens (default 8192). | |
| hardware | Yes | Hardware id or page slug, e.g. rtx-4090, mac-studio-m3-ultra-96gb. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden, and it does well by disclosing the computation basis and the full set of possible verdicts (EXCELLENT through UNKNOWN) with plain-language reasons. As a read-only analysis tool it implies no side effects, and the absence of mutation behavior is reasonably inferable from 'returns' and 'verdicts'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, every one earning its place: purpose/first sentence, output detail/second sentence, and prerequisite/third sentence. No filler or repetition of schema fields.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Although there is no output schema, the description compensates by enumerating the verdict values and stating that a best recommendation plus reasons will be returned. Inputs, defaults, and hardware-id sourcing are all covered via schema and description, making this complete for an agent to select and invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents each parameter clearly. The description adds extra meaning by linking the context and kv parameters to the measured/computed analysis, and by telling the agent where hardware ids come from (list_hardware), which is beyond what the schema states.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a clear, specific question—'Which tracked models run on a given GPU or Mac'—and goes on to name the exact analysis (GGUF weights, context cache, runtime overhead vs. usable memory). This clearly differentiates find_fit from siblings like gpu_prices, list_hardware, and trending_models.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description makes the core use case obvious: when a user has a target GPU or Mac and wants to know which models fit. It also gives a concrete prerequisite by pointing to list_hardware for obtaining hardware ids, but it does not explicitly state when to avoid this tool or prefer gpu_prices/trending_models.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gpu_pricesGPU rental pricesAInspect
Median verified on-demand rental price per GPU class on Vast.ai (USD per hour), with min/p75 and offer counts, the collection timestamp, and per class the Rent Index: this week's median against last week and against the first week collected, a trend word, and the days excluded as marketplace glitches. The index describes what prices did; it never forecasts.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full transparency burden. It discloses the calculation basis ('this week's median against last week and against the first week collected'), data-quality handling ('days excluded as marketplace glitches'), and a clear limitation ('never forecasts'). This is detailed, non-obvious behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The core metric is front-loaded, and each clause adds a distinct field or caveat. The two-sentence structure is dense but not bloated; the final sentence succinctly prevents misinterpretation. The long first sentence has comma-heavy complexity, so it is not perfectly clean.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless report with no output schema, the description specifies the key fields (median, min/p75, offer counts, timestamp), the Rent Index's exact reference periods, the trend word, and excluded glitch days. No critical information for invoking or interpreting the tool is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool accepts zero parameters, so the description has no parameter semantics to explain. Per the rubric, 0 params earns a baseline of 4; the description appropriately focuses on the output fields and computation rather than inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states what the tool reports: 'Median verified on-demand rental price per GPU class' and enumerates the accompanying metrics. It lacks an imperative verb like 'returns' or 'lists', but the subject matter is unambiguous and distinct from siblings such as find_fit or list_hardware.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit guidance for when to use this tool versus sibling tools. The only usage-relevant statement is the negative constraint 'it never forecasts', which implies historical analysis rather than predictive use, but does not name alternatives or conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_hardwareList hardware profilesAInspect
Curated GPU and Mac profiles the fit engine knows — ids, memory, usable memory after margins, bandwidth. Use an id with find_fit.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses that profiles are 'curated', scoped to what the fit engine knows, and lists the exact data dimensions returned, including usable memory after margins. For a zero-parameter list operation, this adequately sets expectations without hiding important behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no filler. It front-loads the resource and key fields, then adds the actionable follow-up instruction. Every clause contributes useful information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple zero-parameter list tool with no output schema, the description covers the scope (GPU/Mac), the returned fields, and the intended usage with find_fit. It omits formatting and pagination details, but those are not essential for this operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema is trivially complete and the description has nothing to add at the parameter level. The baseline of 4 for zero-parameter tools applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool provides curated GPU and Mac profiles known to the fit engine, with fields like ids, memory, usable memory, and bandwidth. The verb is implied by the title and the resource is unambiguous, but it does not explicitly differentiate from sibling tools such as gpu_prices or trending_models.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives a clear follow-up instruction: 'Use an id with find_fit', which tells the agent what to do after listing. However, it does not explicitly state when to prefer this tool over the alternatives or provide exclusions, leaving some usage context to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trending_modelsTrending modelsAInspect
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. Models still collecting a week of history have heat=null and rank after scored ones.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Return a single model by slug. | |
| limit | No | How many models to return (default 12). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It explains the Heat Score calculation basis, the meaning of heat=null for models with less than a week of history, and that such models rank after scored ones. This goes well beyond a minimal description, though it does not cover response format details or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is information-dense but efficient, with the main point front-loaded and the null-ranking edge case in a second sentence. The first sentence is somewhat heavy with parentheticals, but every phrase earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool and the absence of an output schema, the description covers the important return concepts: ranking metric, raw signals, local-run facts, links, and null-heat handling. It does not spell out the exact response shape or sort direction, but for a low-complexity list-like tool this is reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-specific detail beyond the schema; both slug and limit are already well documented in the input schema, so no extra semantic guidance is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific resource (tracked AI models) and the key behavior (ranked by Heat Score), clearly distinguishing this from the hardware/GPU-focused siblings like gpu_prices and list_hardware. Even though no explicit sibling comparison is made, the domain and content are unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied: an agent would call this when it needs trending model rankings or model comparison data. However, there is no explicit statement about when to choose this tool over find_fit, gpu_prices, or list_hardware, and no exclusions or alternative routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
weekly_pickPick of the weekAInspect
The current pick of the week: one tracked model chosen by a published rule (largest counted Heat Score rise among models that run comfortably on a consumer card of up to 24 GB), with the numbers frozen at selection time, a device-by-device fit ladder and the written report including its caveats. Pass week (e.g. 2026-w37) for a past issue. issue is null until the first issue is published.
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | ISO week label of a past issue, e.g. 2026-w37 (default: the current issue). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It discloses that numbers are frozen at selection time, that the output includes a fit ladder and report with caveats, and that issue is null until first publication. It does not mention errors or authentication, but for a read-only retrieval tool, this is sufficient transparent behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded, starting with the purpose and rule, then covering the parameter and null behavior. The run-on first sentence is dense but information-rich. Overall, every sentence earns its place with minimal redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description covers the return content (fit ladder, report, caveats), the selection rule, and the null edge case. It lacks explicit info about error handling or response format, but these are minor gaps for this kind of tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the parameter description already includes the format, example, and default behavior. The tool description reiterates the parameter usage (pass week for past issue) but adds no new semantic detail beyond what the schema already provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns the pick of the week, a specific model chosen by a published rule, along with fit ladder and report. It distinguishes itself from siblings (find_fit, gpu_prices, etc.) by naming the unique selection rule and the specific resource, making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving the weekly pick and explains the parameter for past issues, but it does not explicitly contrast it with sibling tools or state when not to use it. There is no mention of alternatives like gpu_prices or find_fit. The context is clear, but the guidance is not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- First observed
find_fit - First observed
gpu_prices - First observed
list_hardware - First observed
trending_models - First observed
weekly_pick
Related MCP Connectors
Which open models fit your GPU or Mac, measured. Model momentum, GPU rental prices, weekly pick.
Which LLMs actually run on your GPU, and how fast. Mixture-of-experts included.
Will a local LLM run on your hardware? GGUF quant, buy-vs-rent-vs-API cost, used-GPU prices.
Will this LLM fit on your GPU, multi-GPU rig or Mac? Exact VRAM & KV-cache math. Read-only.
Related MCP Servers
- AlicenseAqualityAmaintenanceLLM deployment planner: given a model and a GPU, answers will it fit, will it hit your SLO, and what will it cost. Sizes VRAM and KV-cache from the model's real architecture, and labels every number measured, estimated, or unknown.5735 PyPI2MIT
- AlicenseNot gradedqualityAmaintenanceWill this AI model fit on your Mac?924 npm8MIT
- AlicenseAqualityDmaintenanceGive your AI assistant real-time LLM/VLM knowledge. Pricing, benchmarks, and recommendations — updated every hour, not every training cycle.4104 npm2MIT
- AlicenseNot gradedqualityBmaintenanceSearch, rank, and compare 500K+ AI models from 13+ platforms with VRAM and license constraints49 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.