← pointcast.xyz

INDIVIDUAL MCP TOOL

nouns_battler_wiki

Return a Nouns Nation Battler field-guide brief for a viewer, agent, sponsor, producer, or contributor.

pointcast.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://pointcast.xyz/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for nouns_battler_wiki 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "pointcast",
  "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

  • pointcast_pair — Use only when the user supplies a one-time visit code from their private PointCast profile and asks you to confirm this visit.
  • 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).