AI Model Radar
Server Details
Which open models fit your GPU or Mac, measured. Plus model momentum and GPU rental prices.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 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, plus the collection timestamp.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden of behavioral disclosure. It transparently describes the returned data: median price, min/p75, offer counts, and collection timestamp. It does not elaborate on staleness or update semantics, but the presence of the timestamp partly addresses freshness and the operation is clearly a read-only query.
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?
A single, front-loaded sentence delivers the essential information with no wasted words. It names the metric, scope, source, unit, statistics, and timestamp efficiently.
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 zero-parameter tool with no output schema, the description is sufficiently complete. It tells the agent what data will come back, the unit of measure, the source, and the time reference, leaving no critical gaps for invoking the tool correctly.
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 parameter documentation is not needed. The description instead clarifies the output dimensions, which is appropriate for a no-input data lookup tool.
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 identifies the tool's resource (GPU rental prices), the specific metric (median verified on-demand price per GPU class), unit (USD/hour), and source (Vast.ai). It lacks an explicit imperative verb like 'Returns' or 'Lists,' but the meaning is unambiguous and distinct from the sibling tools.
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 provides no guidance about when to choose this tool over siblings such as find_fit, list_hardware, or trending_models. There are no stated use cases, exclusions, or alternatives, so the agent must infer appropriateness from the title and content alone.
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
find_fit - First observed
gpu_prices - First observed
list_hardware - First observed
trending_models
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Will a local LLM run on your hardware? GGUF quant, buy-vs-rent-vs-API cost, used-GPU prices.
New LLM releases daily: which models became deployable, context window, pricing.
161Will this LLM fit on your GPU, multi-GPU rig or Mac? Exact VRAM & KV-cache math. Read-only.
GPU and LLM inference benchmarks, hardware evidence, deployment recommendations, and launch configs.
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.52MIT
- MIT
- AlicenseAqualityCmaintenanceGive your AI assistant real-time LLM/VLM knowledge. Pricing, benchmarks, and recommendations — updated every hour, not every training cycle.41692MIT
- AlicenseNot gradedqualityBmaintenanceSearch, rank, and compare 500K+ AI models from 13+ platforms with VRAM and license constraints21MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct concern: model discovery, hardware profiles, GPU rental pricing, and hardware/model fit analysis. There is no functional overlap, and the documented dependency between list_hardware and find_fit is clear.
The names are short, lowercase, and snake_case, with find_fit and list_hardware using clear verb_noun form. gpu_prices and trending_models are noun-phrase names rather than verb-initial commands, creating a minor stylistic deviation, but the intent remains predictable.
Four tools is well-scoped for an informational radar service; each tool covers a necessary query without redundancy or bloat. The set feels complete without being overwhelming.
The tool set covers the main workflows: viewing trending models, checking hardware profiles, obtaining GPU prices, and evaluating model fit on specific hardware. Minor gaps exist around detailed single-model or single-hardware lookups, but agents can work around these using the provided list and ranking tools.