← phish.in

INDIVIDUAL MCP TOOL

stats

Statistical analysis: gaps (bustouts), transitions, set positions, geographic patterns, co-occurrence, and song frequency.

phish.innone authenticationAvailability not checked

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

phish.in

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/anthropic"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "phishin": {
      "type": "http",
      "url": "https://phish.in/mcp/anthropic"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: phishin
Remote MCP URL: https://phish.in/mcp/anthropic

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/anthropic"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "phishin": {
      "type": "http",
      "url": "https://phish.in/mcp/anthropic"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "phishin",
  "transport": "streamable-http",
  "url": "https://phish.in/mcp/anthropic"
}
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_song — Get a Phish song with performance history.
  • 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.