Check Name Availability
name_checkLive availability check for a name across domain TLDs (registry RDAP), npm, PyPI, and GitHub usernames. Real registry lookups at call time - not guesses. Each result is registered, unregistered, unknown or invalid and names the source that decided it; "unknown" means no authoritative registry answered, so treat it as "cannot tell" and never as free. Some ccTLDs (.co among them) publish no RDAP and always come back unknown. Note: "unregistered" domains can still be registry-reserved or premium-priced; only a registrar checkout is final. Need another registry or platform checked? Describe it via the request_tool tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name to check. A bare name is best, but "stripe.com" (checks the .com) and "Acme Global Ltd" (slugified to acme-global-ltd) are accepted; the normalized name is echoed back. | |
| tlds | No | TLDs for the domain check. Default: ["com","dev","io","net"]. | |
| targets | No | Which registries to check. Default: all. |