Resolve DNS records for any domain — A, AAAA, MX, NS, CNAME, TXT, SOA records plus reverse DNS lookup. No API key required, uses Google Public DNS.
Lookup specific DNS record types for any domain
Get all common DNS record types in a single query
Reverse DNS lookup to find domain names for IP addresses
Works out of the box — uses Google Public DNS over HTTPS
Uses only Python standard library modules
Configure this MCP server in your AI client (Claude Desktop, Cursor, VS Code + Continue, etc.) and ask:
Describe natural language interactions your AI assistant can use with this server.
git clone https://github.com/Rumblingb/dns-lookup-mcp.git
cd dns-lookup-mcp
pip install -r requirements.txt
python3 server.py