dns-mcp-server
Verified Safeby GitHub30
Overview
Provides DNS lookup capabilities as a Model Context Protocol (MCP) server.
Installation
python server.pySecurity Notes
The server uses `dnspython` for DNS lookups. While `dnspython` is generally robust, any public DNS lookup service could potentially be used in DDoS amplification/reflection attacks if not properly secured at a higher network layer. The application code itself does not show immediate vulnerabilities like `eval`, hardcoded secrets, or command injection flaws through its direct use of `dnspython`'s resolve functions. The 'readOnlyHint' annotation is a good practice for informational tools.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-mcp
Discovers and suggests other Model Context Protocol (MCP) servers to AI assistants based on natural language queries, returning their full documentation.
pypi-query-mcp-server
A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility checking, assisting AI agents in Python development workflows.
py-mcp-installer-service
Installs and manages Model Context Protocol (MCP) servers for AI coding tools.