# good_honker (remote · good-honker.mino-yakking.com)

Ask Claude about Goose shows: setlists, jams, venues, song history. Live from ElGoose.net.

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

## Components

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

## Channel facts

- Endpoint: `https://good-honker.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 14 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**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 494 tokens (~35/item across 14 items; 14 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-honker https://good-honker.mino-yakking.com/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "com-mino-yakking-good-honker": {
      "type": "http",
      "url": "https://good-honker.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-03 (score 51, +1)

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

### 2026-08-01 (score 50, +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 49, −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 50, +1)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (14)

### `ping` (~21 tokens)

Health check and a manifest of what good_honker can do.

### `get_setlist` (~36 tokens)

Goose 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` (~66 tokens)

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

Input parameters:

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

### `random_show` (~19 tokens)

A random Goose 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` (~41 tokens)

Summary stats for a song: times played, debut, last played, jamchart count.

Input parameters:

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

### `jam_chart` (~39 tokens)

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

Input parameters:

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

### `venue_info` (~26 tokens)

Venue metadata plus how many times Goose 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)

### `album_info` (~30 tokens)

Goose discography: list albums, or the tracklist of one album.

Input parameters:

- `album` (string)

### `appearances` (~34 tokens)

Guest sit-ins / musician appearances, optionally filtered to one person.

Input parameters:

- `limit` (integer)
- `person` (string)

### `show_extras` (~33 tokens)

Poster art, images, and external links attached to a show on a given date.

Input parameters:

- `date` (string, required)

## Diagnostics

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

## Score history

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

## Links

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