GoClaw MCP Server

66 tools. 39 can modify or destroy data without limits.

12 destructive tools with no built-in limits. Policy required.

Last updated:

39 can modify or destroy data
27 read-only
66 tools total

Community server · catalogue entry verified 12/06/2026

How to control GoClaw MCP Server ↓

What GoClaw MCP Server exposes to your agents

Read (27) Write / Execute (27) Destructive / Financial (12)
Critical Risk

The most dangerous GoClaw MCP Server tools

39 of GoClaw MCP Server's 66 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control GoClaw MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and GoClaw MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "goclaw_agent_delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "goclaw_agent_share": {
    "limits": [
      {
        "counter": "goclaw_agent_share_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "goclaw_agent_files_get": {
    "limits": [
      {
        "counter": "goclaw_agent_files_get_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register GoClaw MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON GOCLAW →

Free to start. No card required.

All 66 GoClaw MCP Server tools

READ 27 tools
Read goclaw_agent_files_get Read a specific context file for an agent Read goclaw_agent_files_list List context files (SOUL.md, IDENTITY.md, etc.) for an agent Read goclaw_agent_get Get detailed information about a specific agent Read goclaw_agent_links_list List delegation links for an agent (which agents it can delegate to) Read goclaw_agent_list List all agents configured in GoClaw gateway Read goclaw_channel_list List all messaging channels (Telegram, Discord, etc.) Read goclaw_config_get Get current GoClaw gateway configuration (or a specific section) Read goclaw_cron_list List all cron jobs in GoClaw Read goclaw_custom_tool_get Get details of a custom tool Read goclaw_custom_tool_list List custom tools defined in GoClaw Read goclaw_health Check GoClaw gateway health status Read goclaw_mcp_server_get Get details of a registered MCP server Read goclaw_mcp_server_list List all registered MCP servers in GoClaw Read goclaw_memory_get Read a memory document Read goclaw_memory_list List memory documents stored for an agent Read goclaw_models_list List all available LLM models across all configured providers Read goclaw_provider_get Get details of a specific LLM provider Read goclaw_provider_list List all configured LLM providers Read goclaw_session_list List chat sessions, optionally filtered by agent Read goclaw_session_preview Preview recent messages in a chat session Read goclaw_skill_get Get details of a specific skill Read goclaw_skill_list List all available skills in GoClaw Read goclaw_status Get GoClaw gateway status including version, uptime, and connection counts Read goclaw_team_get Get team details Read goclaw_team_list List all teams in GoClaw Read goclaw_trace_get Get detailed trace with individual LLM call spans Read goclaw_trace_list List LLM execution traces with cost and token usage

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about GoClaw MCP Server

Can an AI agent delete data through the GoClaw MCP Server MCP server? +

Yes. The GoClaw MCP Server server exposes 12 destructive tools including goclaw_agent_delete, goclaw_agent_files_delete, goclaw_agent_links_remove. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through GoClaw MCP Server? +

The GoClaw MCP Server server has 24 write tools including goclaw_agent_share, goclaw_channel_toggle, goclaw_mcp_server_grant_agent. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach GoClaw MCP Server.

How many tools does the GoClaw MCP Server MCP server expose? +

66 tools across 4 categories: Destructive, Execute, Read, Write. 27 are read-only. 39 can modify, create, or delete data.

How do I enforce a policy on GoClaw MCP Server? +

Register the GoClaw MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every GoClaw MCP Server tool call.

Deterministic rules across all 66 GoClaw MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

66 GoClaw MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.