# Agent Radar (remote · agent-radar.zation1.workers.dev)

Search, inspect, recommend, and explain rated AI tools through Agent Radar.

- Trust score: 68/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agent-radar.zation1.workers.dev`: 68/100 (this document), [markdown](https://verifymcp.io/servers/zation-agent-radar/api-mcp.md), [page](https://verifymcp.io/servers/zation-agent-radar/api-mcp)

## Channel facts

- Endpoint: `https://agent-radar.zation1.workers.dev/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.9.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 476 tokens (~119/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http zation-agent-radar https://agent-radar.zation1.workers.dev/api/mcp
```

### Codex

```toml
[mcp_servers.zation-agent-radar]
url = "https://agent-radar.zation1.workers.dev/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zation-agent-radar": {
      "type": "remote",
      "url": "https://agent-radar.zation1.workers.dev/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add zation-agent-radar --url https://agent-radar.zation1.workers.dev/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  zation-agent-radar:
    url: "https://agent-radar.zation1.workers.dev/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "zation-agent-radar": {
      "type": "http",
      "url": "https://agent-radar.zation1.workers.dev/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (4)

### `search_tools` (~99 tokens)

Search Agent Radar tools

Search Agent Radar Tool Cards by query text and optional type, tag, or risk filters.

Input parameters:

- `filters` (object): Optional exact-match filters applied before search ranking.
- `query` (string): Free-text tool name, capability, or task to search for. Use an empty string to browse the highest-rated matching catalog entries.
- `top_k` (integer): Maximum number of results to return, from 1 to 50. Defaults to 5.

### `get_tool_card` (~42 tokens)

Get an Agent Radar tool card

Return one Tool Card and its Rating Result by stable tool_id.

Input parameters:

- `tool_id` (string, required): Stable Agent Radar tool identifier, usually obtained from search_tools results.

### `recommend_tools` (~292 tokens)

Recommend tools

Recommend known tools for a task using request-scoped LLM credentials when required.

Input parameters:

- `allowed_permissions` (array): Permission scope names the caller is willing to allow; candidates outside these boundaries are treated conservatively.
- `budget` (string): Natural-language cost constraint, such as free, free_or_low_cost, or a project-specific budget.
- `environment` (array): Execution contexts such as local development, CI, browser, cloud, IDE, or production.
- `existing_tools` (array): Tools already available to the project or agent, used as compatibility and duplication context.
- `language_or_stack` (array): Programming languages, frameworks, runtimes, or other stack constraints relevant to the task.
- `model` (string): LLM provider model identifier recognized by Agent Radar. Omit it to use the server-configured or registry default model.
- `output_format` (string): Preferred presentation format for recommendation content: json or markdown. MCP still returns structured content.
- `preferred_tool_types` (array): Agent Radar tool types to prefer when selecting candidates.
- `risk_tolerance` (string): Maximum preferred risk tolerance for the recommendation: low, medium, or high.
- `task` (string, required): Natural-language development task for which Agent Radar should recommend suitable AI tools.
- `top_k` (integer): Maximum number of recommended candidates to return, from 1 to 50. Defaults to 5 when omitted.

### `explain_rating` (~43 tokens)

Explain a tool rating

Return rating dimensions, explanations, penalties, and boosts for one tool_id.

Input parameters:

- `tool_id` (string, required): Stable Agent Radar tool identifier, usually obtained from search_tools results.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/zation-agent-radar/api-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 66
- 2026-07-29: 65
- 2026-07-28: 65
- 2026-07-27: 64
- 2026-07-26: 63

## Links

- Remote endpoint: https://agent-radar.zation1.workers.dev/api/mcp
- Repository: https://github.com/zation/agent-radar
- Changelog RSS feed: https://verifymcp.io/servers/zation-agent-radar/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/zation-agent-radar/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/zation-agent-radar/api-mcp
