Check Availability
check_availabilityCheck whether a name is available to register across MULTIPLE TLDs at once — the domain-hunting tool. Pass a base name ("acme") and get .com/.io/.ai/.co/.net/.org/.app/.dev checked in one call (or pass your own tlds list). For each: available true/false (+ expiration if taken). Use for "is X available", "find an open domain for my project", "which TLDs is X free on". Single-domain detail is domain_status; this is the bulk/brainstorm version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Base name to check, e.g. "acme" (a full "acme.com" is also accepted — the label before the first dot is used). | |
| tlds | No | TLDs to check (without the dot), e.g. ["com","io","ai"]. Default: com, io, ai, co, net, org, app, dev. Max 15. |