Command Palette

Search for a command to run...

UnylyUnyly
Browse all

ModelRadar

FreeNot checked

An MCP server that turns the ModelRadar catalog into a model router between OpenRouter and your CLI or agent, enabling discovery, recommendation, and execution

GitHubEmbed

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

from github.com/legifx/modelradar-mcp

Install ModelRadar in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install modelradar-mcp

Installs 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-mcp

FAQ

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

Compare ModelRadar with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs