Loading...

This MCP server allows clients to interact with Intruder.io for vulnerability scanning and security monitoring via API, requiring an API key for authentication.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server allows clients to interact with Intruder.io for vulnerability scanning and security monitoring via API, requiring an API key for authentication.
This MCP server is relatively safe when the Intruder API key is managed securely. Risks increase if the API key is exposed or if the client is configured to make destructive changes to Intruder configurations. Exercise caution when granting write access.
Performance depends on the Intruder.io API and network latency. Large scans may take a significant amount of time to complete.
Intruder.io charges based on usage, so automating scans may increase costs. Monitor API usage and optimize scan schedules to minimize expenses.
{
"mcpServers": {
"intruder": {
"command": "uv",
"args": [
"--directory",
"path/to/intruder-mcp/intruder_mcp",
"run",
"server.py"
],
"env": {
"INTRUDER_API_KEY": "your-api-key"
}
}
}
}INTRUDER_API_KEYstart_scanInitiates a new vulnerability scan on Intruder.io.
Starting scans can consume resources and potentially trigger alerts.
get_scan_resultsRetrieves the results of a specific vulnerability scan.
Read-only operation with no side effects.
list_scansLists all vulnerability scans associated with the Intruder.io account.
Read-only operation with no side effects.
update_targetUpdates the target configuration for a specific scan.
Modifying target configurations can impact scan scope and results.
API Key
This MCP server is relatively safe when the Intruder API key is managed securely. Risks increase if the API key is exposed or if the client is configured to make destructive changes to Intruder configurations. Exercise caution when granting write access.
Autonomy depends on the specific tools and configurations used. Exercise caution when enabling write access and consider implementing safeguards to prevent unintended changes.
Production Tip
Monitor API usage to avoid exceeding rate limits and implement proper error handling to ensure reliable operation.
It allows MCP clients to interact with Intruder.io for vulnerability scanning and security monitoring.
API key authentication is required.
Compromised API key, misconfigured client, and potential for denial-of-service.
Yes, you can automate scans as part of a CI/CD pipeline or schedule regular scans.
Monitor API requests and responses in your client implementation.
The error will be propagated to the client.
No, dry-run mode is not supported.