Skip the search. Your AI already has current model info.
Connect LLM Radar to Claude Desktop and stop searching for model info. Just ask - your AI already knows what's current.
# Clone the repository git clone https://github.com/ajentsor/llm-radar.git cd llm-radar # Install dependencies pip install -e .
Add to your claude_desktop_config.json:
{
"mcpServers": {
"llm-radar": {
"command": "llm-radar-mcp"
}
}
}query_models
Search models by provider, type, or modality support
compare_models
Side-by-side comparison of specific models
get_model
Get detailed info about a specific model by API ID
list_model_ids
List all available model IDs for a provider
Just ask Claude naturally:
"What models support vision input?" "Compare GPT-4o vs Claude Sonnet vs Gemini 2.5 Pro" "List all OpenAI model IDs available via API" "Which Google models support audio output?"