mcp-domaintools
If you are the rightful owner of mcp-domaintools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
`mcp-domaintools` is a Model Context Protocol server providing DNS and WHOIS query capabilities for AI assistants.
`mcp-domaintools` is a Model Context Protocol (MCP) server designed to facilitate DNS and WHOIS queries for AI models. It supports both local DNS lookups using the system's configured DNS servers and remote DNS-over-HTTPS queries via Cloudflare and Google. This dual approach ensures robust and secure DNS querying capabilities. The server also supports WHOIS lookups, providing essential domain registration information. Users can customize the server by specifying custom DNS-over-HTTPS and WHOIS servers using command-line flags. The server supports multiple DNS record types, including A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, and TXT. Additionally, `mcp-domaintools` can run as an HTTP server with Server-Sent Events (SSE) for web-based integrations, making it versatile for various applications. It is available as a standalone binary, a Docker image, or through package managers like Homebrew.
Features
- Local DNS Queries: Perform DNS lookups using the OS-configured DNS servers.
- Remote DNS-over-HTTPS: Perform secure DNS queries via Cloudflare and Google DNS-over-HTTPS services.
- WHOIS Lookups: Perform WHOIS queries to get domain registration information.
- Multiple Record Types: Support for A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, and TXT record types.
- SSE Support: Run as an HTTP server with Server-Sent Events (SSE) for web-based integrations.
Tools
local_dns_query
Perform DNS queries against the local DNS resolver as configured by the OS.
remote_dns_query
Perform DNS queries against a remote DNS-over-HTTPS server.
whois_query
Perform WHOIS lookups to get domain registration information.