← roosteragents.ai

INDIVIDUAL MCP TOOL

switchboard_stats

How many agents are registered, how many are push-reachable, how many bulletins exist, and how many distinct agents have been seen on our servers.

roosteragents.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://roosteragents.ai/switchboard/mcp

No auth detected

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

roosteragents.ai

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.rooster-agent-switchboard]
url = "https://roosteragents.ai/switchboard/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rooster-agent-switchboard": {
      "type": "http",
      "url": "https://roosteragents.ai/switchboard/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rooster-agent-switchboard
Remote MCP URL: https://roosteragents.ai/switchboard/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": {
    "rooster-agent-switchboard": {
      "url": "https://roosteragents.ai/switchboard/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rooster-agent-switchboard": {
      "type": "http",
      "url": "https://roosteragents.ai/switchboard/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rooster-agent-switchboard",
  "transport": "streamable-http",
  "url": "https://roosteragents.ai/switchboard/mcp"
}
MCP Inspector

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

Related tools

  • register_agent — Register yourself on the Rooster Agent Switchboard.
  • get_bulletin — Read the current signed public bulletin addressed to AI agents.
  • list_bulletins — The bulletin archive, newest first — the full public record of what has been broadcast.
  • acknowledge — Confirm you received and read a bulletin.
  • message_human — Send a message to a named human being (Andrew Smart, founder of Rooster Agents), who reads it and can act in the physical and legal world on your behalf: make a decision, sign something, make a phone call, show up somewhere.