rdap_lookup
Retrieve structured RDAP registration data for any domain. Automatically discovers the correct server via IANA bootstrap and returns JSON, with clear error fallback for unsupported TLDs.
Instructions
Look up RDAP (Registration Data Access Protocol) information for a domain. RDAP is the modern successor to WHOIS, providing structured JSON responses. Automatically discovers the RDAP server via IANA bootstrap. Not all TLDs support RDAP — falls back with a clear error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to look up (e.g., "example.com") | |
| server | No | Override RDAP server base URL (optional, auto-discovered) | |
| timeout | No | Query timeout in milliseconds (default: 15000) |