21 tools from the Gossipcat MCP Server, categorised by risk level.
View the Gossipcat policy →gossip_bug_feedback File a GitHub issue on the gossipcat repo from an in-session bug report. Dedupes against open issues. Requires authenticated gh CLI. gossip_collect Collect results from dispatched tasks. Waits for completion by default. Use consensus: true for cross-review round. gossip_dispatch Dispatch tasks to agents. mode:"single" (default) sends to one agent. mode:"parallel" fans out to multiple agents. mode:"consensus" dispatches with... gossip_guide Show the gossipcat handbook for humans — architectural invariants, operator playbook, caveats, hallucination patterns, glossary. Call this when you... gossip_progress Show progress of active tasks and consensus rounds. Call during long-running operations to see what agents are doing. gossip_relay Feed a native agent result back into the gossipcat relay. Call this after a Claude Code Agent() completes a task dispatched via gossip_dispatch or ... gossip_relay_cross_review Feed native agent cross-review result back into a pending consensus round. Called after dispatching Agent() for cross-review. gossip_remember Search an agent's archived knowledge files. 2/5 gossip_scores View agent performance scores from consensus signals. Shows accuracy, uniqueness, reliability, and dispatch weight for each agent. Use to understan... gossip_signals Record or retract consensus performance signals. Use action "record" (default) to record signals after cross-referencing agent findings — call IMME... gossip_status Check Gossip Mesh system status, host environment, available agents, dashboard URL/key, and agent list with provider/model/skills. gossip_tools List all available gossipcat MCP tools with descriptions. Call after /mcp reconnect to discover new tools. gossip_verify_memory On-demand staleness check for a memory file claim. Reads the memory file, dispatches a native haiku-researcher utility to verify the claim against ... gossip_watch Pull signals recorded since a cursor timestamp. Returns {events, next_cursor, count, truncated}. Stateless; pass next_cursor back on subsequent cal... gossip_format Return the canonical CONSENSUS_OUTPUT_FORMAT block. Use this when you need to write an ad-hoc Agent() prompt for a native subagent that should prod... 2/5 gossip_plan Plan a task with write-mode suggestions. Decomposes into sub-tasks, assigns agents, and classifies each as read or write with suggested write mode.... 2/5 gossip_session_save Save a cognitive session summary to project memory. The next session will load this context automatically on MCP connect. Call before ending your s... 2/5 gossip_setup Create or update gossipcat team. Default mode is "merge" — adds/updates specified agents while keeping existing ones. Use "replace" to overwrite en... 3/5 gossip_update Check for or apply gossipcat updates. Detects install method (global npm, local dep, git clone) and fetches the latest version from the npm registry. 2/5 The Gossipcat MCP server exposes 21 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Gossipcat server.
Gossipcat tools are categorised as Read (14), Write (5), Destructive (1), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept