DNSDumpster - MCP Server
@MaxWeeden
DNSDumpster - MCP Server について
MCP Server for DNSDumpster Service
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント