LLM Hosting Pricing
Server Details
LLM and GPU rental prices: model price lookup, GPU listings, cheapest-GPU search, price history
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 5 of 5 tools scored. Lowest: 2.9/5.
Each tool targets a distinct aspect: GPU rentals, model pricing, GPU history, GPU listing, model search. No overlap in purpose.
All tool names follow a consistent verb_noun snake_case pattern (e.g., cheapest_gpu, get_model_prices, list_gpus, search_models).
5 tools are well-scoped for the hosting pricing domain, covering both GPU and model pricing without being excessive.
Covers current and historical pricing for GPUs and models. Missing a tool for direct provider comparison, but core workflows are supported.
Available Tools
5 toolscheapest_gpuAInspect
Cheapest GPU rentals right now, optionally filtered by minimum VRAM (GB).
| Name | Required | Description | Default |
|---|---|---|---|
| min_vram_gb | No | minimum VRAM in GB, e.g. 80 |
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 mentions the tool returns 'cheapest GPU rentals right now' and is filterable, but does not disclose return format, sorting, or any limitations (e.g., data sources, pagination). Minimal disclosure beyond basic purpose.
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 of 11 words, all essential. It is front-loaded with the main action and resource, then adds the optional filter. No wasted 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 simple tool with one optional parameter, the description is minimally adequate. However, it lacks details about the output (e.g., what fields are returned, whether it's a list, pricing info). Since there is no output schema, the description should compensate but does not.
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% for the only parameter. The description adds that the parameter is 'optional' and frames it as a filter ('optionally filtered by'), which clarifies its role beyond the schema's 'minimum VRAM in GB, e.g. 80'. This is a meaningful addition.
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 it returns the cheapest GPU rentals and mentions an optional VRAM filter. It distinguishes from sibling tools like 'list_gpus' (which likely lists all GPUs) and 'get_model_prices' (which might give specific model prices).
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 finding current cheapest rentals, but does not explicitly state when to use this tool versus alternatives like 'get_model_prices' or 'search_models'. No when-not-to-use or exclusion criteria are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_model_pricesAInspect
All provider prices for one LLM model: input/output/cache price per 1M tokens and context window per provider, cheapest first.
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | model slug or name, e.g. "deepseek-v4-flash" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It transparently discloses the return data (prices per provider, per 1M tokens, context window) and ordering (cheapest first). For a read-only query tool, this is sufficient, though it does not mention authentication or rate limits.
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 that covers all essential information without any extraneous words. It is front-loaded with the main purpose and details follow logically.
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 tool's simplicity (one parameter, no output schema) and the context signals, the description adequately covers what the tool does and what it returns. However, it lacks details on error handling or case sensitivity, which would make it more robust.
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 single parameter 'model' has 100% schema coverage. The description adds meaningful context beyond the schema by specifying the format ('slug or name') and providing an example ('deepseek-v4-flash'). This helps the agent format the input correctly.
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 specifies the exact resource (LLM model prices), includes the data points (input/output/cache price per 1M tokens, context window per provider), and ordering (cheapest first). It clearly distinguishes from sibling tools which focus on GPUs and model search.
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 querying prices for a specific model but does not explicitly state when to use this tool versus alternatives or context about prerequisites. Given the sibling tools are entirely different domains, the lack of explicit guidance is acceptable but still a gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gpu_price_historyCInspect
Daily minimum rental price history for a GPU (recorded daily since 2026-07-06).
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | Yes | GPU name, e.g. "H100 SXM" or "RTX 4090" | |
| days | No | how many most-recent days to return (default 30) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It mentions data is daily since 2026-07-06, but does not disclose behavior like error handling, output format, or what a missing GPU entails.
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?
Single sentence, concise, and front-loaded. Could add more structure but efficient.
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?
Description covers purpose and time range but lacks details on return format, pagination, or error cases. Adequate for simple tool but not fully complete given no output schema.
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%, so baseline is 3. The description adds minimal context (daily, since date) but does not elaborate on parameter usage beyond schema.
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?
Description clearly states it returns daily minimum rental price history for a GPU, specifying the resource and action. It does not explicitly differentiate from siblings like 'get_model_prices', but the purpose is clear and specific.
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?
No guidance on when to use this tool versus alternatives such as 'cheapest_gpu' or 'get_model_prices'. The description lacks any context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_gpusAInspect
Every GPU with live rental pricing: cheapest $/hr, provider, tier, and VRAM.
| 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 burden of behavioral disclosure. It mentions 'live rental pricing' implying real-time data but lacks details on rate limits, pagination, or what 'cheapest' means (per second?). Adequate but not rich.
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?
Single sentence, no fluff. Every word adds value. Perfectly concise.
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 no output schema, the description explains the return content (GPUs with pricing details). However, it omits sorting order or limits, which would be useful for a list tool. Still fairly complete for a simple listing.
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?
No parameters exist (0 params, 100% schema coverage). The description is not required to add parameter info. Baseline for 0 params is 4, and the description meets that.
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 lists all GPUs with live rental pricing, including cheapest $/hr, provider, tier, and VRAM. This verb+resource specification distinguishes it from siblings like 'cheapest_gpu' which likely returns only one entry.
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?
No explicit guidance on when to use this tool versus alternatives like 'cheapest_gpu' or 'search_models'. The description implies it's for a full list, but doesn't provide context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_modelsAInspect
Search LLM models by name. Returns matching models with provider count and the cheapest input/output price per 1M tokens.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | model name or fragment, e.g. "deepseek" or "llama 70b" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the key behavioral traits: it returns matching models, provider count, and cheapest prices per 1M tokens. Since no annotations are present, this description carries the full burden and does so adequately, though it omits details like pagination or rate limits.
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 sentences, each serving a clear purpose: action and return value. No wasted words, highly efficient.
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 tool has only one required parameter and no output schema, the description sufficiently states what the tool does and returns. However, it does not mention potential limitations like pagination, which would add minor completeness.
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 covers the single parameter 'query' with a description. The tool's description adds context by mentioning the search is by name and provides examples ('deepseek', 'llama 70b'), adding value beyond the schema.
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 action ('Search LLM models by name') and the resources involved (LLM models). It distinguishes from sibling tools like cheapest_gpu and get_model_prices which focus on GPU or pricing data.
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 searching models by name, but does not explicitly state when to use this tool versus alternatives like cheapest_gpu or get_model_prices. No when-not-to-use or exclusion criteria provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- AlicenseAqualityBmaintenanceGlobal 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.Last updated884MIT
- 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.Last updated25MIT
- Alicense-qualityBmaintenanceProvides real-time AI compute pricing and cost analysis across LLM providers, enabling session cost tracking, model price comparisons, and historical data queries.Last updated111MIT
- Alicense-qualityDmaintenanceCompare AI inference pricing across 9 providers in real time. Routing recommendations, spend tracking, and budget alerts for AI agents.Last updated105MIT