Skip to main content
Glama
DansPK

Kali MCP

by DansPK

subfinder

Map a domain's external attack surface by passively discovering its subdomains from certificate transparency, search engines, and DNS datasets without sending any direct queries.

Instructions

Passive subdomain discovery using multiple online sources (certificate transparency, search engines, DNS datasets). No direct DNS queries — completely passive and undetectable. Use for initial domain reconnaissance to map external attack surface. For active DNS brute-force and zone transfers, use dnsrecon. For deeper OSINT, use amass. Output: list of discovered subdomains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optsNoAdditional subfinder options (e.g. '-all' for all sources, '-o output.txt')
domainYesTarget domain (e.g. example.com). Do NOT include subdomains.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/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 burden and does a good job: it discloses passivity, lack of direct DNS queries, and undetectability. It could add more operational details such as runtime or rate limits, but it adequately communicates the key behavioral profile.

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 and front-loaded, but there is slight redundancy in emphasizing passivity both as 'Passive' and 'No direct DNS queries — completely passive and undetectable'. Overall, each sentence earns its place, though minor tightening is possible.

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?

Given the schema covers all parameters, the description explains the tool's behavior, use case, output, and key alternatives. No critical info is missing for an agent to invoke subfinder correctly.

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?

The input schema already provides 100% coverage of both parameters, including the example and the warning not to include subdomains. The description does not add significant new parameter-level meaning, but the schema is sufficient, so a baseline score of 3 is appropriate.

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 action ('passive subdomain discovery'), the resource (target domain), and the method (multiple online sources). It also differentiates itself from sibling tools like dnsrecon and amass, making its purpose unambiguous.

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?

Explicitly says when to use the tool: initial domain reconnaissance to map external attack surface. It also names specific alternatives for related but different tasks: dnsrecon for active DNS brute-force/zone transfers and amass for deeper OSINT.

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