DNS & Domain handles DNS lookups, WHOIS registration data, SSL/TLS certificate checks, and domain availability — all in one tool. Essential for diagnosing infrastructure issues, monitoring certificate expiry, and finding available domains.
Tracking down a DNS misconfiguration or checking whether an SSL certificate is about to expire normally means running separate commands or visiting different tools. This tool consolidates them. Run all DNS record types in parallel, check who owns a domain and when it expires, verify certificate trust and days remaining, or batch-check a list of domain names for availability.
What you can do
- lookup_dns — resolve all DNS record types (A, AAAA, MX, TXT, CNAME, NS, CAA, SOA) in parallel, or query a specific type
- whois_lookup — registration data including owner, registrar, creation/expiry dates, and nameservers
- check_ssl — SSL/TLS certificate details including expiry date, days remaining, issuer, and trust chain status
- check_availability — batch-check multiple domain names across TLDs for registration availability
Who it's for
DevOps engineers, developers, sysadmins, and security teams who need to audit domains and diagnose DNS or certificate issues. Also useful for domain investors and businesses planning a launch who need to check name availability across multiple TLDs.
How to use it
- Use lookup_dns with a domain and record_type: "ALL" for a complete DNS audit
- Use whois_lookup to check ownership and find out when a domain expires
- Use check_ssl to verify certificate health — days_remaining is useful for setting up expiry alerts
- For a full domain audit, run lookup_dns, whois_lookup, and check_ssl together in parallel