offers
Server Details
Live VPS, bare metal and GPU hosting prices across ~75 providers, rescraped daily.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Definition Quality
Average 3.9/5 across 3 of 3 tools scored.
Each tool targets a clearly distinct purpose: searching offers, retrieving a specific offer's detail, and listing providers. No overlap or ambiguity between them.
All tool names follow a consistent lowercase verb_noun pattern: get_offer, list_providers, search_offers. The naming style is uniform and predictable.
Three tools is well-scoped for a offers-focused server. Each tool earns its place and together they cover the core user workflows without unnecessary bloat.
The surface covers searching live offers, retrieving full offer details, and listing providers, which fully supports the apparent read-only purpose of the server. No obvious missing operations for this domain.
Available Tools
3 toolsget_offerGet one offer in fullAInspect
Full detail for a single offer by its id, including the claim_url the human should open.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The offer id, as returned by search_offers. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral disclosure burden. It does disclose a valuable usage nuance: the claim_url is meant for the human to open, not the agent. It does not mention error behavior or confirmed read-only semantics, but for a simple get-by-id tool this is a reasonable level of transparency.
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 a single sentence with no redundancy. It front-loads the core action ('full detail for a single offer') and adds the key extra detail (claim_url) without wasting words.
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 one-parameter, no-output-schema tool, the description covers the essential behavior and the important claim_url detail. The schema's reference to search_offers supplies the needed cross-tool context, but the description itself could have explicitly stated that search_offers should be used first to obtain the id.
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 input schema has full coverage for the single id parameter with a description explaining it is 'the offer id, as returned by search_offers.' The tool description only reiterates 'by its id' and adds no new parameter-level semantics, so the schema carries the burden and the baseline of 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 'full detail for a single offer by its id,' which identifies both the action and the resource. It also emphasizes 'full detail' and 'single offer,' helping distinguish it from search_offers and list_providers, though it does not explicitly name those siblings.
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 this tool is for fetching a single offer's complete data, and the schema's id parameter description ('as returned by search_offers') provides a practical workflow hint. However, the description itself does not explicitly state when to use it versus alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_providersList hosting providersAInspect
Every provider in the catalogue, with a signup_url for each. Use this when the question is about a brand rather than a specific plan.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the result is an exhaustive catalogue ('Every provider') and that each entry includes a signup_url, which is useful. However, it does not mention potential response size, ordering, pagination, authentication, or rate limits. This is adequate for a simple read-only list but not richly transparent.
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?
Two concise sentences with no filler. The core behavior is stated first, and the usage guidance follows immediately. Every sentence 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?
For a zero-parameter, no-output-schema list tool, the description covers the return contents and when to use it. It lacks details like whether provider IDs are included or whether pagination exists, but those are minor omissions given the tool's simplicity.
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 input schema is empty and schema description coverage is 100%. With zero parameters, there is nothing for the description to explain; the baseline of 4 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 uses a specific verb ('list') with a clear object ('every provider in the catalogue') and adds the returned field 'signup_url'. It also distinguishes itself from plan-focused tools by stating this is for brand-level questions 'rather than a specific plan.'
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?
It explicitly states when to use the tool: 'Use this when the question is about a brand rather than a specific plan.' This provides clear context and an exclusion, though it does not directly name the sibling tools as alternatives in the description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_offersSearch VPS, bare metal and GPU hosting offersAInspect
Search live hosting offers across ~75 providers by RAM, vCPU, price, country and type. Prices are rescraped daily, so they are at most a day old. Returns a claim_url for each offer that the HUMAN should open in their browser to sign up.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many offers to return, 1 to 50. Defaults to 20. | |
| country | No | ISO 3166-1 alpha-2 country code the server must be available in, e.g. DE. | |
| min_vcpu | No | Minimum vCPU count. | |
| min_ram_gb | No | Minimum RAM in GB. | |
| offer_type | No | Restrict to one product category. | |
| max_price_usd | No | Maximum price per month in USD. | |
| dedicated_vcpu | No | Only offers with dedicated (not shared) vCPU. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden of behavior disclosure. It adds two valuable traits beyond a plain search: prices are rescraped daily (so at most a day old) and the returned `claim_url` is intended for a HUMAN to open in their browser — a clear boundary preventing the agent from trying to follow that URL itself. A fuller disclosure might mention pagination or sort order, but the key behavioral risks are covered.
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 consists of three short, information-dense sentences: purpose and scope in sentence one, data freshness in sentence two, and the human-action requirement in sentence three. There is no fluff; each sentence earns its place and the main verb is front-loaded.
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?
Because there is no output schema, the description should convey what the tool returns. It does state that each offer comes with a `claim_url` for the human to open, which is the most operationally critical part of the response. It does not fully describe the remaining fields of an offer or how results are ordered, so an agent must infer some return details, but this is not a blocker for correct invocation.
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?
All seven parameters have detailed descriptions in the schema, including an enum for `offer_type` and a default for `limit`. The tool description only restates the general filter categories (`RAM, vCPU, price, country and type`) without adding any per-parameter nuances. With schema coverage at 100%, 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 names a specific verb (`Search`) and resource (`live hosting offers across ~75 providers`) and enumerates the filter dimensions (`RAM, vCPU, price, country and type`). It also mentions the `claim_url` return, which helps an agent understand the tool's purpose at a glance and clearly distinguishes it from the single-offer `get_offer` and the provider-listing `list_providers` siblings.
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 the tool is for searching and filtering offers, which is a different use case from retrieving one offer (`get_offer`) or listing providers (`list_providers`). However, it never explicitly says 'use this instead of X when you need Y' or gives any exclusion criteria, leaving the routing decision to inference from the sibling names rather than stated guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
Compare live GPU cloud rental prices and match workloads to the cheapest provider.
Live GPU spot market: 1,700+ offers, 10 provider feeds. History, watches, limit orders, no fee
Live GPU rental market: 2,500+ offers across a dozen provider feeds. History, watches, limit orders.
LLM and GPU rental prices: model price lookup, GPU listings, cheapest-GPU search, price history
Related MCP Servers
- AlicenseAqualityCmaintenanceGlobal price benchmarking for AI inference across 2,600+ SKUs from 47 vendors. Query live pricing, market indexes, and model specs via 8 tools. Free tier available.8121MIT
- AlicenseAqualityAmaintenanceLive LLM API pricing: current token prices, model comparisons, cheapest-model lookups, and The LLM Price Index for 150+ models across 20+ providers, re-verified daily. No API key required.51MIT
- AlicenseAqualityAmaintenanceAnchor AI FinOps to real, live cloud pricing. AWS, GCP & Azure — public list prices and enterprise negotiated rates. No credentials needed for AWS and Azure public pricing.153MIT
- AlicenseAqualityAmaintenanceSearch and compare free tiers, credits, and pricing changes across 1,500+ developer tools. 8 MCP tools for infrastructure decisions, cost estimation, and vendor comparison.42816MIT