Skip to main content
Glama
DansPK

Kali MCP

by DansPK

wifite

Automates WiFi security testing by scanning targets, capturing WPA handshakes, cracking WEP, and running WPS PIN attacks with minimal interaction.

Instructions

Automated wireless attack tool. Handles the full WiFi cracking workflow: interface setup, target scanning, WPA handshake capture, WEP cracking, and WPS PIN attacks — all with minimal user interaction. Use as the primary wireless attack tool for streamlined WiFi security testing. For manual control over individual steps, use aircrack_ng directly. For WPS-specific attacks, use reaver. Output: real-time attack progress and recovered passwords.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optsNoAdditional wifite options. Default: --kill (disables interfering network services before starting)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description must disclose behavior. It mentions automation, minimal user interaction, real-time progress output, and recovered passwords. It also notes that --kill disables interfering services by default, which is a notable side effect. However, it could detail other side effects like network disruption or legal warnings, but the current disclosure is adequate.

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, front-loaded with the core purpose, and every sentence adds value. It covers what, when, alternatives, and output without fluff.

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

Completeness4/5

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

The tool is complex with many sub-steps, but the description summarizes the workflow well. It does not cover legal/ethical warnings or detailed operational steps, but it does provide the key usage context. Given the lack of annotations and no output schema, it could be more complete, but the description is sufficient for an agent to decide to invoke it.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already documents the opts parameter. The description adds the default value and its effect (--kill disables interfering services), which goes beyond the schema. It doesn't explain other possible opts, but given the single parameter, this is reasonable.

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

Purpose4/5

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

The description clearly states it is an automated wireless attack tool covering the full WiFi cracking workflow, distinguishing it from manual tools like aircrack_ng and reaver. The purpose is specific and understandable, though it could mention the target device (WiFi networks) more explicitly.

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?

The description gives clear when-to-use guidance: use as primary for streamlined WiFi testing, use aircrack_ng for manual control, and reaver for WPS-specific. It does not explicitly state when not to use it, but the alternatives provide good context.

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