dns-mcp

r0bin2u/dns-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated today
MCP server for DNS, WHOIS (RDAP), and IP geolocation lookups. Built for Claude Desktop, Claude Code, and other MCP clients.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dns-mcp": {
      "command": "uvx",
      "args": [
        "dns-mcp"
      ]
    }
  }
}

Or install with pip: pip install dns-mcp

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io/) server that lets any MCP client (Claude Desktop, Claude Code, Cursor, etc.) do DNS, WHOIS, and IP geolocation lookups mid-conversation. Ask Claude *"why is foo.com unreachable from Tokyo?"* and it can actually dig the records, check the WHOIS, and geo-locate the IP without leaving the chat.

Tools (2)

geo_ipwhois_domain