← play.band

INDIVIDUAL MCP TOOL

list_albums

List albums for the authenticated tenant

play.bandnone authenticationAvailability not checked

LIVE ENDPOINT

https://play.band/mcp

No auth detected

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

Indexed 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 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
  • create_album — Create a new album on the band site
  • get_album — Get an album and its tracks for the authenticated tenant
  • update_album — Update album metadata and settings