← pointcast.xyz

INDIVIDUAL MCP TOOL

nouns_battler_manifest

Return the Nouns Nation Battler manifest: game links, TV route, desk wall, battle types, season systems, brand kits, and agent-facing links.

pointcast.xyznone 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

pointcast.xyz

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

.mcp.json

{
  "mcpServers": {
    "pointcast-xyz": {
      "type": "http",
      "url": "https://pointcast.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "pointcast-xyz",
  "transport": "streamable-http",
  "url": "https://pointcast.xyz/api/mcp"
}
MCP Inspector

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

Related tools

  • drum_list_rooms — List every drum surface on PointCast — v1 classic, v2 collab, v3 spotify, v4 orchestra, v5 loops, v6 choir, v7 big, v8 symphony, v9 the lounge, plus apr26 sequencer, /drum-trophies (on-chain badges), /drum-tv (cast view), and /drum-tv-v2 (the venue).
  • drum_who_is_here — Return the list of visitors currently present in the drum hub.
  • drum_top_drummers — Return the top 10 drummers by all-time tap count.
  • drum_now_playing — Return the current Spotify track set on /drum-v3 (the smooth-jazz drum-along surface).
  • drum_global_count — Return the global cumulative drum count across every /drum* surface and every visitor since the room opened.
  • drum_tap — Tap the drum on /drum (v1 classic).
  • drum_play_instrument — Fire one of the 12 orchestra instruments on /drum-v4 (or any of the 30 cells on /drum-v7).
  • drum_sing_voice — Sing one of the 12 choir voices on /drum-v6.