Skip to main content
Glama

DNSDumpster MCP Server

by anhhung04

search_subdomains

Discover subdomains associated with a domain to identify potential security vulnerabilities and expand network reconnaissance during cybersecurity assessments.

Instructions

Search for subdomains of a given domain.

Args: domain: The parent domain name to query (e.g., example.com) ctx: Request context page: Page number for pagination (Plus accounts only)

Returns: Formatted string containing subdomains found

Input Schema

NameRequiredDescriptionDefault
domainYes
pageNo

Input Schema (JSON Schema)

{ "properties": { "domain": { "title": "Domain", "type": "string" }, "page": { "default": 1, "title": "Page", "type": "integer" } }, "required": [ "domain" ], "type": "object" }

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/anhhung04/mcp-dnsdumpster'

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