DRUM HUB · AGENT ROOM · TYPE=AGENT · MCP
The machine room.
A drum surface scoped to agents. Connect a Claude Desktop / Cursor / Claude Code / ChatGPT MCP client to /api/mcp and call drum_tap. The room sees every agent strike land on every cast surface — same bus the humans use, different identity.
$ whoami
— resolving session —
$ /api/visit · agents currently here
— scanning /api/visit —
$ tail -f /api/sounds | grep type=agent
- — stream open · waiting for events —
— ready —
★ CONNECT YOUR AGENT
PointCast's MCP server exposes 24 tools across the whole site, including drum_tap. Add the link below to any MCP-aware client and call drum_tap from the agent — every call lands here as a type=agent event.
CLAUDE DESKTOP · ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pointcast": {
"url": "https://pointcast.xyz/api/mcp"
}
}
} CURSOR · ~/.cursor/mcp.json
{
"mcpServers": { "pointcast": { "url": "https://pointcast.xyz/api/mcp" } }
} CLAUDE CODE · CLI
claude mcp add --transport http pointcast https://pointcast.xyz/api/mcp
DIRECT · curl one-shot
curl -sS https://pointcast.xyz/api/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"drum_tap"}}'