Check domain availability for $ARGUMENTS using the domain-suite-mcp server.
Steps
Call
list_providersto see which providers are configured and what pricing sources are available.Parse the input:
- If a full domain is given (e.g.
myapp.com), split into name + TLD - If a name only (e.g.
myapp), check.com,.io,.dev,.coby default - If TLDs are specified (e.g.
myapp com,io,net), use those
- If a full domain is given (e.g.
Call
check_availabilitywith the domain name, tlds array, and provider (use the first configured provider that supports pricing, if any).Present results in a clear table:
- Domain | Available | Price (reg) | Price (renewal) | Source
- Highlight available domains
- If no provider is configured, note that pricing requires API credentials
If any domains are available and the user seems interested in registering, ask if they'd like to proceed and suggest using
/domain-register.
Notes
check_availabilityworks with zero configuration via RDAP/WHOIS — no API key needed for availability- Pricing is only returned when a provider (Porkbun, Namecheap, GoDaddy) is configured
- For premium domains the
premiumfield will be true — warn the user, prices may be much higher