Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Dns Lookup Mcp

io.github.varvararatta/dns_lookup_mcp

Unlock the power of DNS lookups with our DNS Lookup service using Google DNS-over-HTTPS. Whether

Uptime
100.0%
1 direct probes · 30d
Response
5510ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

resolve_dns

Resolve DNS records. record_type: A, AAAA, MX, TXT, CNAME, NS. params: name (str): The domain name to resolve. record_type (str): The type of DNS record to retrieve. …

list_dns_types

List supported DNS record types for resolve_dns. return format: dict: A dictionary containing the list of supported DNS record types.

health_check

Server health check. return format: dict: A dictionary indicating the health status of the server.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dns_lookup_mcp": {
      "url": "https://dns-lookup-mcp.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}