Dns Lookup Mcp
io.github.varvararatta/dns_lookup_mcpUnlock the power of DNS lookups with our DNS Lookup service using Google DNS-over-HTTPS. Whether
Tools · 3
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 supported DNS record types for resolve_dns. return format: dict: A dictionary containing the list of supported DNS record types.
Server health check. return format: dict: A dictionary indicating the health status of the server.
Similar MCP servers embedding-nearest
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"
}
}
}