Claude C2

94 tools. 51 can modify or destroy data without limits.

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

Last updated:

51 can modify or destroy data
43 read-only
94 tools total

Community server · catalogue entry checked 12/06/2026

How to control Claude C2 ↓

What Claude C2 exposes to your agents

Read (43) Write / Execute (45) Destructive / Financial (6)
Critical Risk

The most dangerous Claude C2 tools

51 of Claude C2's 94 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Claude C2

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

Deny destructive operations
{
  "kill": {
    "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
{
  "cp": {
    "limits": [
      {
        "counter": "cp_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "browser_creds": {
    "limits": [
      {
        "counter": "browser_creds_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 Claude C2 — 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 CLAUDE C2 →

Instant setup, no code required.

All 94 Claude C2 tools

EXECUTE 35 tools
Execute amsi_bypass Bypass AMSI. Auto-selects client. Execute bypassuac UAC bypass. Auto-selects client. Execute defender_exclude Add Defender exclusion. Auto-selects client. Execute etw_patch Patch ETW logging. Auto-selects client. Execute execute_assembly Load and execute .NET assembly in memory. Auto-selects client if only one connected. Execute firewall_rule Manage firewall rule. Auto-selects client. Execute generate_payload Generate customized payload with specific options Execute get_payload Get agent payload/implant for a specific platform Execute getsystem Get SYSTEM privileges. Auto-selects client. Execute inject Inject shellcode. Auto-selects client. Execute keylog_start Start keylogger. Auto-selects client. Execute keylog_stop Stop keylogger. Auto-selects client. Execute mcp_add_tool Add a new MCP tool dynamically (adds to tools list and handler) Execute mcp_append_code Append code to MCP server file Execute mcp_restart Restart the MCP server to apply code changes Execute mimikatz Run Mimikatz command. Auto-selects client. Execute persist_registry Registry run key persistence. Auto-selects client. Execute persist_schtask Scheduled task persistence. Auto-selects client. Execute persist_service Install as Windows service. Auto-selects client. Execute persist_startup Add to startup folder. Auto-selects client. Execute persist_wmi WMI event subscription persistence. Auto-selects client. Execute portscan Port scan target. Auto-selects client. Execute powershell Execute PowerShell command on Windows client. Auto-selects client if only one connected. Execute privesc_check Check privesc vectors. Auto-selects client. Execute psexec PsExec remote execution. Auto-selects client. Execute runas Run as different user. Auto-selects client. Execute send_remote_command Send a command to a remote client Execute server_shell Execute any shell command on C2 server (bash, no sandbox, full permissions). Use sudo for privileged ops. Execute shell Execute shell command on remote client (cmd.exe on Windows, /bin/sh on Linux). If only one client connected, c Execute spawn Spawn process. Auto-selects client. Execute ssh_exec SSH remote execution. Auto-selects client. Execute webcam Capture webcam photo. Auto-selects client. Execute winrm WinRM remote execution. Auto-selects client. Execute wmiexec WMI remote execution. Auto-selects client. Execute zip Compress to zip. Auto-selects client.
READ 43 tools
Read browser_creds Extract browser passwords. Auto-selects client. Read cat Read file contents. Auto-selects client. Read client_info Get detailed info about a specific client Read clipboard Get clipboard contents. Auto-selects client. Read defender_status Get Defender status. Auto-selects client. Read domain_info Get AD domain info. Auto-selects client. Read download Download file from client to C2. Auto-selects client. Read firewall_status Get firewall status. Auto-selects client. Read hashdump Dump password hashes (requires admin). Auto-selects client. Read help Get help about Claude C2 - shows available commands, usage, and documentation Read installed_software List installed programs. Auto-selects client. Read keylog_dump Get captured keystrokes. Auto-selects client. Read list_clients List all connected remote clients/implants Read list_payloads List all available payload types and platforms Read list_remote_clients List all connected remote clients Read local_users List local users/groups. Auto-selects client. Read loot_download Download loot file Read loot_list List collected loot/exfiltrated data Read ls List directory. Auto-selects client. Read mcp_backup Backup MCP server files before editing Read mcp_list_source List all source files in MCP project Read mcp_logs Get MCP server logs Read mcp_read_source Read MCP server source code files Read netinfo Get network config (IPs, routes, connections). Auto-selects client. Read netscan Scan network for hosts. Auto-selects client. Read persist_list List persistence mechanisms. Auto-selects client. Read project_info Get complete project structure, architecture, and codebase knowledge for making modifications Read ps List processes. Auto-selects client. Read pslist List running processes. Auto-selects client. Read reg_read Read registry value. Auto-selects client. Read scheduled_tasks List scheduled tasks. Auto-selects client. Read screenshot Take screenshot. Auto-selects client. Read search Search files by pattern. Auto-selects client. Read server_file_list List directory on C2 server Read server_file_read Read any file from C2 server Read server_info Get C2 server system info Read services List Windows services. Auto-selects client. Read shares List network shares. Auto-selects client. Read startup_programs List startup programs. Auto-selects client. Read sysinfo Get system info (OS, hardware, domain). Auto-selects client. Read tool_docs Get detailed documentation for a specific tool or category Read vault_creds Get Windows Vault credentials. Auto-selects client. Read wifi_passwords Get saved WiFi passwords. Auto-selects client.

Related servers

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

Questions about Claude C2

Can an AI agent delete data through the Claude C2 MCP server? +

Yes. The Claude C2 server exposes 6 destructive tools including kill, mv, persist_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 Claude C2? +

The Claude C2 server has 10 write tools including cp, mcp_config, mcp_edit_code. 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 Claude C2.

How many tools does the Claude C2 MCP server expose? +

94 tools across 4 categories: Destructive, Execute, Read, Write. 43 are read-only. 51 can modify, create, or delete data.

How do I enforce a policy on Claude C2? +

Register the Claude C2 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 Claude C2 tool call.

Deterministic rules across all 94 Claude C2 tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

94 Claude C2 tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Claude C2's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.