# good_wook (remote · good-wook.mino-yakking.com)

Ask Claude about Phish shows: setlists, song gaps, jams, venues. Live from Phish.net.

- Trust score: 50/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `good-wook.mino-yakking.com`: 50/100 (this document), [markdown](https://verifymcp.io/servers/com-mino-yakking-good-wook/good-wook.md), [page](https://verifymcp.io/servers/com-mino-yakking-good-wook/good-wook)

## Channel facts

- Endpoint: `https://good-wook.mino-yakking.com/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-03.

- **Endpoint Security**: 46/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 11 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 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**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 392 tokens (~35/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-mino-yakking-good-wook https://good-wook.mino-yakking.com/mcp
```

### Codex

```toml
[mcp_servers.com-mino-yakking-good-wook]
url = "https://good-wook.mino-yakking.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mino-yakking-good-wook": {
      "type": "remote",
      "url": "https://good-wook.mino-yakking.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-mino-yakking-good-wook --url https://good-wook.mino-yakking.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-mino-yakking-good-wook:
    url: "https://good-wook.mino-yakking.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-mino-yakking-good-wook": {
      "type": "http",
      "url": "https://good-wook.mino-yakking.com/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 50, +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-08-01 (score 49, +1)

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

### 2026-07-31 (score 48, −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 49, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-29 (score 49)

First indexed and scored.

## MCP tools (11)

### `ping` (~20 tokens)

Health check and a manifest of what good_wook can do.

### `get_setlist` (~37 tokens)

Phish setlist for a given date (YYYY-MM-DD).

Input parameters:

- `date` (string, required)
- `include_related` (boolean)

### `latest_show` (~23 tokens)

The most recent show's setlist.

Input parameters:

- `include_related` (boolean)

### `this_day_in_history` (~56 tokens)

Every show played on a given calendar day (month 1-12, day 1-31), across years.

Input parameters:

- `day` (integer, required)
- `include_related` (boolean)
- `month` (integer, required)

### `search_shows` (~57 tokens)

Find shows by year, city, and/or venue name.

Input parameters:

- `city` (string)
- `include_related` (boolean)
- `limit` (integer)
- `venue` (string)
- `year` (integer)

### `random_show` (~20 tokens)

A random Phish show, with its full setlist.

### `song_history` (~42 tokens)

Every time a song has been played (most recent first).

Input parameters:

- `include_related` (boolean)
- `limit` (integer)
- `song` (string, required)

### `song_stats` (~43 tokens)

Stats for a song: times played, debut, last played, current gap, jamchart count.

Input parameters:

- `include_related` (boolean)
- `song` (string, required)

### `jam_chart` (~39 tokens)

Notable jams from the Phish.net jam charts, optionally filtered to one song.

Input parameters:

- `limit` (integer)
- `song` (string)

### `venue_info` (~27 tokens)

Venue metadata plus how many times Phish has played there.

Input parameters:

- `venue` (string, required)

### `upcoming_shows` (~28 tokens)

Announced upcoming shows (dates on or after today).

Input parameters:

- `include_related` (boolean)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-mino-yakking-good-wook/good-wook#diagnostics

## Score history

- 2026-08-03: 50
- 2026-08-02: 50
- 2026-08-01: 49
- 2026-07-31: 48
- 2026-07-30: 49
- 2026-07-29: 49

## Links

- Remote endpoint: https://good-wook.mino-yakking.com/mcp
- Website: https://good-wook.mino-yakking.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-mino-yakking-good-wook/good-wook/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-mino-yakking-good-wook/good-wook/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-mino-yakking-good-wook/good-wook
