# echorune radar (remote · echorune.net)

Live weather anywhere, with the radar drawn as text characters, not an image.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `echorune.net`: 70/100 (this document), [markdown](https://verifymcp.io/servers/luoshu-echorune-echorune-radar/echorune.md), [page](https://verifymcp.io/servers/luoshu-echorune-echorune-radar/echorune)

## Channel facts

- Endpoint: `https://echorune.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-08-17.

- **Endpoint Security**: 69/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 check failed: the endpoint is reachable over plaintext HTTP.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 86/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 112 tokens (~112/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http luoshu-echorune-echorune-radar https://echorune.net/mcp
```

### Codex

```toml
[mcp_servers.luoshu-echorune-echorune-radar]
url = "https://echorune.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "luoshu-echorune-echorune-radar": {
      "type": "remote",
      "url": "https://echorune.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add luoshu-echorune-echorune-radar --url https://echorune.net/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  luoshu-echorune-echorune-radar:
    url: "https://echorune.net/mcp"
```

### Other

```json
{
  "mcpServers": {
    "luoshu-echorune-echorune-radar": {
      "type": "http",
      "url": "https://echorune.net/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-17 (score 70, +11)

- [security improvement] Authorization: unverified → partial
- [security improvement] HSTS header: fail → pass
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] MCP protocol: fail → pass
- [functional] MCP protocol version: 2025-06-18 → 2026-07-28
- [cosmetic] Tool “get_weather” changed its title: Weather scene with a text radar map

### 2026-08-16 (score 59)

First indexed and scored.

## MCP tools (1)

### `get_weather` (~112 tokens)

Weather scene with a text radar map

Live weather for any place on earth, including the radar echo drawn as text characters rather than an image: current conditions, a short forecast, a 2-hour rain sparkline, and a character radar map with the measured motion of the echo.

Input parameters:

- `lang` (string): Language of the reply. Default en.
- `place` (string, required): Place name (any language) or 'lon,lat' with longitude first, e.g. tokyo, 清迈, or 139.7,35.7

## Diagnostics

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

## Score history

- 2026-08-17: 70
- 2026-08-16: 59

## Links

- Remote endpoint: https://echorune.net/mcp
- Repository: https://github.com/eirik-rune/runemap
- Website: https://echorune.net/
- Changelog RSS feed: https://verifymcp.io/servers/luoshu-echorune-echorune-radar/echorune.xml
- Changelog JSON feed: https://verifymcp.io/servers/luoshu-echorune-echorune-radar/echorune.json
- HTML version of this page: https://verifymcp.io/servers/luoshu-echorune-echorune-radar/echorune
