maxweeden_mcp_dnsdumpster

maxweeden_mcp_dnsdumpster

by MaxWeeden

Install from PyPI

Skip to content

You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert

MaxWeeden / mcp-dnsdumpster Public

MCP Server for DNSDumpster Service

1 star
0 forks
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

MaxWeeden/mcp-dnsdumpster

main

1 Branch
0 Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

History
-------

7 Commits

| | |
| .gitignore | | .gitignore | update 2025-03-15 23:07:01 | Mar 15, 2025 |
| .python-version | | .python-version | initial commit | Mar 15, 2025 |
| README.md | | README.md | remove domain map | Mar 16, 2025 |
| pyproject.toml | | pyproject.toml | remove domain map | Mar 16, 2025 |
| server.py | | server.py | remove domain map | Mar 16, 2025 |
| uv.lock | | uv.lock | update 2025-03-15 23:02:33 | Mar 15, 2025 |
| View all files | | |

Repository files navigation

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

PyPI version

Installation

# Install from PyPI
uv pip install mcp-dnsdumpster

# Or from source
git clone https://github.com/yourusername/mcp-dnsdumpster.git
cd mcp-dnsdumpster
uv pip install -e .

Claude Desktop Configuration

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %AppData%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "dnsdumpster": {
      "command": "uvx",
      "args": ["mcp-dnsdumpster"],
      "env": {
        "DNSDUMPSTER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Usage

  1. Set your API key:
export DNSDUMPSTER_API_KEY=your_api_key_here
  1. Run the server:
# Using uvx (recommended)
uvx mcp-dnsdumpster

# Or if installed from source
uv run server.py

Example Prompts

  • "Show me all subdomains for example.com"
  • "What are the mail servers for microsoft.com?"
  • "Tell me about the DNS infrastructure for twitter.com"

Development

  • Python 3.10+
  • Uses uv for dependency management
  • Built with MCP SDK 1.4+

License

MIT

About

MCP Server for DNSDumpster Service

Topics

dns
mcp
dnsdumpster
mcp-server

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks

Report repository

Releases


No releases published

Packages 0


No packages published

Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
1 GitHub Stars

Repository Info

MaxWeeden Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300