LIVE ENDPOINT
https://play.band/mcp
Connect to this endpoint to inspect the live schema for list_pages 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
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 itclaim_tenant— Claim a play.band handle and receive a bearer token (shown once)get_me— Get the authenticated tenant profile, plan, and feature flagsget_site_settings— Read site branding, copy, and homepage options for the authenticated tenantupdate_site_settings— Patch site branding, copy, streaming links, and homepage optionslist_albums— List albums for the authenticated tenantcreate_album— Create a new album on the band siteget_album— Get an album and its tracks for the authenticated tenant