MCP server that exposes security tools to AI clients via stdio.
makeAdd to Claude Desktop config (~/.config/Claude/claude_desktop_config.json):
{
"mcpServers": {
"z2e": {
"command": "/your/z2e-mcp/binary/path",
"args": [],
"env": {
"PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
}
}
},
"preferences": {
"sidebarMode": "chat"
}
}subfinder- Subdomain discoverynmap- Network port scannergobuster- Directory/file & DNS busting toolenum4linux-ng- SMB/NetBIOS enumeration toolfierce- DNS reconnaissance toolmasscan- Fast TCP port scanner
sqlmap- SQL injection detection and exploitationhydra- Network logon crackernikto- Web server vulnerability scannerwpscan- WordPress vulnerability scannerjohn- John the Ripper password crackerhashcat- Advanced password recovery tool
ping- ICMP host availability check (default 3 packets)curl- Make HTTP requestsifconfig- Network interface configurationfind- Search for files and directorieschecksum- CRC checksum calculationmd5sum- MD5 hash calculationfile- File type identification
binwalk- Firmware analysis and embedded file extractionchecksec- Check binary security propertiesstrings- Extract printable strings from binariesobjdump- Disassembly and object file information
volatility3- Memory forensics frameworkforemost- File recovery based on headers/footerssteghide- Steganography detection and extractionexiftool- Metadata analysis for images/PDFs/videos
make # Binary will be built as `z2e-mcp`