Skip to main content
Glama

intruder-mcp

Official

create_scan

Initiate a new scan on Intruder.IO, specifying target addresses and tags to assess network security vulnerabilities systematically.

Instructions

    Create a new scan.

    Args:
        target_addresses: List of target addresses to scan
        tag_names: List of tag names to scan targets with these tags
    

Input Schema

NameRequiredDescriptionDefault
tag_namesNo
target_addressesNo

Input Schema (JSON Schema)

{ "properties": { "tag_names": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tag Names" }, "target_addresses": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Target Addresses" } }, "title": "create_scanArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/intruder-io/intruder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server