DNSDumpster - MCP Server
Description
# 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…
About
# 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…
Details
- Author
- MaxWeeden
- Downloads
- 158
- Categories
- Developer Tools
Jump to
- Query domain DNS records through AI assistants
- Retrieve A, CNAME, MX, TXT, and NS records
- Display associated IP and ASN information for A records
- Capture banner information where available
- Support for pagination and domain map generation (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 via uv pip install mcp-dnsdumpster, set the DNSDUMPSTER_API_KEY environment variable, and run the server using uvx mcp-dnsdumpster. For use with Claude Desktop, add the server configuration to claude_desktop_config.json with the API key.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"dnsdumpster - mcp server": {
"mcp-server-template-python": {
"command": "uv",
"args": [
"pip",
"install",
"mcp-dnsdumpster"
]
}
}
}
}
McpServers
{
"mcp-server-template-python": {
"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)
- Support for domain map generation (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.





