DNSDumpster - MCP Server
About
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…
Details
- Author
- MaxWeeden
- GitHub stars
- 3
- Downloads
- 375
- Categories
- Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DNSDumpster - MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"dnsdumpster - mcp server": {
"mcp-dnsdumpster": {
"command": "uv",
"args": [
"pip",
"install",
"mcp-dnsdumpster"
]
}
}
}
}
McpServers
{
"mcp-dnsdumpster": {
"command": "uv",
"args": [
"pip",
"install",
"mcp-dnsdumpster"
]
}
}
DNSDumpster - MCP Server
A Model Context Protocol (MCP) server for interacting with the DNSDumpster API, enabling AI assistants to perform detailed DNS reconnaissance through natural language requests.
Features
- Query domain DNS records through AI assistants
- Retrieve detailed information about:
- A records (with associated IP and ASN information)
- CNAME records
- MX records
- TXT records
- NS records
- Banner information where available
- Support for pagination (Plus accounts)
- Rate limiting and caching
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



