All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more.
All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more.
Build the Docker image
git clone https://github.com/securityfortech/secops-mcp
cd secops-mcp
docker build -t secops-mcp .
Edit your claude_desktop_config.json
:
{
"mcpServers": {
"secops-mcp": {
"command": "docker",
"args": ["run", "--rm", "-i", "secops-mcp"]
}
}
}
Enjoy the MCP integration to Claude Desktop
nuclei_scan_wrapper(target, templates, severity, output_format)
- Vulnerability scanner with template-based detectionffuf_wrapper(url, wordlist, filter_code)
- Fast web fuzzer for content discoverywfuzz_wrapper(url, wordlist, filter_code)
- Web application fuzzersqlmap_wrapper(url, risk, level)
- Automatic SQL injection detection and exploitationnmap_wrapper(target, ports, scan_type)
- Network discovery and security auditinghashcat_wrapper(hash_file, wordlist, hash_type)
- Advanced password recoveryhttpx_wrapper(urls, status_codes)
- Fast HTTP probing with concurrencysubfinder_wrapper(domain, recursive)
- Subdomain discovery tooltlsx_wrapper(host, port)
- TLS grabber and analyzerxsstrike_wrapper(url, crawl)
- Advanced XSS detection suiteamass_wrapper(domain, passive)
- Network mapping of attack surfacesdirsearch_wrapper(url, extensions, wordlist)
- Web path scannermetasploit_wrapper(target, exploit, payload)
- Exploitation frameworknikto_wrapper(target, tuning)
- Web server scanner for vulnerabilitiesThis project is licensed under the MIT License.