Loading...
{
"mcpServers": {
"intruder": {
"command": "uv",
"args": [
"--directory",
"path/to/intruder-mcp/intruder_mcp",
"run",
"server.py"
],
"env": {
"INTRUDER_API_KEY": "your-api-key"
}
}
}
}start_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.
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.