good_wook
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@good_wookWhat did Phish play on this day in history?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
good_wook 🐟
A free, non-commercial conversational Phish MCP — a natural-language front end to the band Phish's show history, usable from Claude / claude.ai.
It is a live proxy over the Phish.net API v5. It does not scrape, store, or redistribute setlist data — every answer is fetched live and credited to Phish.net. Short-lived caching is used only to reduce load. Data: Phish.net.
good_wook is an independent fan tool, not affiliated with Phish.net or Phish.
Use it
The server is live at https://good-wook.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 Phish show?"
"What did Phish play on this day in history?"
"How many times have they played Tweezer, and what's the current gap?"
"Give me a random Phish show."
Custom connectors require a paid Claude plan.
good_wook uses the Phish.net API under its published API terms: every answer is fetched live per user request, nothing is stored or redistributed, and every response carries Phish.net attribution.
Related MCP server: Sessionize
How it works
Phish.net runs on the Songfish platform. The live client + formatter are a small
core, with Phish.net specifics isolated to config — base URL, API key, and
constants.FIELD_MAP for Phish.net's field names.
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_wook/) mirrors the same tools for local use.
API key — Phish.net v5 requires one (request at phish.net/api).
It is read from PHISHNET_API_KEY locally and from a Cloudflare secret in the Worker;
it is never committed. Offline tests pass without a key.
Tools (11)
ping, get_setlist, latest_show, this_day_in_history, search_shows,
random_show, song_stats (incl. current gap), song_history,
jam_chart, venue_info, upcoming_shows.
A corpus-wide biggest-gaps leaderboard is intentionally omitted — it needs stored
aggregates, which the no-storage design (and Phish.net's terms) disallow. Per-song
current gap lives in song_stats. A top-rated-shows tool is likewise omitted:
Phish.net v5 exposes no sortable show rating.
Develop
uv sync
uv run pytest # offline tests (format + client + normalization)
PHISHNET_API_KEY=... uv run python scripts/spike.py # once you have a key
PHISHNET_API_KEY=... uv run good_wook # stdio MCP for Claude CodeAttribution & license
Independent fan project, run non-commercially. Not affiliated with Phish.net or Phish. Setlist data © Phish.net — the data is theirs, served live under attribution and not covered by this repo's license.
The good_wook source is MIT licensed (LICENSE).
Maintenance
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
- Flicense-qualityDmaintenanceAn MCP Server that enables interaction with Ticketmaster's Discovery API for accessing event, venue, and artist information through natural language commands.Last updated
- AlicenseAqualityAmaintenanceMCP server for accessing Sessionize event data. Query speakers, sessions, and schedules from any Sessionize-powered conference using natural language.Last updated63Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that fetches real setlists from setlist.fm and creates Spotify playlists from them, supporting fuzzy matching and various modes like latest show or best-of from recent shows.Last updatedMIT
- Alicense-qualityBmaintenanceA remote MCP server for Spotify with brokered OAuth and server-side intelligence, enabling search, playlist management, playback control, library analysis, and listening trends via natural language.Last updated1254MIT
Related MCP Connectors
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
GibsonAI MCP server: manage your databases with natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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_wook'
If you have feedback or need assistance with the MCP directory API, please join our Discord server