Skip to main content
Glama
bharat3645

Voraxx MCP Server

by bharat3645

nuclei_scan

Run a vulnerability scan against a target URL or host using the locally installed nuclei binary, with optional template filters and rate limiting.

Instructions

Run a scan against a target using nuclei (ProjectDiscovery), if nuclei is installed locally on this machine. Orchestrates your own nuclei binary and templates only -- this tool does not bundle or download any scan templates itself. Only scan systems you are authorized to test.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesURL or host to scan, e.g. 'https://example.com'
timeoutNoSubprocess timeout in seconds (default 300)
templatesNoOptional nuclei -tags filter, e.g. 'cves' or 'exposed-panels'
rate_limitNoMax requests/second passed to nuclei -rate-limit (default 10)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, description carries full burden. It discloses that it uses local binary and templates and should only target authorized systems. Missing details on output format, error handling, and performance implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences: purpose, constraint, ethical note. Front-loaded with key action and no extraneous text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Lacks description of return values (no output schema) and side effects. For a subprocess-based tool, the agent would benefit from knowing output format and potential failure modes.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema covers all parameters with descriptions. The description adds no extra meaning beyond the schema, meeting the baseline for 100% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool runs a scan with nuclei, specifying the target and the tool. It distinguishes from sibling lookup tools (cve_lookup, shodan_host_lookup) by indicating this performs scanning, not lookups.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context: requires local nuclei installation, uses existing templates, and ethical authorization. Does not explicitly state when not to use (e.g., missing nuclei), but the condition is implied by 'if installed'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/bharat3645/voraxx-mcp-server'

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