ModelRadar MCP
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., "@ModelRadar MCPRecommend a cheap model for coding"
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.
ModelRadar MCP
An MCP server that turns the curated ModelRadar catalog into a model router between OpenRouter and your CLI / agent.
🔎 Discover — search the catalog, read the latest releases straight from the RSS feed
🧠Route — given a need (coding, cheap, open-weights, long-context, multimodal…), get the best OpenRouter-routable model with live pricing and a rationale
⚡ Execute — optionally run the completion through OpenRouter on the chosen model (recommend → route → answer + cost)
Dependency-free. One file, Node ≥ 18, no build step.
Tools
Tool | What it does |
| Filter the catalog by type / country / open-weights / min-context / query |
| Full details for one model (id, name, or OpenRouter id) |
| Latest releases from the ModelRadar RSS feed |
| Rank the best routable models for a need (live OpenRouter pricing + why) |
| Route and execute: pick a model and run a completion via OpenRouter (needs |
Related MCP server: NanoBanana MCP Server
Install / run
npx modelradar-mcp # or: git clone … && node server.mjsThe server speaks MCP over stdio.
Claude Code
claude mcp add modelradar -- npx -y modelradar-mcp
# enable routing+execution:
claude mcp add modelradar -e OPENROUTER_API_KEY=sk-or-... -- npx -y modelradar-mcpClaude Desktop / generic MCP client (mcpServers)
{
"mcpServers": {
"modelradar": {
"command": "npx",
"args": ["-y", "modelradar-mcp"],
"env": { "OPENROUTER_API_KEY": "sk-or-..." }
}
}
}Environment
Var | Required | Default |
| only for | – |
| no |
|
The key is read from the MCP process env only. Never commit it.
Examples
// "cheapest open-weight coding model"
modelradar_recommend { "task": "coding", "open_weights": true, "prefer": "cheap" }
// → Granite 4.1 8B ibm-granite/granite-4.1-8b $0.05/MTok in …
// route + run in one call
modelradar_run { "prompt": "Refactor this function…", "task": "coding", "prefer": "cheap" }
// → routed_to: ibm-granite/granite-4.1-8b · text: … · estimated_cost_usd: 0.0000xHow it works
ModelRadar curates the model catalog (/api/models) and publishes new releases
via RSS (/feed.xml). This server reads both, enriches routable models with live
OpenRouter pricing, scores them against your request, and (optionally) executes the
chosen model through the OpenRouter chat API. ModelRadar is the map; OpenRouter
is the road; this MCP is the router in between.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/legifx/modelradar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server