# ACEL Observatory (remote · radar.pccswart.co.za)

Machine-readable entity discovery with provenance, trust and verified source evidence.

- Trust score: 61/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `radar.pccswart.co.za`: 61/100 (this document), [markdown](https://verifymcp.io/servers/za-co-pccswart-radar-acel-demand-radar/radar.md), [page](https://verifymcp.io/servers/za-co-pccswart-radar-acel-demand-radar/radar)

## Channel facts

- Endpoint: `https://radar.pccswart.co.za/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.0`

## 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-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - 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**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 234 tokens (~46/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 24 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 5 additions.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the ACEL Observatory MCP server?

ACEL Observatory is a hosted endpoint at https://radar.pccswart.co.za/mcp/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http za-co-pccswart-radar-acel-demand-radar 'https://radar.pccswart.co.za/mcp/'
```

### Cursor

```json
{
  "mcpServers": {
    "za-co-pccswart-radar-acel-demand-radar": {
      "url": "https://radar.pccswart.co.za/mcp/"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "za-co-pccswart-radar-acel-demand-radar": {
      "type": "http",
      "url": "https://radar.pccswart.co.za/mcp/"
    }
  }
}
```

### Codex

```toml
[mcp_servers.za-co-pccswart-radar-acel-demand-radar]
url = "https://radar.pccswart.co.za/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "za-co-pccswart-radar-acel-demand-radar": {
      "type": "remote",
      "url": "https://radar.pccswart.co.za/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add za-co-pccswart-radar-acel-demand-radar --url 'https://radar.pccswart.co.za/mcp/' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  za-co-pccswart-radar-acel-demand-radar:
    url: "https://radar.pccswart.co.za/mcp/"
```

### Netclaw

```json
{
  "McpServers": {
    "za-co-pccswart-radar-acel-demand-radar": {
      "Transport": "http",
      "Url": "https://radar.pccswart.co.za/mcp/"
    }
  }
}
```

### Vellum

```bash
assistant mcp add za-co-pccswart-radar-acel-demand-radar -t streamable-http -u 'https://radar.pccswart.co.za/mcp/'
```

### Other

```json
{
  "mcpServers": {
    "za-co-pccswart-radar-acel-demand-radar": {
      "type": "http",
      "url": "https://radar.pccswart.co.za/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-29 (score 61, −1)

- [security regression] Stability: 0.03 → fail
- [security regression] Tool “search_acel” was removed
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] The server changed its declared name: ACEL Demand Intelligence Radar → ACEL Observatory Agent Discovery Gateway
- [functional regression] Tool coverage: 33% → 0%
- [functional improvement] Schema quality: 130 → 46
- [functional] MCP protocol: Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
- [functional] MCP protocol version: 2026-07-28 → 2025-11-25
- [functional] Server version: 0.1.0 → 0.3.0
- [functional] New tool “compare_entities”
- [functional] New tool “get_entity”
- [functional] New tool “get_evidence”
- [functional] New tool “search_entities”
- [functional] New tool “search_offerings”

### 2026-08-28 (score 62, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-27 (score 61)

First indexed and scored.

## MCP tools (5)

### `search_entities` (~59 tokens)

Search ACEL published entities by natural-language need, category and locality. Returns trust state, canonical source and provenance.

Input parameters:

- `category` (string)
- `limit` (integer)
- `locality` (string)
- `q` (string, required)

### `get_entity` (~30 tokens)

Return one published ACEL entity with current facts, provenance and trust state.

Input parameters:

- `ref` (string, required)

### `search_offerings` (~54 tokens)

Search entities and return observed product, service, price, availability and ordering-route facts.

Input parameters:

- `category` (string)
- `limit` (integer)
- `locality` (string)
- `q` (string, required)

### `get_evidence` (~30 tokens)

Return source-linked evidence and current facts supporting an ACEL entity representation.

Input parameters:

- `ref` (string, required)

### `compare_entities` (~38 tokens)

Compare published ACEL entities against a stated requirement using observed facts and readiness metadata.

Input parameters:

- `refs` (array, required)
- `requirement` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/za-co-pccswart-radar-acel-demand-radar/radar#diagnostics

## Score history

- 2026-09-20: 61
- 2026-09-19: 61
- 2026-09-18: 61
- 2026-09-17: 61
- 2026-09-16: 61
- 2026-09-15: 61
- 2026-09-14: 61
- 2026-09-13: 61
- 2026-09-12: 61
- 2026-09-11: 61
- 2026-09-10: 61
- 2026-09-09: 61
- 2026-09-08: 61
- 2026-09-07: 61
- 2026-09-06: 61
- 2026-09-05: 61
- 2026-09-04: 61
- 2026-09-03: 61
- 2026-09-02: 61
- 2026-09-01: 61
- 2026-08-31: 61
- 2026-08-30: 61
- 2026-08-29: 61
- 2026-08-28: 62
- 2026-08-27: 61

## Common questions

### What is the ACEL Observatory MCP server?

ACEL Observatory is an MCP server listed in the public MCP registry as za.co.pccswart.radar/acel-demand-radar. Machine-readable entity discovery with provenance, trust and verified source evidence. This page covers its hosted endpoint (https://radar.pccswart.co.za/mcp/).

### Is the ACEL Observatory MCP server safe to use?

ACEL Observatory scores 61 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ACEL Observatory MCP server expose?

ACEL Observatory exposes 5 tools: search_entities, get_entity, search_offerings, get_evidence, compare_entities. Their descriptions and schemas cost roughly 211 tokens of context every time the server is loaded.

### Does the ACEL Observatory MCP server require authentication?

No. We connected to ACEL Observatory without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the ACEL Observatory MCP server still maintained?

ACEL Observatory is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://radar.pccswart.co.za/mcp/
- Website: https://radar.pccswart.co.za/
- Changelog RSS feed: https://verifymcp.io/servers/za-co-pccswart-radar-acel-demand-radar/radar.xml
- Changelog JSON feed: https://verifymcp.io/servers/za-co-pccswart-radar-acel-demand-radar/radar.json
- HTML version of this page: https://verifymcp.io/servers/za-co-pccswart-radar-acel-demand-radar/radar
