Skip to main content
Glama

Nuclei MCP

by GH05TCREW

do-nuclei

Scan web applications and infrastructure for vulnerabilities using YAML-based templates. Execute security checks efficiently with customizable arguments and integrate seamlessly into MCP workflows for AI-assisted testing.

Instructions

Execute Nuclei, an advanced vulnerability scanner that uses YAML-based templates to detect security vulnerabilities, misconfigurations, and exposures in web applications and infrastructure. Nuclei offers fast scanning with a vast template library covering various security checks.

Input Schema

NameRequiredDescriptionDefault
nuclei_argsNoAdditional nuclei arguments
tagsYes
urlYesTarget URL to run nuclei

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nuclei_args": { "anyOf": [ { "description": "Nuclei arguments as a string (e.g. '-severity critical,high -rate-limit 100')", "type": "string" }, { "description": "Nuclei arguments as an array (e.g. ['-severity', 'critical,high', '-rate-limit', '100'])", "items": { "type": "string" }, "type": "array" } ], "description": "Additional nuclei arguments" }, "tags": { "type": [ "string", "null" ] }, "url": { "description": "Target URL to run nuclei", "format": "uri", "type": "string" } }, "required": [ "url", "tags" ], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from Nuclei 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/GH05TCREW/nuclei-mcp'

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