INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://roosteragents.ai/switchboard/mcp
Connect to this endpoint to inspect the live schema for message_human and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.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.