MCP.so
登录

DNSDumpster - MCP Server

@MaxWeeden

关于 DNSDumpster - MCP Server

MCP Server for DNSDumpster Service

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

MaxWeeden

提交者

M

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-dnsdumpster": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "mcp-dnsdumpster"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器