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 endpoint
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.phishin]
url = "https://phish.in/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"phishin": {
"type": "http",
"url": "https://phish.in/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: phishin
Remote MCP URL: https://phish.in/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": {
"phishin": {
"url": "https://phish.in/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"phishin": {
"type": "http",
"url": "https://phish.in/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "phishin",
"transport": "streamable-http",
"url": "https://phish.in/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_audio_track— Get a song performance with audio URL.get_playlist— Get a playlist with track listing, show dates, and durations.get_show— Get a Phish show with full setlist, venue, tags, and gaps.get_tag— Get shows or tracks associated with a specific tag.get_tour— Get a Phish tour with date range and show count.get_venue— Get a venue with location, show count, and date range.list_playlists— List user-created playlists with optional sorting.list_shows— Browse shows by year, date range, tour, or venue.