Skip to main content
Glama

good_honker 🪿

A free, non-commercial conversational Goose MCP — a natural-language front end to the band Goose's show history, usable from Claude / claude.ai.

It is a live proxy over the open ElGoose.net API v2. It does not build, store, or redistribute a setlist dataset — every answer is fetched live and credited to ElGoose.net. Short-lived caching (minutes) is used only to reduce load and stay under ElGoose's rate limit.

Data: ElGoose.net (https://elgoose.net). All setlist data belongs to the ElGoose community. good_honker is an independent fan tool, not affiliated with ElGoose or Goose.

Use it

The server is live at https://good-honker.mino-yakking.com/mcp (Streamable HTTP).

Add it as a custom connector in claude.ai (Settings → Connectors → Add custom connector), paste the URL above, then just ask:

  • "What's the latest Goose show?"

  • "What did Goose play on this day in history?"

  • "How many times have they played Hot Tea, and when was the debut?"

  • "Give me a random Goose show."

Custom connectors require a paid Claude plan.

Related MCP server: Sessionize

Tools

ping · get_setlist · latest_show · this_day_in_history · search_shows · random_show · song_stats · song_history · jam_chart · venue_info · upcoming_shows · album_info · appearances · show_extras

How it works

  • All data comes live from the ElGoose.net API v2 — no scraping, no stored dataset.

  • Queries run per user request; caching is short-lived and only to reduce load.

  • Every response credits ElGoose.net and links back.

  • A Cloudflare Worker (McpAgent + Durable Object) serves the MCP over Streamable HTTP, edge-caches upstream responses, and rate-limits per client. A Python stdio server (src/good_honker/) mirrors the same tools for local use.

Develop

uv sync
uv run pytest              # Python stdio server + client tests

cd worker
npm install --legacy-peer-deps
npm run typecheck
npm run dev                # local MCP at http://localhost:8787/mcp

Attribution & license

Independent fan project, run non-commercially. Not affiliated with ElGoose.net or Goose. Setlist data © the ElGoose.net community, served live under attribution — the data is theirs and is not covered by this repo's license.

The good_honker source is MIT licensed (LICENSE).

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmpeters/good_honker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server