Routes domain availability checks through RDAP for 500+ TLDs, with WHOIS fallback for extensions like .de and .cn. Exposes a single check_domain tool that returns structured availability status. RDAP queries use HTTP lookups (404 for available, 200 for registered), while WHOIS hits port 43 and pattern matches responses. The RDAP registry pulls from IANA's bootstrap data, covering major gTLDs and ccTLDs. Reach for this when you need Claude to validate domain names during brainstorming sessions, batch check availability for project names, or verify domains without switching contexts to a registrar UI.
claude mcp add --transport stdio io.github.stucchi-domain-check -- uvx domain-check-mcp