Back to Home
GitHub30 icon

dns-mcp-server

Verified Safe

by GitHub30

Overview

Provides DNS lookup capabilities as a Model Context Protocol (MCP) server.

Installation

Run Command
python server.py

Security 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

Stats

Interest Score30
Security Score8
Cost ClassLow
Avg Tokens50
Stars1
Forks0
Last Update2025-11-27

Tags

DNSNetworkingLookupMCPPython