← phish.in

INDIVIDUAL MCP TOOL

list_tags

List all tags with show and track counts.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "phishin",
  "transport": "streamable-http",
  "url": "https://phish.in/mcp/openai"
}
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 player widget.
  • get_playlist — Get a playlist with interactive widget.
  • get_show — Get a Phish show with setlist widget.
  • 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.