Skip to main content
Glama

MCP Pentest

nuclei_scan

Scan web applications and networks for security vulnerabilities using customizable templates and severity filters to identify potential threats during authorized penetration testing.

Instructions

Run Nuclei vulnerability scanner

Input Schema

NameRequiredDescriptionDefault
severityNoMinimum severity level
targetYesTarget URL or IP
templatesNoSpecific templates to run

Input Schema (JSON Schema)

{ "properties": { "severity": { "description": "Minimum severity level", "enum": [ "info", "low", "medium", "high", "critical" ], "type": "string" }, "target": { "description": "Target URL or IP", "type": "string" }, "templates": { "description": "Specific templates to run", "items": { "type": "string" }, "type": "array" } }, "required": [ "target" ], "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/adriyansyah-mf/mcp-pentest'

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