Tweezer Picks

Connect the data API

Tweezer Picks runs on a read-only Model Context Protocol (MCP) server over Phish setlist data. Point any MCP client at it and ask questions in plain language: search songs, find bust-out candidates, pull a show's full setlist, or trace a song's history.

The endpoint

It's a Streamable HTTP MCP server. No auth, read-only, rate-limited.

https://www.tweezerpicks.com/mcp

Claude Code (CLI)

One command adds it to your user config:

claude mcp add -t http -s user phish https://www.tweezerpicks.com/mcp

Then start a session and ask, e.g. "what Phish songs are overdue for a bust-out?"

Claude Desktop

Add a remote (HTTP) server to your claude_desktop_config.json:

{ "mcpServers": { "phish": { "type": "http", "url": "https://www.tweezerpicks.com/mcp" } } }

Restart Claude Desktop and the tools appear under the plug icon.

Any MCP client

It speaks the current MCP spec over Streamable HTTP. Configure your client with the transport set to HTTP and the URL above. No headers or tokens required.

Available tools

The MCP server is open source too: the game and the data layer are both yours to self-host.