good_honker
A conversational MCP server that provides natural-language access to Goose's live show history, setlists, and song statistics via the ElGoose.net API, including tools like latest show, this day in history, and song stats.
README
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.
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).
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.