Agent Radar
io.github.zation/agent-radarSearch, inspect, recommend, and explain rated AI tools through Agent Radar.
Tools · 4
Search Agent Radar Tool Cards by query text and optional type, tag, or risk filters.
Return one Tool Card and its Rating Result by stable tool_id.
Recommend known tools for a task using request-scoped LLM credentials when required.
Return rating dimensions, explanations, penalties, and boosts for one tool_id.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agent_radar": {
"url": "https://agent-radar.zation1.workers.dev/api/mcp",
"transport": "streamable-http"
}
}
}