DNSDumpster - MCP Server
@MaxWeeden
About DNSDumpster - MCP Server
MCP Server for DNSDumpster Service
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-dnsdumpster": {
"command": "uv",
"args": [
"pip",
"install",
"mcp-dnsdumpster"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DNSDumpster - MCP Server?
A Model Context Protocol (MCP) server that lets AI assistants query the DNSDumpster API to perform detailed DNS reconnaissance through natural language requests. It is designed for developers and security researchers who want to retrieve domain DNS records without leaving their AI chat interface.
How to use DNSDumpster - MCP Server?
Install the package from PyPI with uv pip install mcp-dnsdumpster, set the DNSDUMPSTER_API_KEY environment variable, then run uvx mcp-dnsdumpster. Add the server to your Claude Desktop configuration using the command uvx with args ["mcp-dnsdumpster"] and the API key in the environment.
Key features of DNSDumpster - MCP Server
- Query any domain’s DNS records via natural language
- Retrieve A, CNAME, MX, TXT, and NS records
- Return associated IP and ASN information for A records
- Include banner information where available
- Support pagination for Plus accounts
- Built-in rate limiting and caching
Use cases of DNSDumpster - MCP Server
- Discover all subdomains for a target domain
- Identify mail servers and their configurations
- Investigate DNS infrastructure of a website
- Gather reconnaissance data during security assessments
FAQ from DNSDumpster - MCP Server
What is the DNSDumpster API and why do I need an API key?
The DNSDumpster API provides DNS reconnaissance data. An API key is required to authenticate requests; it must be set as the DNSDUMPSTER_API_KEY environment variable before running the server.
Which Python version and tools are required?
Python 3.10 or higher is required. The server uses uv for dependency management and the MCP SDK version 1.4+.
How does the server communicate with the AI assistant?
The server uses the Model Context Protocol (MCP) over stdio, allowing it to be integrated with MCP-compatible clients like Claude Desktop.
Does the server cache results and handle rate limits?
Yes, the server includes built-in rate limiting and caching to improve performance and avoid hitting API limits.
Can I paginate through large result sets?
Yes, pagination is supported for users with a DNSDumpster Plus account.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments