Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

ModelRadar

БесплатноНе проверен

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

Описание

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

Установить ModelRadar в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install modelradar-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add modelradar-mcp -- npx -y github:legifx/modelradar-mcp

FAQ

ModelRadar MCP бесплатный?

Да, ModelRadar MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для ModelRadar?

Нет, ModelRadar работает без API-ключей и переменных окружения.

ModelRadar — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить ModelRadar в Claude Desktop, Claude Code или Cursor?

Открой ModelRadar на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare ModelRadar with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai