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
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| 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 | | |
A Model Context Protocol (MCP) server for interacting with the DNSDumpster API, enabling AI assistants to perform detailed DNS reconnaissance through natural language requests.
# 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 .
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"
}
}
}
}
export DNSDUMPSTER_API_KEY=your_api_key_here
# Using uvx (recommended)
uvx mcp-dnsdumpster
# Or if installed from source
uv run server.py
uv
for dependency managementMIT
MCP Server for DNSDumpster Service
dns
mcp
dnsdumpster
mcp-server
No releases published
No packages published
You can’t perform that action at this time.