intruder-mcp
Verified Safeby intruder-io
Overview
Enables MCP clients to manage and query vulnerability scanning and security posture information from Intruder.io.
Installation
docker container run --interactive --rm --init --env INTRUDER_API_KEY=<your-api-key> ghcr.io/intruder-io/intruder-mcpEnvironment Variables
- INTRUDER_API_KEY
Security Notes
The server correctly retrieves the Intruder API key from environment variables, preventing hardcoding. All external communication is directed to the official Intruder API endpoint. Pydantic models are used for data validation, enhancing robustness. No dangerous functions like 'eval' or arbitrary shell command execution from user input were detected in the provided source code.
Similar Servers
burp-mcp-agents
Connects Burp Suite MCP Server to AI backends (Codex, Gemini, Ollama, LM Studio) for assisted, non-destructive vulnerability analysis using real Burp traffic.
pagerduty-mcp-server
The PagerDuty MCP Server allows MCP-enabled clients (like AI agents) to interact with a PagerDuty account to manage incidents, services, schedules, event orchestrations, and other PagerDuty resources.
Rootly-MCP-server
This server integrates the Rootly API as an MCP server, enabling AI agents to manage production incidents, analyze historical data for insights, and suggest solutions directly within MCP-compatible editors.
Mcpwn
Automated security testing framework for Model Context Protocol (MCP) servers, detecting RCE, path traversal, prompt injection, and protocol vulnerabilities.