ModelRadar
FreeNot checkedAn MCP server that turns the ModelRadar catalog into a model router between OpenRouter and your CLI or agent, enabling discovery, recommendation, and execution
About
An MCP server that turns the ModelRadar catalog into a model router between OpenRouter and your CLI or agent, enabling discovery, recommendation, and execution of language models.
README
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 |
|---|---|
modelradar_search |
Filter the catalog by type / country / open-weights / min-context / query |
modelradar_get |
Full details for one model (id, name, or OpenRouter id) |
modelradar_latest |
Latest releases from the ModelRadar RSS feed |
modelradar_recommend |
Rank the best routable models for a need (live OpenRouter pricing + why) |
modelradar_run |
Route and execute: pick a model and run a completion via OpenRouter (needs OPENROUTER_API_KEY) |
Install / run
npx modelradar-mcp # or: git clone … && node server.mjs
The 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-mcp
Claude Desktop / generic MCP client (mcpServers)
{
"mcpServers": {
"modelradar": {
"command": "npx",
"args": ["-y", "modelradar-mcp"],
"env": { "OPENROUTER_API_KEY": "sk-or-..." }
}
}
}
Environment
| Var | Required | Default |
|---|---|---|
OPENROUTER_API_KEY |
only for modelradar_run |
– |
MODELRADAR_URL |
no | https://modelradar-one.vercel.app |
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.0000x
How 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
Install ModelRadar in Claude Desktop, Claude Code & Cursor
unyly install modelradar-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add modelradar-mcp -- npx -y github:legifx/modelradar-mcpFAQ
Is ModelRadar MCP free?
Yes, ModelRadar MCP is free — one-click install via Unyly at no cost.
Does ModelRadar need an API key?
No, ModelRadar runs without API keys or environment variables.
Is ModelRadar hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install ModelRadar in Claude Desktop, Claude Code or Cursor?
Open ModelRadar on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare ModelRadar with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
