Combines 15 open-source security tools behind one MCP interface with consistent JSON results.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Secops MCP.
NucleiVulnerability scanning with custom templates
FFUFFast web fuzzing and content discovery
WFuzzWeb application fuzzing
XSStrikeXSS detection and exploitation
SQLMapSQL injection testing and exploitation
ArjunHTTP parameter discovery and testing
The securityfortech/secops-mcp MCP server groups a broad set of command-line security tools behind a single interface. Its scope covers web application testing, network enumeration, reconnaissance, and password or hash analysis. The repository describes the interface as MCP-based and presents the tools as wrappers that can be configured independently.
The project is intended for authorized security work such as penetration testing, bug bounty assessment, and threat hunting. It does not replace the underlying tools; instead, it provides a centralized way to invoke them and collect their output.
The application starts from main.py and exposes the included tool integrations through the unified interface. Each tool returns a common JSON response shape with a Boolean success field, an error field when execution fails, and a results object when execution succeeds. This gives an agent a consistent response format even though the underlying utilities serve different purposes.
The securityfortech/secops-mcp MCP server can be deployed in Docker or installed manually in a Python virtual environment. In either setup, the external utilities must be available: the README directs operators to install the tools described in the tools/ directory and ensure they are on the system PATH.
The documented Docker path is to clone the repository, build an image named secops-mcp, and run that image interactively. Manual setup uses a Python virtual environment, installs requirements.txt, installs the required security utilities separately, and starts the application with python main.py.
Individual wrappers expose configuration for output formats, timeouts, verbosity, wordlists, and other tool-specific parameters. The documented Arjun integration also accepts HTTP methods, request data, custom headers, authentication, stable scanning, bulk URL input, and configurable threading. Gospider options include crawl depth, subdomain inclusion, extension filters, and output formats.
The securityfortech/secops-mcp MCP server includes these integrations:
The README specifically documents Gospider support for form detection and potential secret discovery, and Arjun support for GET, POST, PUT, and other HTTP methods.
This project depends on the underlying security tools being installed and reachable through the system PATH when using manual installation. The supplied material does not document hosted deployment, client-specific configuration, authentication requirements, or a published package image. Operators must provide appropriate tool configuration and choose scan intensity, wordlists, and timeouts for their environment.
Use the securityfortech/secops-mcp MCP server only against systems for which permission has been obtained. The README also advises respecting rate limits, robots.txt, terms of service, and the potential impact of aggressive scanning.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/securityfortech-secops-mcp)<a href="https://allmcps.com/mcp/securityfortech-secops-mcp"><img src="https://allmcps.com/api/badge/securityfortech-secops-mcp?style=directory" alt="Secops MCP on AllMCPs" /></a>