← Registry

Content Tools

play.band

Manages play.band tenant accounts and site settings, including handle availability, claiming handles, and updating branding, copy, and streaming links.

x402 supported1 endpoint24 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://play.band/mcp

No auth detected

MCP server metadata

Name
play.band
Version
1.0.0
Capabilities
tools.listChanged

Known tools 24

check_handle

Check whether a play.band handle is available before claiming it

Inferred read-only
claim_tenant

Claim a play.band handle and receive a bearer token (shown once)

Inferred read-only
get_me

Get the authenticated tenant profile, plan, and feature flags

Inferred read-only
get_site_settings

Read site branding, copy, and homepage options for the authenticated tenant

Inferred read-only
update_site_settings

Patch site branding, copy, streaming links, and homepage options

Inferred read-only
list_albums

List albums for the authenticated tenant

Inferred read-only
create_album

Create a new album on the band site

Potential side effects
get_album

Get an album and its tracks for the authenticated tenant

Inferred read-only
update_album

Update album metadata and settings

Potential side effects
delete_album

Delete an album and all of its tracks

Potential side effects
create_track

Create a track on an album

Potential side effects
update_track

Update track metadata (requires albumId in arguments)

Potential side effects
delete_track

Delete a track from an album

Potential side effects
list_videos

List YouTube videos for the band site

Inferred read-only
create_video

Add a YouTube video to the band site

Inferred read-only
update_video

Update a YouTube video entry

Potential side effects
delete_video

Delete a YouTube video entry

Potential side effects
list_pages

List journal and about pages for the authenticated tenant

Inferred read-only
create_page

Create a journal page

Potential side effects
create_about_page

Create the about page (once per tenant)

Potential side effects
update_page

Update a journal or about page

Potential side effects
delete_page

Delete a journal or about page

Potential side effects
rotate_token

Rotate the bearer token; the new token is shown once

Inferred read-only
activate_premium

Documentation only — purchase Premium via REST POST /v1/billing/premium with x402 USDC on Base

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.