← play.band

INDIVIDUAL MCP TOOL

delete_track

Delete a track from an album

play.bandnone authenticationAvailability not checked

LIVE ENDPOINT

https://play.band/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_track and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

play.band

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.play-band]
url = "https://play.band/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "play-band": {
      "type": "http",
      "url": "https://play.band/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: play-band
Remote MCP URL: https://play.band/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": {
    "play-band": {
      "url": "https://play.band/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "play-band": {
      "type": "http",
      "url": "https://play.band/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "play-band",
  "transport": "streamable-http",
  "url": "https://play.band/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_handle — Check whether a play.band handle is available before claiming it
  • claim_tenant — Claim a play.band handle and receive a bearer token (shown once)
  • get_me — Get the authenticated tenant profile, plan, and feature flags
  • get_site_settings — Read site branding, copy, and homepage options for the authenticated tenant
  • update_site_settings — Patch site branding, copy, streaming links, and homepage options
  • list_albums — List albums for the authenticated tenant
  • create_album — Create a new album on the band site
  • get_album — Get an album and its tracks for the authenticated tenant