Skip to main content
Glama
bsahane

kali-mcp-server

by bsahane

searchsploit_lookup

Search the offline Exploit-DB database to find public exploits or proof-of-concepts matching a product, version, or CVE.

Instructions

Search the offline Exploit-DB for known exploits (searchsploit).

TOOL_NAME=searchsploit_lookup DISPLAY_NAME=Exploit-DB Search USECASE=Find public exploits/PoCs matching a product, version or CVE, fully offline INSTRUCTIONS=1. Provide search terms (product/version/CVE), 2. Call INPUT_DESCRIPTION=query (e.g. "apache 2.4.49" or "CVE-2021-41773") OUTPUT_DESCRIPTION=Dict with status, matching exploit titles/paths, command and mode EXAMPLES=searchsploit_lookup("vsftpd 2.3.4"), searchsploit_lookup("CVE-2021-41773") PREREQUISITES=None — offline database lookup, no target contact RELATED_TOOLS=nuclei_scan, sqlmap_test

Args: query: Free-text search terms.

Returns: Structured result dict. Not scope-gated (offline, no target contact).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states the tool works offline, makes no target contact, and returns a structured result dict with status/titles/paths/command/mode. It also notes it is 'not scope-gated'. This is significant behavioral context, though it doesn't cover potential error conditions or database freshness.

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

Conciseness4/5

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

The description is well-structured with a brief opening summary, followed by labeled fields (USECASE, INSTRUCTIONS, INPUT_DESCRIPTION, etc.) that are efficient and informative. It is slightly verbose with repeated mentions of 'offline' and 'no target contact', but every section provides useful guidance.

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 single-parameter lookup tool, the description covers all key aspects: purpose, usage instructions, input examples, output structure, safety characteristics, and related tools. The presence of an output schema and the description's own output details make it fully complete for the tool's complexity.

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

Parameters5/5

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

Schema coverage is 0% for the query parameter, but the description compensates with a clear definition ('Free-text search terms') and concrete examples ('apache 2.4.49', 'CVE-2021-41773'). This adds meaning beyond the bare schema, fully clarifying the expected input format.

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 searches the offline Exploit-DB for known exploits, using specific verbs ('Search', 'Find') and a specific resource. It distinguishes from siblings by highlighting the offline lookup capability and the use case of matching product/version/CVE, which is unique among the sibling tools.

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 provides clear context on when to use the tool (offline exploit lookup, no target contact) and includes examples and related tools (nuclei_scan, sqlmap_test) indicating alternatives. However, it does not explicitly state when not to use it or directly contrast with alternatives, so it stops short of a 5.

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/bsahane/kali-mcp-server'

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