← mino-yakking.com

INDIVIDUAL MCP TOOL

song_stats

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

mino-yakking.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://good-honker.mino-yakking.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for song_stats and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mino-yakking.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.good_honker]
url = "https://good-honker.mino-yakking.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "good_honker": {
      "type": "http",
      "url": "https://good-honker.mino-yakking.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: good_honker
Remote MCP URL: https://good-honker.mino-yakking.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "good_honker": {
      "url": "https://good-honker.mino-yakking.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "good_honker": {
      "type": "http",
      "url": "https://good-honker.mino-yakking.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "good_honker",
  "transport": "streamable-http",
  "url": "https://good-honker.mino-yakking.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ping — Health check and a manifest of what good_honker can do.
  • get_setlist — Goose setlist for a given date (YYYY-MM-DD).
  • latest_show — The most recent show's setlist.
  • this_day_in_history — Every show played on a given calendar day (month 1-12, day 1-31), across years.
  • search_shows — Find shows by year, city, state, and/or venue name.
  • random_show — A random Goose show, with its full setlist.
  • song_history — Every time a song has been played (most recent first).
  • jam_chart — Notable jams from the ElGoose jam charts, optionally filtered to one song.