Skip to main content
Glama

nuclei-server MCP Server

by Spritualkb

start_scan

Initiate a nuclei scan by specifying a target URL or IP address, templates, and parameters like rate limit, severity, and concurrency to identify vulnerabilities efficiently.

Instructions

Start a new nuclei scan

Input Schema

NameRequiredDescriptionDefault
concurrencyNoConcurrent requests
proxyTypeNo
proxyUrlNoProxy URL (e.g., socks5://127.0.0.1:1080)
rateLimitNoRate limit per second
severityNo
targetYesTarget URL or IP address
templateNoTemplate to use for scanning
templatesDirNoDirectory with templates
timeoutNoTimeout in seconds

Input Schema (JSON Schema)

{ "properties": { "concurrency": { "description": "Concurrent requests", "type": "number" }, "proxyType": { "enum": [ "http", "socks5" ], "type": "string" }, "proxyUrl": { "description": "Proxy URL (e.g., socks5://127.0.0.1:1080)", "type": "string" }, "rateLimit": { "description": "Rate limit per second", "type": "number" }, "severity": { "enum": [ "info", "low", "medium", "high", "critical" ], "type": "string" }, "target": { "description": "Target URL or IP address", "type": "string" }, "template": { "description": "Template to use for scanning", "type": "string" }, "templatesDir": { "description": "Directory with templates", "type": "string" }, "timeout": { "description": "Timeout in seconds", "type": "number" } }, "required": [ "target" ], "type": "object" }
Install Server

Other Tools from nuclei-server MCP Server

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/Spritualkb/nuclei-mcp'

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