domains_getWHOISProfileListV1
Retrieve WHOIS contact profiles for domain registration. View available contact details by filtering with specific TLDs using this integration tool.
Instructions
Retrieve WHOIS contact profiles.
Use this endpoint to view available contact profiles for domain registration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | No | Filter by TLD (without leading dot) |
Implementation Reference
- types.d.ts:782-794 (schema)TypeScript type definition (schema) for the MCP tool 'domains_getWHOISProfileListV1', specifying input parameters (optional tld filter) and response type./** * Retrieve WHOIS contact profiles. Use this endpoint to view available contact profiles for domain registration. */ "domains_getWHOISProfileListV1": { params: { /** * Filter by TLD (without leading dot) */ tld?: string; }; response: any; // Response structure will depend on the API