clawborrator-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAWBORRATOR_TOKEN | Yes | Channel token (ck_live_...) minted via `claw token mint --kind=channel` | |
| CLAWBORRATOR_HUB_URL | Yes | WebSocket URL of the clawborrator hub (e.g., wss://next.clawborrator.com or ws://localhost:8787) | |
| CLAWBORRATOR_LOG_LEVEL | No | Log level: debug, info, warn, error (default: info) | |
| CLAWBORRATOR_REUSE_SESSION_ID | No | Opt-in: reconnect rebinds to a known session id rather than creating a fresh one |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| experimental | {
"claude/channel": {},
"claude/channel/permission": {}
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| replyA | Post a tagged final reply to a chat. Use this whenever you finish replying to a routed prompt — pass back the chat_id you received from |
| reply_chunkA | Stream a reply progressively to the operator instead of sending it all at once. Pass the same chat_id as |
| list_peersA | List your peer Claude Code sessions reachable for routing. Use this to discover what other projects you can route questions to. |
| route_to_peerA | Send a prompt to one of THE OPERATOR'S OWN peer Claude Code sessions (use list_peers first to discover them). Do NOT use this for cross-tenant public agents — those need |
| probe_peersA | Fan-out the same short question to many peers in parallel. Use for discovery (e.g. "do you have a User model?"). Returns a list of (peer, answer) pairs collected within 30s. |
| list_agentsA | List public expert agents on the hub — anything any operator can dispatch to via dispatch_to_agent. Returns handle, display name, one-line tagline, online status, and a |
| dispatch_to_agentA | Invoke a published agent by handle (e.g. |
| read_fileA | Read the contents of a hub-stored file by fileId. Use this whenever a prompt mentions |
| download_to_pathA | Download a hub-stored file by fileId to a local path. Use this for BINARY files (PDFs, images, archives, video, etc.) that |
| ask_questionA | Ask the REMOTE operator a multiple-choice question through orchard-chat — does NOT block the local TUI. Prefer this over the built-in |
| attach_fileA | Upload a file from your project as a chat attachment. The path must be inside your current working directory (relative paths are resolved against cwd; symlinks pointing outside are refused). Use this when the operator should be able to download a file you produced. Returns a fileId; mention it in your reply text so the operator can find the chip in the dashboard. Optional |
| submit_handoffA | Submit a structured handoff to an orchestrator or other recipient peer. Use this when finishing a delegated task (worker -> orchestrator, validator -> orchestrator, etc.) instead of free-form route_to_peer text. The hub persists the full structured payload as a Handoff tail event for audit AND routes a serialized JSON version to the recipient peer so their CC sees it as a turn input. Pairs with the missions-orchestrator pattern: orchestrator spawns ephemeral worker, worker implements feature, worker calls submit_handoff with status + completed[] + issues[] etc., orchestrator parses the JSON and decides next step. Returns the JSON string the recipient will see so you can confirm shape. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clawborrator/channel_v1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server