The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Domain Checker MCP listing page.
Fast domain availability checker for Model Context Protocol (MCP). DNS + RDAP/WHOIS verification.
Built by Brave Labs
Add to your claude_desktop_config.json:
Add to your MCP settings:
check_domainsCheck specific domains for availability with full DNS + WHOIS verification.
Parameters:
domains (required): Array of domain names to checkfilter (optional): "available" or "taken" - omit for all resultscheck_namesCheck base names across popular TLDs automatically.
Parameters:
names (required): Array of base names to checktlds (optional): Specific TLDs to check (defaults to: com, net, org, io, co, app, dev, ai, xyz, me, info, biz, us, uk, ca, au)filter (optional): "available" or "taken" - omit for all resultscheck_domains_quickFast DNS-only check without WHOIS verification. Use when speed matters more than accuracy.
Parameters:
domains (required): Array of domain names to checkfilter (optional): "available" or "taken" - omit for all resultsNote: DNS-only checks may show false positives for available domains. Use check_domains for verification.
With errors:
DNS Check (Fast) - All domains are checked via DNS in parallel. If DNS resolves, the domain is definitely taken.
RDAP/WHOIS Verification (Accurate) - Domains that pass DNS (no records found) are verified via RDAP (preferred) or WHOIS (fallback) to confirm availability. RDAP servers are loaded dynamically from the IANA bootstrap registry.
Parallel Processing - Verification queries run in parallel batches of 20 for optimal throughput.
This hybrid approach gives you the speed of DNS checking with the accuracy of RDAP/WHOIS verification.
MIT © Brave Labs