namesniper_check_domains
Check whether a domain name is registered across multiple TLDs using DNS lookups with a registry-data fallback. Returns JSON with per-TLD results (available true/false with a 0-1 confidence score) and an available/taken summary. Pass details=true to add a registration record on each taken TLD (registrar, registeredAt, expiresAt, status, dropStage) read from the registry; registrant identity is usually redacted. Faster and narrower than namesniper_check when social handles are not needed. Free, rate-limited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The domain name to check (without TLD) | |
| tlds | No | TLDs to check (default: com,org,net,app,dev,tech,io,co,ai) | |
| details | No | Attach registry registration details (registrar, dates, status, drop stage) to taken TLDs (default: false) |