AI Model Advisor MCP Server
Provides tools for discovering and comparing AI models hosted on Replicate, including pricing, performance benchmarks, and model information for community fine-tunes and custom pipelines.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Model Advisor MCP Serverfind cheapest Llama 3.3 70b"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Model Advisor MCP Server
The ultimate Model Context Protocol (MCP) server for AI model discovery, cost optimization, and performance benchmarking. Fully compatible with Claude Desktop, Cursor AI, Windsurf, and any MCP client.
Stop guessing which AI model to use. Give your agent the tools to compare pricing, intelligence benchmarks (MMLU/Coding), latency speed (TTFT), and throughput across 1000+ models from 5 top AI platform providers (OpenRouter, fal.ai, Together AI, Replicate, and Fireworks AI).
"Where is the cheapest Llama 3.3 endpoint?" "What is the fastest model for image generation under my budget?" "Which Claude 3.7 model has the highest coding benchmark?" Just ask your agent. It shops across all providers instantly with real-time AI model pricing.
Why use this Model Context Protocol Server?
New AI models drop constantly. Your AI coding agent (like Claude Desktop or Cursor) doesn't inherently know what's available, what API inference costs, or what the exact performance metrics are. This MCP fixes that by acting as a live model catalog and routing engine, giving your agent real-time access to:
š§ 300+ LLMs via OpenRouter API (GPT-4o, Claude 3.7, Gemini 2.5 Pro, Llama, Reasoning Models, DeepSeek V3/R1)
šØ 200+ Media Models via fal.ai API (Flux Pro, Stable Diffusion, Kling Video, Whisper)
ā” 200+ Open-Source Models via Together AI (Llama 3.3 70B, Qwen, Mistral)
š Community fine-tunes & LORAs via Replicate (Wan 2.1, Recraft, Custom pipelines)
š„ Blazing Fast Inference endpoints via Fireworks AI
š·ļø Cross-Provider Price Calculator ā find the cheapest API endpoint / lowest cost LLM for any architecture.
ā” Live Speed & Latency Metrics ā powered by Artificial Analysis (TTFT and Tokens/sec throughput).
š Intelligence Leaderboards ā baked-in MMLU, Math, and Coding benchmark scores.
š° Real-Time Pricing ā powered by our cloud backend (Zero config, no API keys needed for pricing).
ā Curated Quality Tiers (S/A/B/C) to prevent agents from picking hallucinating or outdated models.
š Discovery Engine ā agents can ask "what new AI models dropped this week?"
Related MCP server: AgentCost MCP Server
Quick Start
Zero-config (No API keys required)
The server works entirely out-of-the-box. Just add it to your MCP settings and save:
{
"mcpServers": {
"model-advisor": {
"command": "npx",
"args": ["-y", "ai-model-advisor-mcp@latest"]
}
}
}That's it! Live pricing for all 1,000+ models across all 5 providers is fetched automatically using our hosted Cloudflare Worker Pricing API. No API keys, no environment variables, no setup.
Tools (9 total)
š§ select_model_for_project ā NEW
One call for agents that already have project context. Returns the best overall model, cheapest acceptable model, and best value option without forcing the agent to manually chain several tools.
select_model_for_project({
project: "TypeScript MCP server for coding agents",
task: "coding assistant",
requirements: ["coding", "reasoning", "tool_use"],
expected_usage: { input_tokens: 5000000, output_tokens: 1000000 }
})The server searches the catalog behind the scenes and returns a compact decision with model IDs, provider, price, quality tier, reasons, tradeoffs, and structured output that agents can parse.
š·ļø find_cheapest_provider ā NEW
The killer feature. Shop for a model across all 5 providers.
find_cheapest_provider({ model: "llama 3.3 70b" })Output:
š·ļø Price comparison for "llama 3.3 70b"
| Provider | Input $/1M | Output $/1M | Model ID |
|-------------|-----------|------------|--------------------------------------------------|
| OpenRouter | $0.00 | $0.00 | meta-llama/llama-3.3-70b-instruct |
| Together AI | $0.88 | $0.88 | meta-llama/Llama-3.3-70B-Instruct-Turbo |
| Fireworks | $0.90 | $0.90 | accounts/fireworks/models/llama-v3p3-70b-instruct |
š” Cheapest: OpenRouter ā FREEUses fuzzy matching ā handles version format differences (v3p3 = 3.3) across providers.
š¦ batch_get_pricing ā NEW
Get pricing for multiple models in a single call. Returns a compact table.
batch_get_pricing({ model_ids: ["openai/gpt-4o", "anthropic/claude-sonnet-4", "fal-ai/flux-pro/v1.1", "meta-llama/Llama-3.3-70B-Instruct-Turbo"] })šÆ recommend_model
"I need X" ā ranked models matching your task, requirements, and budget. Searches all 5 providers.
recommend_model({ task: "image generation", requirements: ["photorealistic", "fast"], budget: "low" })āļø compare_models
Side-by-side table across providers. Auto-adapts columns for LLMs vs media models.
compare_models({ model_ids: ["openai/gpt-4o", "anthropic/claude-sonnet-4", "google/gemini-2.5-pro-preview"] })š list_models
Browse and filter by category, provider, capability, or price.
list_models({ category: "text-to-image", max_price: 0.05 })
list_models({ provider: "together", category: "llm" })
list_models({ provider: "replicate", category: "text-to-video" })š get_model_info
Comprehensive model card with everything you need to decide.
get_model_info({ model_id: "fal-ai/flux-pro/v1.1" })š° estimate_cost
Cost estimation for any usage scenario.
estimate_cost({ model_id: "openai/gpt-4o", usage: { input_tokens: 1000000, output_tokens: 100000 } })
estimate_cost({ model_id: "fal-ai/flux-pro/v1.1", usage: { images: 500 } })š whats_new
Discover recently added models. Never miss a new release.
whats_new({ since: "7d" })
whats_new({ since: "30d", category: "text-to-video" })Providers
Provider | Models | Type | Hosted Pricing Data |
350+ | LLMs | ā Yes | |
40+ | Image, Video, Audio, 3D | ā Yes | |
220+ | LLMs, Image | ā Yes | |
120+ | Everything | ā Yes | |
12+ | LLMs | ā Yes |
Categories
Category | Examples |
| GPT-4o, Claude, Gemini, Llama, Mistral, DeepSeek |
| Flux Pro, Stable Diffusion, DALL-E, Ideogram, Recraft |
| Flux Edit, img2img pipelines, upscalers |
| Kling, Minimax, Hunyuan, Wan 2.1 |
| Kling i2v, Runway, Wan i2v |
| Kokoro, ElevenLabs |
| Wizper (Whisper) |
| Music/sound generation |
| Hunyuan3D, Trellis |
| Visual understanding models |
| Text embedding models |
Quality Tiers
Popular models are rated on a curated quality scale:
S ā Best in class (Claude Sonnet 4, GPT-4o, Flux Pro Ultra, Kling v2.0)
A ā Excellent (Gemini Flash, Llama 3.3, Flux Dev, Recraft v3)
B ā Good (Mistral Small, Flux Schnell, SD3.5 Turbo)
C ā Adequate
Architecture
Agent ā MCP Server ā Cloudflare Worker Pricing API (Our Hosted Backend)
āā Fetches from OpenRouter (350+ models)
āā Fetches from fal.ai (40+ models)
āā Fetches from Together AI (220+ models)
āā Fetches from Replicate (120+ models)
āā Fetches from Fireworks AI (12+ models)
Unified Model Registry
ā select, recommend, compare, list, info, estimate, shop, batchThe MCP Server connects to our blazing-fast Cloudflare Worker that aggregates live pricing data across all 5 providers on a recurring 6-hour cron schedule. This gives your agent real-time pricing awareness without requiring you to juggle 5 different API keys.
License
MIT
Available Tools
9 toolsbatch_get_pricingA
Get pricing for multiple models in a single call. Returns a compact table with pricing for all requested models. Much faster than calling get_model_info one at a time.
| Name | Required | Description | Default |
|---|---|---|---|
| model_ids | Yes | Array of model IDs to get pricing for. Example: ["fal-ai/flux-pro/v1.1", "fal-ai/flux/schnell", "openai/gpt-4o"] |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral disclosure burden. It mentions returning a compact table, which gives some idea of the return format, but does not disclose potential error behavior, rate limits, or whether data is live or cached. For a simple read-only batch tool, this is acceptable but not thorough.
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 sentences, front-loaded with the main action, and every sentence adds useful information. No filler or repetition.
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 simple input (one array parameter) and no output schema, the description covers the core use case and return behavior sufficiently. It could be more explicit about handling unknown model IDs or the exact response structure, but it is largely complete for this straightforward batch retrieval 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?
The schema has 100% coverage for the single parameter model_ids, including a description and example. The tool description adds no semantic detail beyond the schema, so the baseline of 3 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 the tool gets pricing for multiple models in one call, which is a specific verb+resource. It also distinguishes itself from get_model_info by highlighting the batch aspect and speed advantage.
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 explicitly compares to get_model_info and states when this tool is preferable ('Much faster than calling get_model_info one at a time'). It does not list exclusions or alternative tools like estimate_cost, but the primary use case is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_modelsA
Compare AI models side-by-side in a table. Works across providers and categories ā compare LLMs against each other, image generators, or even mix categories. Auto-adapts columns based on model types. Includes speed metrics (TTFT, tokens/sec) and benchmark scores (MMLU) when available.
| Name | Required | Description | Default |
|---|---|---|---|
| model_ids | Yes | Model IDs to compare. Examples: ["openai/gpt-4o", "anthropic/claude-sonnet-4"] or ["fal-ai/flux-pro/v1.1", "fal-ai/stable-diffusion-v35-large"] |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the output is a table, columns auto-adapt based on model types, and metrics (TTFT, tokens/sec, MMLU) are included 'when available,' giving a realistic expectation of data completeness. It does not mention error handling or rate limits, but for a read-only comparison tool this is acceptable.
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, each earning its place: it states the core function, the scope (across providers/categories), and the automatic column adaptation plus included metrics. The description is front-loaded with the main purpose and avoids fluff.
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 tool with one parameter and no output schema, the description is largely complete: it explains what the tool does, the output format, the adaptability behavior, and what metrics are shown. Minor gaps remain around error handling and exact return structure, but the description covers the essential context.
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 for the single parameter is 100%, with an example list of model IDs. The description does not add parameter-specific details beyond what the schema provides, so the baseline of 3 is appropriate. It does clarify the intent of the parameter indirectly by describing the comparison functionality.
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 states a specific verb ('Compare') and resource ('AI models') with a clear output format ('in a table'). It distinguishes itself from sibling tools like list_models and get_model_info by emphasizing side-by-side comparison across providers and categories.
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 clearly implies when to use this tool (when needing to compare models side-by-side, including across categories) and mentions auto-adapting columns and available metrics. It does not explicitly name alternatives or exclusions, but the context is evident from sibling tool names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
estimate_costA
Estimate the cost of using an AI model. For LLMs, provide token counts. For media models, provide unit counts. Example: estimate_cost({model_id: "fal-ai/flux-pro", usage: {images: 100}})
| Name | Required | Description | Default |
|---|---|---|---|
| usage | Yes | Usage parameters. LLMs: {input_tokens, output_tokens, requests}. Media: {units, images, seconds, requests} | |
| model_id | Yes | The model to estimate cost for |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It does not mention whether the operation is read-only, error conditions, return format, or any side effects. It only covers input semantics, leaving a significant transparency gap.
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 concise sentences with a valuable example. It front-loads the main purpose, uses no unnecessary words, and is well-structured for quick comprehension.
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?
The tool has a nested usage object, no output schema, and moderate complexity. The description covers input requirements and provides an example, but it does not explain the return value, such as cost format or any potential errors, leaving a notable completeness gap.
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 schema already provides descriptions for both parameters with 100% coverage, so the baseline is 3. The description adds a concrete example and clarifies LLM vs media usage, going beyond what the schema states and enhancing parameter understanding.
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 estimates the cost of using an AI model, with a specific verb and resource. The example distinguishes it from sibling tools like compare_models or list_models by showing a single-model usage estimation.
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 provides explicit guidance on input structure for LLMs vs media models, which helps the agent know how to format the usage parameter. It does not name alternatives, but the context implies single-model estimation, and the example reinforces this.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_cheapest_providerA
Find the cheapest provider for a given model. Searches across all 5 providers to find where a model (e.g. "llama 3.3 70b", "flux pro", "deepseek r1") is available and compares pricing. Uses fuzzy matching to find the same model across different providers.
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | The model to shop for, e.g. "llama 3.3 70b", "flux pro", "deepseek v3", "mistral small" |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses useful behavioral traits: searches all 5 providers, compares pricing, and uses fuzzy matching. However, it does not mention potential pitfalls like what happens if no provider matches, whether the operation is read-only, or the format of the result. Given no annotation support, this is a significant but not fatal gap.
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 three concise sentences, front-loaded with the primary purpose, followed by scope and a behavioral note. Every sentence adds value with no redundant or promotional language.
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 low complexity (one parameter, no output schema), the description covers the essential action and scope. However, since there is no output schema, the description does not explicitly describe the return value (e.g., whether it returns a provider name, price, or object). This minor gap prevents a perfect score, but the description is sufficiently 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?
The schema already fully describes the single 'model' parameter with examples, achieving 100% schema_description_coverage. The tool description repeats the same examples and adds the context of fuzzy matching, but does not add extra semantic detail about the parameter format beyond what the schema provides. 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 a specific action: 'Find the cheapest provider for a given model.' It specifies the resource (provider), scope (across all 5 providers, compares pricing), and gives concrete model examples. This distinguishes it from siblings like 'compare_models' or 'estimate_cost' by focusing on a single model's cheapest provider.
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 context is clear: use this when you have a specific model in mind and need the cheapest provider. Although it doesn't explicitly name alternatives or exclusions, the description's scope ('given a model', 'across all 5 providers') implies appropriate usage compared to siblings like 'compare_models' (comparing models) or 'estimate_cost' (estimating usage costs).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_model_infoA
Get a comprehensive model card for any AI model. Includes description, pricing breakdown, capabilities, quality tier, context length (LLMs), speed metrics (TTFT, throughput), benchmark scores (MMLU, coding), tags, license, and more.
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | The full model ID (e.g. "openai/gpt-4o", "fal-ai/flux-pro/v1.1", "meta-llama/Llama-3.3-70B-Instruct-Turbo") |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavioral traits on its own. It does disclose the return content in detail (pricing breakdown, capabilities, speed metrics, etc.), but it does not explicitly state that the operation is read-only or non-destructive, nor does it mention error handling, authentication requirements, or whether the data is real-time or cached. This leaves some room for ambiguity.
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 sentences, front-loaded with the main action, and every sentence adds value. The first sentence tells exactly what the tool does, and the second efficiently lists the key contents of the model card. No fluff or 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?
Given that there is no output schema and no annotations, the description carries the burden of explaining what the tool returns. It does this well by listing many expected fields (description, pricing, capabilities, quality tier, context length, speed metrics, benchmarks, tags, license). However, it is not fully complete because it ends with 'and more' without specifying what else, and it omits error behavior and input constraints beyond the schema. Still, it is adequately complete for a read-only single-parameter 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?
The schema already provides 100% coverage for the single parameter (model_id) with an example format, so the description does not need to add much. The description adds no additional meaning about the parameter itself beyond saying 'any AI model,' which is already implied by the schema. The baseline of 3 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 ('Get') and a clear resource ('a comprehensive model card') and states the scope ('for any AI model'). It also enumerates the content (pricing, capabilities, benchmarks, etc.), which distinguishes it from sibling tools like list_models (which lists models) and compare_models (which compares).
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 clearly implies the tool is used when you need detailed information about a single model, but it does not explicitly state when to use it versus alternatives or mention any exclusions (e.g., 'Use compare_models for side-by-side comparisons'). No direct guidance is given, so usage is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_modelsB
List and filter available AI models from all 5 providers. Filter by category (llm, text-to-image, text-to-video, text-to-speech, speech-to-text, image-to-3d, etc.), provider (openrouter, fal, together, replicate, fireworks), capability, or max price.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 25, max: 100) | |
| category | No | Filter by category: llm, text-to-image, image-to-image, text-to-video, image-to-video, video-to-video, text-to-speech, speech-to-text, text-to-audio, image-to-3d, vision, embedding | |
| provider | No | Filter by provider: openrouter, fal, together, replicate, fireworks | |
| max_price | No | Maximum price in USD. For LLMs: price per 1M tokens (e.g. 1.0 = $1/1M tokens). For media: price per unit (image, second, etc.). Use 0 for free models only. | |
| capability | No | Filter by capability: "tool_use", "reasoning", "vision", "photorealistic", "fast", etc. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits, but it only says 'List and filter available AI models' without mentioning pagination, ordering, default limits, or return format. The schema covers the limit parameter, but the description adds no context about how results are presented or whether any side effects exist.
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 front-loads the core purpose and packs in filter examples compactly. It avoids fluff, but the parenthetical enumeration is slightly dense and partially duplicates schema content, keeping it from a perfect score.
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 and no annotations, the description should explain return values or behavior, but it does not. It omits any mention of what model information is returned (e.g., model IDs, pricing), which is essential for an agent choosing whether to use this tool over sibling tools.
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 baseline is 3. The description repeats filter names (category, provider, capability, max price) but adds no new meaning beyond the schema's detailed parameter descriptions. It does reinforce that filters exist, but without extra semantic value.
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 'List and filter available AI models from all 5 providers', using a specific verb and resource. It distinguishes itself from siblings like get_model_info (single model) and compare_models (comparison) by emphasizing broad listing and filtering across providers.
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 through 'List and filter' and the explicit filter categories, but there is no mention of when to prefer this tool over siblings like recommend_model or select_model_for_project. No exclusions or alternative tools are referenced, so guidance is only implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_modelA
Recommend the best AI model for a task. Searches across 1000+ models spanning LLMs, image gen, video gen, TTS, STT, 3D, and more from 5 providers (OpenRouter, fal.ai, Together AI, Replicate, Fireworks). Returns ranked results based on task match, capabilities, quality tier, price, speed (TTFT/throughput), and intelligence benchmarks (MMLU/coding).
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What you need the model for. Examples: "image generation", "coding", "video generation", "transcription", "text-to-speech", "3d model", "photorealistic images" | |
| limit | No | Max results to return (default: 10, max: 50) | |
| budget | No | Optional budget constraint: "free", "low", or omit for any price | |
| requirements | No | Optional specific requirements. Examples: ["fast", "photorealistic", "reasoning", "vision", "tool_use"] |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the search scope (1000+ models, 5 providers) and the ranking criteria (task match, capabilities, quality tier, price, speed, benchmarks). This goes beyond mere intent but does not explicitly state whether the operation is read-only or if any side effects exist. The implied read-only nature is clear enough for a recommendation tool.
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 sentences, front-loads the core purpose, and packs relevant details (providers, categories, ranking criteria) without repetition or fluff. Every sentence 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?
The tool has 4 parameters, no annotations, and no output schema. The description explains the return value (ranked results) and the basis for ranking, covering the main need. It does not mention pagination, error handling, or exact output structure, but for a recommendation tool with a broad search, the description is sufficiently 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 general context about the search scope and ranking, which indirectly relates to the task and budget parameters, but it does not provide specific semantic value beyond what the schema already describes for each parameter. It fails to compensate or extend the parameter-level guidance.
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's purpose: recommend the best AI model for a task. It uses specific verbs ('Recommend', 'Searches'), defines the resource (AI models across 1000+ models from 5 providers), and distinguishes itself from siblings like compare_models or list_models by emphasizing task-based ranked 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 context: use when you need a task-based recommendation without preselecting models. It gives clear context (searches a broad catalog, ranks results) but does not explicitly mention when not to use it or reference alternatives like compare_models or select_model_for_project. There are no exclusions or alternative guidance, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
select_model_for_projectA
Pick the best overall, cheapest acceptable, and best value AI model for a project. Use this when an agent has project context and needs one decision instead of manually chaining recommend, compare, pricing, and cost tools. Returns concise markdown plus structured fields with candidates, scores, reasons, pricing, and tradeoffs.
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Optional specific task. Examples: "coding assistant", "image generation", "video generation", "transcription" | |
| limit | No | Max candidate rows to return (default: 5, max: 20) | |
| budget | No | Optional budget constraint: "free", "low", or omit for any price | |
| project | No | Project or repository context. Example: "TypeScript MCP server that needs a coding/reasoning model for agent workflows" | |
| requirements | No | Optional requirements. Examples: ["coding", "reasoning", "tool_use", "vision", "fast", "long_context"] | |
| expected_usage | No | Optional usage estimate for cost-aware ranking. LLMs: {input_tokens, output_tokens, requests}. Media: {images, seconds, units, requests} | |
| optimization_goal | No | Optional ranking goal for the candidate list: "balanced" (default), "best", or "cheapest" |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | |
| best_value | No | |
| candidates | Yes | |
| cost_basis | No | |
| best_overall | No | |
| cheapest_acceptable | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the output format ('concise markdown plus structured fields') and the decision dimensions (candidates, scores, reasons, pricing, tradeoffs). This adds useful behavioral context beyond the schema, though it doesn't discuss any potential side effects or limitations.
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 with no wasted words. The first sentence states the purpose, the second gives usage context and output summary. It is well front-loaded and earns every word.
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 tool with 7 optional parameters, nested objects, and an output schema, the description covers the core decision role, usage context, and return format. Combined with the output schema, the agent has sufficient context to invoke this tool correctly without major gaps.
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 tool description does not add additional parameter-level meaning beyond the schema, which is acceptable given the schema fully documents all seven parameters with examples and enums.
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 begins with a specific verb+resource: 'Pick the best overall, cheapest acceptable, and best value AI model for a project.' It clearly distinguishes itself from sibling tools by framing it as the consolidated decision tool versus manually chaining recommend, compare, pricing, and cost 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?
Explicitly states when to use: 'Use this when an agent has project context and needs one decision' and contrasts it with manually chaining other tools. While it doesn't name alternative sibling tools by name, the 'instead of manually chaining' provides clear usage context and implies the excluded approach.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
whats_newA
Discover recently added AI models. Answers "what new models dropped this week?" Filter by time window and category.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 20, max: 100) | |
| since | No | Time window: "24h", "7d" (default), "14d", "30d", "4w" | |
| category | No | Optional category filter (e.g. text-to-image, llm, text-to-video) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals that the tool lists new models and supports filters, but it does not disclose what fields are returned, the default time window (though the schema mentions it), any sorting order, or whether it's a read-only operation. This is a notable gap for a tool with zero annotation support.
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 sentences: the first states the primary purpose ('Discover recently added AI models') and the second gives a use case and filter options. Every sentence earns its place, and the description is front-loaded with the core function, making it concise and 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?
The tool is simple (3 optional params, no output schema), but the description does not fully cover important context such as the shape of results or how it differs from the sibling list_models. It mentions 'recently added' which hints at a distinction from listing all models, but it doesn't explicitly state this, leaving some ambiguity for an agent comparing tools.
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 already provides 100% coverage with descriptions for all three parameters (limit, since, category). The description only restates the idea of filtering by time window and category, adding no extra semantic detail or value beyond the schema. Thus, 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 uses a specific verb ('Discover') and resource ('recently added AI models'), making the tool's core function immediately clear. It also includes a concrete example question ('what new models dropped this week?') and mentions filtering, which sets it apart from siblings like list_models or get_model_info.
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 clear context for when to use the tool by framing it as answering 'what new models dropped this week?' and supporting time-window and category filters. However, it does not explicitly name alternative tools or state when not to use it, so it falls short of full exclusion 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.
9 tool updates
v2.3.0- First observed
batch_get_pricing - First observed
compare_models - First observed
estimate_cost - First observed
find_cheapest_provider - First observed
get_model_info - First observed
list_models - First observed
recommend_model - First observed
select_model_for_project - First observed
whats_new
TDQS
Scored across 9 tools
Most tools have clearly distinct purposes: listing, getting details, comparing, recommending, estimating cost, etc. However, recommend_model and select_model_for_project overlap in that both provide recommendations; select_model_for_project is explicitly a higher-level aggregation tool, but agents could be uncertain which to use.
The majority of tools follow a consistent verb_noun snake_case pattern (e.g., list_models, get_model_info, estimate_cost). The exception is whats_new, which deviates from the verb_noun structure but remains clear and fits the domain.
With 9 tools, the set is well-scoped for an AI model advisor. Each tool addresses a distinct need, and the count is within the ideal range for a focused server.
The tool surface covers the full lifecycle of model advisory: discovery (list_models, whats_new), detailed info (get_model_info), recommendation (recommend_model, select_model_for_project), comparison (compare_models), pricing (batch_get_pricing, find_cheapest_provider), and cost estimation (estimate_cost). No significant gaps are apparent.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Sourced AI-model pricing and capability data ā compare and route to the cheapest capable model.
11Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.
AI service marketplace ā agents discover, call, and pay for API services automatically.
AI model routing on your own vendor keys: pick the best model per prompt, or route and run it.
Related MCP Servers
- AlicenseAqualityFmaintenanceProvides AI assistants with real-time access to 1000+ AI models including their latest pricing, context windows, capabilities, and specifications. Supports model search, comparison, recommendations, and live testing.3871MIT
- FlicenseNot gradedqualityDmaintenanceProvides real-time AI model pricing, cost estimation, and budget management tools to help agents understand and optimize their spending. It enables agents to compare costs across multiple providers and select the most cost-effective models for specific tasks.1-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to compare LLM benchmarks, get pricing, and receive model recommendations for tasks and budgets.1MIT
- AlicenseNot gradedqualityDmaintenanceDiscovers LLM models in real time from cloud providers and local Ollama instances, returning compatibility profiles and live pricing so AI agents can route tasks to the cheapest viable model without breaking tool calls or context clipping.10MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Semicolon-D/ai-model-advisor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server