Skip to main content
Glama
legifx

ModelRadar MCP

by legifx

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

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)

Related MCP server: NanoBanana MCP Server

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

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