Skip to main content
Glama
DansPK

Kali MCP

by DansPK

nikto

Scan web servers for 6700+ known issues: outdated software, dangerous files, default credentials, and misconfigurations. Reports findings without exploitation for early reconnaissance.

Instructions

Web server vulnerability scanner — checks for 6700+ known issues: outdated server software, dangerous files/CGIs, default credentials, and server misconfigurations. Use early in web recon to find low-hanging vulnerabilities. Does NOT exploit — only reports. For modern CVE-based scanning, use nuclei. For WordPress-specific, use wpscan. Output: categorized list of findings with severity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesTarget host or IP (e.g. 192.168.1.10 or example.com)
optsNoAdditional nikto options (e.g. '-ssl' for HTTPS, '-Tuning 9' for SQLi tests)
portNoWeb server port (default: 80). Use 443 for HTTPS.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full disclosure burden. It clearly states the tool does NOT exploit and only reports, and it describes the output as a categorized list with severity. This provides important safety and behavioral context, though it does not mention network impact or permission requirements.

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?

The description is compact and front-loaded, covering the core purpose, usage timing, alternatives, non-exploit behavior, and output structure in three sentences. Every sentence contributes value without redundancy.

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

Completeness5/5

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

For a tool with one required parameter and full schema coverage, the description covers what it does, what it finds, when to use it, what it does not do, and the expected output format. Since there is no output schema, the explicit output description fills that gap well.

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?

Schema coverage is 100%, so the description does not need to compensate for undocumented parameters. It adds little parameter-level detail, but the baseline of 3 applies because the structured schema already handles parameter semantics.

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 states a specific resource and action: a web server vulnerability scanner that checks for 6700+ known issues across defined categories. It also distinguishes itself from sibling scanners by naming nuclei and wpscan as alternatives for different scopes.

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

Usage Guidelines5/5

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

It explicitly says to use the tool early in web recon for low-hanging vulnerabilities and provides clear routing: nuclei for modern CVE-based scanning and wpscan for WordPress-specific scanning. This gives an agent both when-to-use and when-not-to-use guidance.

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