OptimToken
Server Details
Compare LLM API pricing, estimate workload costs, and benchmark cloud compute. By OptimNow.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 29.8% over 40 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- OptimNow/ai-pricing-hub-mcp
- GitHub Stars
- 0
- Server Listing
- OptimToken MCP
TDQS
Scored across 5 tools
Each tool serves a clearly distinct purpose: cloud compute pricing, LLM catalogue browsing, side-by-side model comparison, custom cost estimation, and model recommendation. The descriptions provide explicit guidance on when to use each tool, eliminating ambiguity.
All tool names follow a consistent verb-noun pattern with hyphens (e.g., compare-compute-pricing, estimate-llm-cost). The verbs are imperative and the nouns clearly describe the object, forming a predictable and readable set.
5 tools is well-scoped for the domain of cloud compute and LLM cost comparison. Each tool earns its place by covering a distinct workflow (browsing, comparing specific models, custom costing, recommendation).
The tool surface covers the full spectrum of user needs: compute pricing across providers, LLM catalogue exploration, side-by-side comparisons, arbitrary cost estimation, and recommendation with constraints. There are no obvious gaps for the stated purpose of cost analysis.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- Changed
compare-compute-pricing4 fields changed- changed
Input schema / properties / category / descriptionPrevious value: -"Instance category: General Purpose, Compute Optimized, Memory Optimized, Storage Optimized, GPU / Accelerated, Burstable"New value: +"Instance category. Must be one of these exactly (case-insensitive): General Purpose, Compute Optimized, Memory Optimized, Storage Optimized, GPU / Accelerated, Burstable. Any other string returns zero matches rather than an error." - changed
Input schema / properties / processor / descriptionPrevious value: -"Processor filter: Intel, AMD, Graviton, Ampere, NVIDIA A100, NVIDIA H100, etc."New value: +"Processor. Matched by exact equality (case-insensitive), so a partial value like 'H100' returns nothing. Known values: Intel, AMD, Graviton, Ampere, NVIDIA A100, NVIDIA H100, NVIDIA L4, NVIDIA T4, NVIDIA V100, NVIDIA Other." - changed
Input schema / properties / provider / descriptionPrevious value: -"Cloud provider: AWS, Azure, GCP, DigitalOcean, OCI, OVH, Alibaba"New value: +"Cloud provider. Must be one of these exactly (case-insensitive): AWS, Azure, GCP, DigitalOcean, OCI, OVH, Alibaba. Any other string returns zero matches rather than an error." - changed
Input schema / properties / useCase / descriptionPrevious value: -"Use case filter: Web App, Database, HPC, ML & AI, Dev/Test, Big Data"New value: +"Use case. Must be one of these exactly (case-insensitive): Web App, Database, HPC, ML & AI, Dev/Test, Big Data. Any other string returns zero matches rather than an error."
- Changed
compare-llm-models10 fields changed- changed
Input schema / properties / capability / descriptionPrevious value: -"Filter by capability: Text, Vision, Code, Reasoning, Agents, Image Gen, Audio"New value: +"Capability, matched by exact equality (case-insensitive): Text, Vision, Code, Reasoning, Agents, Image Gen, Audio. Any other string returns zero matches." - changed
Input schema / properties / category / descriptionPrevious value: -"Filter by price tier: Frontier, Mid-tier, Budget, Image"New value: +"Price tier, matched by exact equality (case-insensitive): Frontier, Mid-tier, Budget, Image. This is cost only — self-hostability is the separate `openness` axis." - changed
Input schema / properties / minElo / descriptionPrevious value: -"Minimum ELO score (quality benchmark from Chatbot Arena)"New value: +"Minimum Chatbot Arena ELO score. Typical range 1000-1500; ~1400 is roughly frontier-class. Models with no ELO score never satisfy this." - added
Input schema / properties / minElo / exclusiveMinimumAdded value: +0 - changed
Input schema / properties / useCasePreset / descriptionPrevious value: -"Use case for cost estimation. Default: supportTicket"New value: +"Workload shape, which sets tokens per request: supportTicket (1.5k in / 500 out), knowledgeQA (2k / 800), meetingSummary (10k / 1.2k, batch-eligible), marketingContent (2.5k / 1.8k), codingTask (3k / 2k), invoiceProcessing (1.5k / 600, batch-eligible), callSummary (2k / 700, batch-eligible), agentWorkflow (6k / 3k). Default: supportTicket" - added
Output schema / properties / models / items / properties / batchAppliedAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / models / items / properties / batchEligibleAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / models / items / properties / cacheAppliedAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / models / items / properties / cacheEligibleAdded value: +{ + "type": "boolean" +} - changed
Output schema / properties / models / items / requiredPrevious value: -[ - "provider", - "model", - "inputPricePer1M", - "outputPricePer1M", - "contextWindow", - "category", - "capabilities", - "openness", - "efficiencyScore", - "useCaseCost", - "optimizedUseCaseCost", - "monthlyBudget", - "optimizedMonthlyBudget", - "volatilityRisk", - "isFinOpsFriendly" -]New value: +[ + "provider", + "model", + "inputPricePer1M", + "outputPricePer1M", + "contextWindow", + "category", + "capabilities", + "openness", + "efficiencyScore", + "useCaseCost", + "optimizedUseCaseCost", + "monthlyBudget", + "optimizedMonthlyBudget", + "volatilityRisk", + "isFinOpsFriendly", + "batchEligible", + "cacheEligible", + "batchApplied", + "cacheApplied" +]
- Added
compare-models-side-by-side - Changed
estimate-llm-cost11 fields changed- changed
Input schema / properties / customInputTokens / descriptionPrevious value: -"Custom input tokens per request (overrides preset)"New value: +"Custom input tokens per request. Must be supplied TOGETHER with customOutputTokens — either alone is ignored and the preset is used. A custom shape assumes no cacheable prefix and no batch eligibility, so its optimized cost equals its list cost." - changed
Input schema / properties / customOutputTokens / descriptionPrevious value: -"Custom output tokens per request (overrides preset)"New value: +"Custom output tokens per request. Must be supplied TOGETHER with customInputTokens — either alone is ignored and the preset is used." - changed
Input schema / properties / modelName / descriptionPrevious value: -"Model name to estimate costs for (e.g. 'GPT-4o', 'Claude Sonnet 4'). If omitted, shows top models."New value: +"Model name, e.g. 'GPT-4o'. A partial name matches up to 5 models and ALL of them are costed. If omitted, the first 8 catalogue entries are used — that is catalogue order, not a quality ranking." - changed
Input schema / properties / monthlyVolume / descriptionPrevious value: -"Custom monthly volume (default: 100,000)"New value: +"Exact monthly request count, any integer (default 100,000). This tool does not take the 10k/100k/1m presets the other cost tools use." - changed
Input schema / properties / useCasePreset / descriptionPrevious value: -"Use case preset. Default: all presets."New value: +"Workload shape, which sets tokens per request: supportTicket (1.5k in / 500 out), knowledgeQA (2k / 800), meetingSummary (10k / 1.2k, batch-eligible), marketingContent (2.5k / 1.8k), codingTask (3k / 2k), invoiceProcessing (1.5k / 600, batch-eligible), callSummary (2k / 700, batch-eligible), agentWorkflow (6k / 3k). Default: every preset." - added
Output schema / properties / modelCosts / items / properties / costs / items / properties / batchAppliedAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / modelCosts / items / properties / costs / items / properties / batchEligibleAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / modelCosts / items / properties / costs / items / properties / cacheAppliedAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / modelCosts / items / properties / costs / items / properties / cacheEligibleAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / modelCosts / items / properties / costs / items / properties / savingsPctAdded value: +{ + "type": "number" +} - changed
Output schema / properties / modelCosts / items / properties / costs / items / requiredPrevious value: -[ - "useCase", - "inputTokens", - "outputTokens", - "perRequest", - "monthly", - "perRequestOptimized", - "monthlyOptimized" -]New value: +[ + "useCase", + "inputTokens", + "outputTokens", + "perRequest", + "monthly", + "perRequestOptimized", + "monthlyOptimized", + "savingsPct", + "batchEligible", + "cacheEligible", + "batchApplied", + "cacheApplied" +]
- Added
recommend-llm-model
3 tool updates
- Changed
compare-compute-pricing5 fields changed- added
Input schema / properties / regionAdded value: +{ + "description": "Pricing region: us-east, us-west, europe, asia-pacific. Default: us-east", + "enum": [ + "us-east", + "us-west", + "europe", + "asia-pacific" + ], + "type": "string" +} - changed
Output schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema" - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "catalogTotal": { + "type": "number" + }, + "catalogueIsSubset": { + "type": "boolean" + }, + "dataAsOf": { + "type": "string" + }, + "fallbackReason": { + "type": "string" + }, + "label": { + "type": "string" + }, + "notice": { + "type": "string" + }, + "priceTypes": { + "additionalProperties": { + "additionalProperties": { + "type": "string" + }, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "region": { + "type": "string" + }, + "servedFromCacheAgeMs": { + "type": "number" + }, + "source": { + "type": "string" + }, + "sourceRegions": { + "additionalProperties": { + "type": "string" + }, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "sources": { + "additionalProperties": { + "type": "string" + }, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "staticPriceColumns": { + "items": { + "type": "string" + }, + "type": "array" + }, + "tier": { + "type": "number" + }, + "unappliedFilters": { + "items": { + "type": "string" + }, + "type": "array" + }, + "unavailablePriceColumns": { + "items": { + "type": "string" + }, + "type": "array" + }, + "upstreamErrors": { + "items": { + "type": "string" + }, + "type": "array" + }, + "upstreamSchemaVersion": { + "type": "string" + }, + "upstreamTimestamp": { + "type": "string" + } + }, + "required": [ + "tier", + "source", + "label", + "region", + "staticPriceColumns", + "unavailablePriceColumns" + ], + "type": "object" +} - added
Output schema / properties / sourceAdded value: +{ + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "instances", - "matchingCount", - "catalogSize" -]New value: +[ + "instances", + "matchingCount", + "catalogSize", + "source" +]
- Changed
compare-llm-models2 fields changed- changed
Output schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema" - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "catalogTotal": { + "type": "number" + }, + "dataAsOf": { + "type": "string" + }, + "eloAsOf": { + "type": "string" + }, + "label": { + "type": "string" + }, + "notice": { + "type": "string" + }, + "pricesVerified": { + "type": "boolean" + }, + "source": { + "type": "string" + }, + "tier": { + "type": "number" + }, + "upstreamSchemaVersion": { + "type": "string" + }, + "upstreamSource": { + "type": "string" + }, + "upstreamTimestamp": { + "type": "string" + } + }, + "required": [ + "tier", + "source", + "label", + "pricesVerified", + "eloAsOf" + ], + "type": "object" +}
- Changed
estimate-llm-cost2 fields changed- changed
Output schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema" - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "catalogTotal": { + "type": "number" + }, + "dataAsOf": { + "type": "string" + }, + "eloAsOf": { + "type": "string" + }, + "label": { + "type": "string" + }, + "notice": { + "type": "string" + }, + "pricesVerified": { + "type": "boolean" + }, + "source": { + "type": "string" + }, + "tier": { + "type": "number" + }, + "upstreamSchemaVersion": { + "type": "string" + }, + "upstreamSource": { + "type": "string" + }, + "upstreamTimestamp": { + "type": "string" + } + }, + "required": [ + "tier", + "source", + "label", + "pricesVerified", + "eloAsOf" + ], + "type": "object" +}
3 tool updates
- Changed
compare-compute-pricing5 fields changed- removed
Input schema / properties / regionRemoved value: -{ - "description": "Pricing region: us-east, us-west, europe, asia-pacific. Default: us-east", - "enum": [ - "us-east", - "us-west", - "europe", - "asia-pacific" - ], - "type": "string" -} - changed
Output schema / $schemaPrevious value: -"https://json-schema.org/draft/2020-12/schema"New value: +"http://json-schema.org/draft-07/schema#" - removed
Output schema / properties / provenanceRemoved value: -{ - "additionalProperties": false, - "properties": { - "catalogTotal": { - "type": "number" - }, - "catalogueIsSubset": { - "type": "boolean" - }, - "dataAsOf": { - "type": "string" - }, - "fallbackReason": { - "type": "string" - }, - "label": { - "type": "string" - }, - "notice": { - "type": "string" - }, - "priceTypes": { - "additionalProperties": { - "additionalProperties": { - "type": "string" - }, - "propertyNames": { - "type": "string" - }, - "type": "object" - }, - "propertyNames": { - "type": "string" - }, - "type": "object" - }, - "region": { - "type": "string" - }, - "servedFromCacheAgeMs": { - "type": "number" - }, - "source": { - "type": "string" - }, - "sourceRegions": { - "additionalProperties": { - "type": "string" - }, - "propertyNames": { - "type": "string" - }, - "type": "object" - }, - "sources": { - "additionalProperties": { - "type": "string" - }, - "propertyNames": { - "type": "string" - }, - "type": "object" - }, - "staticPriceColumns": { - "items": { - "type": "string" - }, - "type": "array" - }, - "tier": { - "type": "number" - }, - "unappliedFilters": { - "items": { - "type": "string" - }, - "type": "array" - }, - "unavailablePriceColumns": { - "items": { - "type": "string" - }, - "type": "array" - }, - "upstreamErrors": { - "items": { - "type": "string" - }, - "type": "array" - }, - "upstreamSchemaVersion": { - "type": "string" - }, - "upstreamTimestamp": { - "type": "string" - } - }, - "required": [ - "tier", - "source", - "label", - "region", - "staticPriceColumns", - "unavailablePriceColumns" - ], - "type": "object" -} - removed
Output schema / properties / sourceRemoved value: -{ - "type": "string" -} - changed
Output schema / requiredPrevious value: -[ - "instances", - "matchingCount", - "catalogSize", - "source" -]New value: +[ + "instances", + "matchingCount", + "catalogSize" +]
- Changed
compare-llm-models2 fields changed- changed
Output schema / $schemaPrevious value: -"https://json-schema.org/draft/2020-12/schema"New value: +"http://json-schema.org/draft-07/schema#" - removed
Output schema / properties / provenanceRemoved value: -{ - "additionalProperties": false, - "properties": { - "catalogTotal": { - "type": "number" - }, - "dataAsOf": { - "type": "string" - }, - "eloAsOf": { - "type": "string" - }, - "label": { - "type": "string" - }, - "notice": { - "type": "string" - }, - "pricesVerified": { - "type": "boolean" - }, - "source": { - "type": "string" - }, - "tier": { - "type": "number" - }, - "upstreamSchemaVersion": { - "type": "string" - }, - "upstreamSource": { - "type": "string" - }, - "upstreamTimestamp": { - "type": "string" - } - }, - "required": [ - "tier", - "source", - "label", - "pricesVerified", - "eloAsOf" - ], - "type": "object" -}
- Changed
estimate-llm-cost2 fields changed- changed
Output schema / $schemaPrevious value: -"https://json-schema.org/draft/2020-12/schema"New value: +"http://json-schema.org/draft-07/schema#" - removed
Output schema / properties / provenanceRemoved value: -{ - "additionalProperties": false, - "properties": { - "catalogTotal": { - "type": "number" - }, - "dataAsOf": { - "type": "string" - }, - "eloAsOf": { - "type": "string" - }, - "label": { - "type": "string" - }, - "notice": { - "type": "string" - }, - "pricesVerified": { - "type": "boolean" - }, - "source": { - "type": "string" - }, - "tier": { - "type": "number" - }, - "upstreamSchemaVersion": { - "type": "string" - }, - "upstreamSource": { - "type": "string" - }, - "upstreamTimestamp": { - "type": "string" - } - }, - "required": [ - "tier", - "source", - "label", - "pricesVerified", - "eloAsOf" - ], - "type": "object" -}
3 tool updates
- Changed
compare-compute-pricing5 fields changed- added
Input schema / properties / regionAdded value: +{ + "description": "Pricing region: us-east, us-west, europe, asia-pacific. Default: us-east", + "enum": [ + "us-east", + "us-west", + "europe", + "asia-pacific" + ], + "type": "string" +} - changed
Output schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema" - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "catalogTotal": { + "type": "number" + }, + "catalogueIsSubset": { + "type": "boolean" + }, + "dataAsOf": { + "type": "string" + }, + "fallbackReason": { + "type": "string" + }, + "label": { + "type": "string" + }, + "notice": { + "type": "string" + }, + "priceTypes": { + "additionalProperties": { + "additionalProperties": { + "type": "string" + }, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "region": { + "type": "string" + }, + "servedFromCacheAgeMs": { + "type": "number" + }, + "source": { + "type": "string" + }, + "sourceRegions": { + "additionalProperties": { + "type": "string" + }, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "sources": { + "additionalProperties": { + "type": "string" + }, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "staticPriceColumns": { + "items": { + "type": "string" + }, + "type": "array" + }, + "tier": { + "type": "number" + }, + "unappliedFilters": { + "items": { + "type": "string" + }, + "type": "array" + }, + "unavailablePriceColumns": { + "items": { + "type": "string" + }, + "type": "array" + }, + "upstreamErrors": { + "items": { + "type": "string" + }, + "type": "array" + }, + "upstreamSchemaVersion": { + "type": "string" + }, + "upstreamTimestamp": { + "type": "string" + } + }, + "required": [ + "tier", + "source", + "label", + "region", + "staticPriceColumns", + "unavailablePriceColumns" + ], + "type": "object" +} - added
Output schema / properties / sourceAdded value: +{ + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "instances", - "matchingCount", - "catalogSize" -]New value: +[ + "instances", + "matchingCount", + "catalogSize", + "source" +]
- Changed
compare-llm-models2 fields changed- changed
Output schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema" - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "catalogTotal": { + "type": "number" + }, + "dataAsOf": { + "type": "string" + }, + "eloAsOf": { + "type": "string" + }, + "label": { + "type": "string" + }, + "notice": { + "type": "string" + }, + "pricesVerified": { + "type": "boolean" + }, + "source": { + "type": "string" + }, + "tier": { + "type": "number" + }, + "upstreamSchemaVersion": { + "type": "string" + }, + "upstreamSource": { + "type": "string" + }, + "upstreamTimestamp": { + "type": "string" + } + }, + "required": [ + "tier", + "source", + "label", + "pricesVerified", + "eloAsOf" + ], + "type": "object" +}
- Changed
estimate-llm-cost2 fields changed- changed
Output schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema" - added
Output schema / properties / provenanceAdded value: +{ + "additionalProperties": false, + "properties": { + "catalogTotal": { + "type": "number" + }, + "dataAsOf": { + "type": "string" + }, + "eloAsOf": { + "type": "string" + }, + "label": { + "type": "string" + }, + "notice": { + "type": "string" + }, + "pricesVerified": { + "type": "boolean" + }, + "source": { + "type": "string" + }, + "tier": { + "type": "number" + }, + "upstreamSchemaVersion": { + "type": "string" + }, + "upstreamSource": { + "type": "string" + }, + "upstreamTimestamp": { + "type": "string" + } + }, + "required": [ + "tier", + "source", + "label", + "pricesVerified", + "eloAsOf" + ], + "type": "object" +}
3 tool updates
- First observed
compare-compute-pricing - First observed
compare-llm-models - First observed
estimate-llm-cost
Related MCP Connectors
Find AI model pricing, estimate token costs and compare offers. No API key required.
LLM API prices across 70+ providers: cheapest offer, comparisons, history and cost estimates.
Live LLM API pricing: token prices, comparisons, cheapest-model lookups. No key required.
Compare up-to-date pricing for 40+ LLMs (incl. Chinese) & estimate cost from tokens. EN/zh.
Related MCP Servers
- 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
- FlicenseNot gradedqualityCmaintenanceProvides tools to count tokens, estimate API costs, optimize prompts, and compare AI model pricing for multiple LLMs.87 npm-
- 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.849 npmMIT
- AlicenseNot gradedqualityDmaintenanceCompare AI inference pricing across 9 providers in real time. Routing recommendations, spend tracking, and budget alerts for AI agents.72 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.