New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Zebbern Kali MCP

133 tools. 98 can modify or destroy data without limits.

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

Last updated:

98 can modify or destroy data
35 read-only
133 tools total

Community server · catalogue entry checked 04/09/2026

How to control Zebbern Kali MCP ↓

What Zebbern Kali MCP exposes to your agents

Read (35) Write / Execute (92) Destructive / Financial (6)
Critical Risk

The most dangerous Zebbern Kali MCP tools

98 of Zebbern Kali MCP's 133 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Zebbern Kali MCP

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "ad_smb_enum": {
    "limits": [
      {
        "counter": "ad_smb_enum_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 Zebbern Kali MCP — 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 ZEBBERN KALI →

Instant setup, no code required.

All 133 Zebbern Kali MCP tools

EXECUTE 88 tools
Execute ad_asreproast Perform AS-REP Roasting to get hashes for accounts with pre-auth disabled. Execute ad_bloodhound_collect ad_bloodhound_collect Execute ad_kerberoast ad_kerberoast Execute ad_ldap_enum ad_ldap_enum Execute ad_password_spray ad_password_spray Execute ad_psexec ad_psexec Execute ad_secretsdump ad_secretsdump Execute ad_wmiexec ad_wmiexec Execute api_auth_bypass_test Test for authentication bypass vulnerabilities. Execute api_ffuf_fuzz api_ffuf_fuzz Execute api_fuzz_endpoint api_fuzz_endpoint Execute api_graphql_fuzz api_graphql_fuzz Execute api_jwt_crack Attempt to crack a JWT token's signing secret. Execute api_kiterunner_scan Scan API endpoints using Kiterunner for route discovery. Execute api_newman_run Run a Postman/Newman collection against API endpoints. Execute api_nuclei_scan api_nuclei_scan Execute api_rate_limit_test Test API rate limiting controls. Execute callback_check callback_check Execute callback_generate callback_generate Execute callback_latest callback_latest Execute callback_start callback_start Execute callback_stop callback_stop Execute callback_wait callback_wait Execute ctf_connect ctf_connect Execute ctf_submit_flag ctf_submit_flag Execute cve_search cve_search Execute exec_stream exec_stream Execute exploit_suggest_for_service Get exploit suggestions for a specific service. Execute exploit_suggest_from_nmap Analyze nmap scan output and suggest exploits for discovered services. Execute fingerprint_waf Detect Web Application Firewall (WAF) on a target URL. Execute job_cancel Cancel a running background job and its child process group. Execute msf_session_create Create a new persistent Metasploit (msfconsole) session. Execute msf_session_execute msf_session_execute Execute parse_tool_output parse_tool_output Execute payload_generate payload_generate Execute payload_host_start Start HTTP server to host generated payloads for download. Execute payload_host_stop Stop the payload hosting server. Execute payload_one_liner payload_one_liner Execute pivot_add_pivot pivot_add_pivot Execute pivot_chisel_client Start a Chisel client to connect to a Chisel server. Execute pivot_chisel_server Start a Chisel server for tunneling. Execute pivot_generate_proxychains Generate a proxychains configuration for pivoting through SOCKS proxy. Execute pivot_ligolo_start Start a Ligolo-ng proxy server for pivoting. Execute pivot_socat_forward Create a socat port forward. Execute pivot_ssh_dynamic Create an SSH dynamic SOCKS proxy. Execute pivot_ssh_local pivot_ssh_local Execute pivot_ssh_remote pivot_ssh_remote Execute pivot_stop_all_tunnels Stop all active tunnels and port forwards. Execute pivot_stop_tunnel Stop a specific tunnel. Execute reverse_shell_command reverse_shell_command Execute reverse_shell_download_content Download file content from target via reverse shell and return as base64. Execute reverse_shell_generate_payload reverse_shell_generate_payload Execute reverse_shell_listener_start reverse_shell_listener_start Execute reverse_shell_send_payload reverse_shell_send_payload Execute reverse_shell_status reverse_shell_status Execute reverse_shell_stop Stop a reverse shell session. Execute reverse_shell_upload_content reverse_shell_upload_content Execute send_input send_input Execute ssh_session_command ssh_session_command Execute ssh_session_start ssh_session_start Execute ssh_session_stop Stop/disconnect an SSH session. Execute ssh_session_upload_content ssh_session_upload_content Execute ssh_sessions ssh_sessions Execute tools_amass tools_amass Execute tools_arjun tools_arjun Execute tools_assetfinder tools_assetfinder Execute tools_byp4xx tools_byp4xx Execute tools_enum4linux tools_enum4linux Execute tools_fierce tools_fierce Execute tools_gobuster tools_gobuster Execute tools_gowitness tools_gowitness Execute tools_httpx tools_httpx Execute tools_hydra tools_hydra Execute tools_john tools_john Execute tools_katana tools_katana Execute tools_masscan tools_masscan Execute tools_nikto tools_nikto Execute tools_nmap tools_nmap Execute tools_sqlmap tools_sqlmap Execute tools_ssh_audit tools_ssh_audit Execute tools_sslscan tools_sslscan Execute tools_subfinder tools_subfinder Execute tools_subzy tools_subzy Execute tools_waybackurls tools_waybackurls Execute tools_wpscan tools_wpscan Execute vpn_connect vpn_connect Execute vpn_disconnect vpn_disconnect Execute zebbern_exec zebbern_exec
READ 35 tools
Read ad_smb_enum Enumerate SMB shares and information on a target. Read ad_tools_status Check which AD tools are available on the Kali server. Read api_graphql_introspect Introspect a GraphQL endpoint to discover schema, types, and queries. Read api_jwt_analyze Analyze a JWT token for weaknesses. Read callback_list callback_list Read callback_status callback_status Read ctf_download_file ctf_download_file Read ctf_get_challenge Get full details for a specific CTF challenge. Read ctf_list_challenges List all available CTF challenges. Read ctf_scoreboard Fetch the current CTF scoreboard. Read ctf_status Check current CTF platform connection status. Read cve_package_audit cve_package_audit Read exploit_details Get full details and source code for an exploit. Read exploit_search Search for exploits using searchsploit. Read fingerprint_headers Analyze HTTP response headers for security posture. Read fingerprint_url Fingerprint a URL to detect technologies, frameworks, and CMS. Read health health Read hosts_list List all managed /etc/hosts entries added via Kali-MCP. Read job_list job_list Read job_output Poll recent bounded stdout and stderr from a background job. Read job_status Return state and exit metadata for a background command job. Read kali_download Download file content from the Kali server as base64. Read msf_session_list msf_session_list Read payload_list List all generated payloads. Read payload_templates List available payload templates and encoders for msfvenom. Read pivot_list_pivots List all configured pivot points/routes. Read pivot_list_tunnels pivot_list_tunnels Read read_output read_output Read ssh_estimate_transfer Estimate file transfer time over SSH. Read ssh_session_download_content Download file content from a remote host via SSH as base64. Read ssh_session_status Check the status of an SSH session. Read system_network_info Get comprehensive network information for the Kali Linux system. Read target_download_file target_download_file Read tools_crtsh tools_crtsh Read vpn_status vpn_status

Related servers

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

Questions about Zebbern Kali MCP

Can an AI agent delete data through the Zebbern Kali MCP server? +

Yes. The Zebbern Kali MCP server exposes 6 destructive tools including callback_clear, hosts_clear, hosts_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 Zebbern Kali MCP? +

The Zebbern Kali MCP server has 4 write tools including exploit_copy, hosts_add, kali_upload. 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 Zebbern Kali MCP.

How many tools does the Zebbern Kali MCP server expose? +

133 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 35 are read-only. 98 can modify, create, or delete data.

How do I enforce a policy on Zebbern Kali MCP? +

Register the Zebbern Kali 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 Zebbern Kali MCP tool call.

Deterministic rules across all 133 Zebbern Kali MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

133 Zebbern Kali MCP tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Zebbern Kali'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.