Skip to main content
Glama

intruder-mcp

Official

create_targets

Generate and manage target lists by inputting domain addresses for Intruder.IO, enabling efficient scanning and security assessments.

Instructions

    Create one or more targets.

    Args:
        addresses: List of target addresses to create
                Example: ['example.com'] for a single target
                Example: ['example.com', 'test.com'] for multiple targets
    

Input Schema

NameRequiredDescriptionDefault
addressesYes

Input Schema (JSON Schema)

{ "properties": { "addresses": { "items": { "type": "string" }, "title": "Addresses", "type": "array" } }, "required": [ "addresses" ], "title": "create_targetsArguments", "type": "object" }

Other Tools from intruder-mcp

Related Tools

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