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
pagerduty-mcp-server
Provides tools to interact with the PagerDuty API, allowing MCP-enabled AI clients/agents to manage incidents, services, schedules, and event orchestrations.
Rootly-MCP-server
Integrate Rootly incident management API capabilities with AI agents and MCP-compatible editors to streamline incident resolution.
insights-mcp
The server acts as a unified Model Context Protocol (MCP) interface for Red Hat Insights services, enabling AI agents to interact with Advisor, Image Builder, Inventory, Planning, Remediations, and Vulnerability APIs.
admina-mcp-server
This MCP server provides an interface to the Admina API for IT asset, identity, and service account management within an organization.