// Auto-generated tool list for group: domains import type { Tool } from "@modelcontextprotocol/sdk/types.js"; export interface OpenApiTool extends Tool { method: string; path: string; security: unknown[]; custom?: boolean; group?: string; topic?: string; handlerMethod?: string; templateFile?: string; templateFileTS?: string; } const tools: OpenApiTool[] = [ { "name": "v2_getDomainVerificationsDIRECT", "description": "Retrieve a list of pending and completed domain verifications.", "method": "GET", "path": "/api/v2/direct/verifications/active", "inputSchema": { "type": "object", "properties": {}, "required": [] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_suggestDomainNamesFromADescriptionV1", "description": "Suggest available domain names based on a free-text description of your project.\n\nSuggestions are generated by an AI model, so they differ between calls.\n\nEndpoint has rate limit of 90 requests per minute.\n\nUse this endpoint to find a domain name when you only know what the website is about.", "method": "POST", "path": "/api/domains/v1/availability/alternatives-from-description", "inputSchema": { "type": "object", "properties": { "description": { "type": "string", "description": "Free-text description of the project the domain is needed for" }, "limit": { "type": "integer", "description": "Amount of domain names to suggest" } }, "required": [ "description", "limit" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_suggestDomainNamesFromADomainV1", "description": "Suggest available domain names based on a domain name you already have in mind.\n\nSuggestions are generated by an AI model, so they differ between calls.\n\nEndpoint has rate limit of 90 requests per minute.\n\nUse this endpoint when the domain you wanted is taken and you need close alternatives.", "method": "POST", "path": "/api/domains/v1/availability/alternatives-from-domain", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name to base the suggestions on" }, "limit": { "type": "integer", "description": "Amount of domain names to suggest" } }, "required": [ "domain", "limit" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_checkDomainAvailabilityV1", "description": "Check availability of domain names across multiple TLDs.\n\nMultiple TLDs can be checked at once.\nIf you want alternative domains with response, provide only one TLD and set `with_alternatives` to `true`.\nTLDs should be provided without leading dot (e.g. `com`, `net`, `org`).\n\nEndpoint has rate limit of 90 requests per minute.\n\nUse this endpoint to verify domain availability before purchase.", "method": "POST", "path": "/api/domains/v1/availability", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name (without TLD)" }, "tlds": { "type": "array", "description": "TLDs list", "items": { "type": "string", "description": "TLD without leading dot" } }, "with_alternatives": { "type": "boolean", "description": "Should response include alternatives" } }, "required": [ "domain", "tlds" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getDomainForwardingV1", "description": "Retrieve domain forwarding data.\n\nUse this endpoint to view current redirect configuration for domains.", "method": "GET", "path": "/api/domains/v1/forwarding/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_updateDomainForwardingV1", "description": "Update domain forwarding configuration.\n\nUse this endpoint to modify existing redirect configuration for domains.", "method": "PUT", "path": "/api/domains/v1/forwarding/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "redirect_type": { "type": "string", "description": "Redirect type", "enum": [ "301", "302" ] }, "redirect_url": { "type": "string", "description": "URL to forward domain to" } }, "required": [ "domain", "redirect_type", "redirect_url" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_deleteDomainForwardingV1", "description": "Delete domain forwarding data.\n\nUse this endpoint to remove redirect configuration from domains.", "method": "DELETE", "path": "/api/domains/v1/forwarding/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_createDomainForwardingV1", "description": "Create domain forwarding configuration.\n\nUse this endpoint to set up domain redirects to other URLs.", "method": "POST", "path": "/api/domains/v1/forwarding", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "redirect_type": { "type": "string", "description": "Redirect type", "enum": [ "301", "302" ] }, "redirect_url": { "type": "string", "description": "URL to forward domain to" } }, "required": [ "domain", "redirect_type", "redirect_url" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getPendingIRTPVerificationV1", "description": "Retrieve a pending IRTP verification for a domain.\n\nBoth the old and new registrant must confirm it before the WHOIS change takes effect.\n\nUse this endpoint to check the status of a WHOIS change awaiting registrant confirmation.", "method": "GET", "path": "/api/domains/v1/irtp/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_cancelPendingIRTPVerificationV1", "description": "Cancel a pending IRTP verification.\n\nUse this endpoint to back out of a WHOIS change that is stuck waiting on registrant confirmation,\nfor example when the confirmation email cannot be received, without waiting out the 5-day expiry.", "method": "DELETE", "path": "/api/domains/v1/irtp/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getIncomingDomainMoveV1", "description": "Retrieve the incoming move for a specified domain.\n\nReturns 404 when no account is moving this domain to you.\n\nUse this endpoint to check whether a domain addressed to you is still waiting to be accepted.", "method": "GET", "path": "/api/domains/v1/move/incoming/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "force_sync": { "type": "boolean", "description": "Re-check the move against the registry before responding. Only has an effect while the move is in the `activating` status." } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_acceptIncomingDomainMoveV1", "description": "Accept an incoming move for a specified domain.\n\nThe provided WHOIS profiles become the contacts of the domain, so they must belong\nto your account and satisfy the requirements of the TLD. Only the contact types the\ndomain actually uses are applied, but all four profile IDs have to be provided.\n\nThe move has to still be waiting for your decision, already accepted moves\ncannot be accepted again.\n\nAccepting does not complete the move. A confirmation email is sent to the email address of\nthe new owner contact, and the domain changes hands only after the change is confirmed from it.\nUntil then the move stays in the `activating` status, which can be followed with the\n[incoming move endpoint](#tag/domains-move).\n\nUse this endpoint to take ownership of a domain offered to you.", "method": "PUT", "path": "/api/domains/v1/move/incoming/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "domain_contacts": { "type": "object", "description": "WHOIS profiles of the accepting account. Only the contact types required by the TLD are applied, but all four IDs must be provided.", "properties": { "owner_id": { "type": "integer", "description": "Owner contact WHOIS record ID" }, "admin_id": { "type": "integer", "description": "Administrative contact WHOIS record ID" }, "billing_id": { "type": "integer", "description": "Billing contact WHOIS record ID" }, "tech_id": { "type": "integer", "description": "Technical contact WHOIS record ID" } }, "required": [ "owner_id", "admin_id", "billing_id", "tech_id" ] } }, "required": [ "domain", "domain_contacts" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_rejectIncomingDomainMoveV1", "description": "Reject an incoming move for a specified domain.\n\nThe domain stays in the account which initiated the move.\nMoves you have already accepted cannot be rejected anymore.\n\nUse this endpoint to decline a domain you do not want to take over.", "method": "DELETE", "path": "/api/domains/v1/move/incoming/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getIncomingDomainMoveListV1", "description": "Retrieve all domains other Hostinger accounts are moving to your account.\n\nMoves of every status are returned, including the ones which already completed.\n\nUse this endpoint to find domains waiting for you to accept them.", "method": "GET", "path": "/api/domains/v1/move/incoming", "inputSchema": { "type": "object", "properties": {}, "required": [] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getOutgoingDomainMoveV1", "description": "Retrieve the outgoing move for a specified domain.\n\nReturns 404 when the domain has no move in progress.\n\nUse this endpoint to track the status of a move you have initiated for a single domain.", "method": "GET", "path": "/api/domains/v1/move/outgoing/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_startOutgoingDomainMoveV1", "description": "Initiate a move of a specified domain to another Hostinger account.\n\nThe receiving account has to already exist and accept the move before the domain changes hands.\n\nThe domain must be active. The subscription it belongs to is resolved automatically,\nand the request is rejected with a 404 status code when the domain has no domain\nsubscription of its own.\n\nDomains protected by premium protection require an additional verification step,\nsuch requests are rejected with a 428 status code.\n\nUse this endpoint to hand a domain over to another Hostinger user.", "method": "POST", "path": "/api/domains/v1/move/outgoing/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "new_customer_email": { "type": "string", "description": "Email address of the Hostinger account receiving the domain" } }, "required": [ "domain", "new_customer_email" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_cancelOutgoingDomainMoveV1", "description": "Cancel an outgoing move for a specified domain.\n\nThe move can only be cancelled while the receiving account has not accepted it yet.\nThe domain stays in your account.\n\nUse this endpoint to withdraw a move you no longer want to complete.", "method": "DELETE", "path": "/api/domains/v1/move/outgoing/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getOutgoingDomainMoveListV1", "description": "Retrieve all domains you are moving to other Hostinger accounts.\n\nOnly moves which have not completed yet are returned.\n\nUse this endpoint to track moves you have initiated and the accounts they are addressed to.", "method": "GET", "path": "/api/domains/v1/move/outgoing", "inputSchema": { "type": "object", "properties": {}, "required": [] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getDomainAuthorizationCodeV1", "description": "Retrieve the authorization (EPP) code for a specified domain so it can be transferred\naway from Hostinger to another registrar.\n\nRequesting a new code invalidates any code retrieved previously.\n\nUse this endpoint to obtain the code required to transfer a domain to another registrar.", "method": "GET", "path": "/api/domains/v1/portfolio/{domain}/auth-code", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_claimFreeDomainV1", "description": "Claim a free domain available on your account and register it.\n\nUnlike purchasing a domain, this consumes a free domain you already have,\nso no payment method is required.\n\nA successful response means the domain is registered. If registration fails, login to\n[hPanel](https://hpanel.hostinger.com/) and check domain registration status.\n\nIf no WHOIS information is provided, default contact information for that TLD will be used.\nBefore making request, ensure WHOIS information for desired TLD exists in your account.\n\nSome TLDs require `additional_details` to be provided and these will be validated before claiming.\n\nRequests which cannot be fulfilled are rejected with an error code in the response body,\nfor example `2037` when no free domain is available.\n\nUse this endpoint to register a domain using a free domain from your account.", "method": "POST", "path": "/api/domains/v1/portfolio/claim", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "domain_contacts": { "type": "object", "description": "Domain contact information", "properties": { "owner_id": { "type": "integer", "description": "Owner contact WHOIS record ID" }, "admin_id": { "type": "integer", "description": "Administrative contact WHOIS record ID" }, "billing_id": { "type": "integer", "description": "Billing contact WHOIS record ID" }, "tech_id": { "type": "integer", "description": "Technical contact WHOIS record ID" } } }, "additional_details": { "type": "object", "description": "Additional registration data, possible values depends on TLD", "properties": {} } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_enableDomainLockV1", "description": "Enable domain lock for the domain.\n\nWhen domain lock is enabled,\nthe domain cannot be transferred to another registrar without first disabling the lock.\n\nUse this endpoint to secure domains against unauthorized transfers.", "method": "PUT", "path": "/api/domains/v1/portfolio/{domain}/domain-lock", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_disableDomainLockV1", "description": "Disable domain lock for the domain.\n\nDomain lock needs to be disabled before transferring the domain to another registrar.\n\nUse this endpoint to prepare domains for transfer to other registrars.", "method": "DELETE", "path": "/api/domains/v1/portfolio/{domain}/domain-lock", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getDomainDetailsV1", "description": "Retrieve detailed information for specified domain.\n\nUse this endpoint to view comprehensive domain configuration and status.", "method": "GET", "path": "/api/domains/v1/portfolio/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getDomainListV1", "description": "Retrieve all domains associated with your account.\n\nUse this endpoint to view user's domain portfolio.", "method": "GET", "path": "/api/domains/v1/portfolio", "inputSchema": { "type": "object", "properties": {}, "required": [] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_purchaseNewDomainV1", "description": "Purchase and register a new domain name.\n\nIf registration fails, login to [hPanel](https://hpanel.hostinger.com/) and check domain registration status.\n\nIf no payment method is provided, your default payment method will be used automatically.\n\nIf no WHOIS information is provided, default contact information for that TLD will be used.\nBefore making request, ensure WHOIS information for desired TLD exists in your account.\n\nSome TLDs require `additional_details` to be provided and these will be validated before completing purchase.\n\nUse this endpoint to register new domains for users.", "method": "POST", "path": "/api/domains/v1/portfolio", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "item_id": { "type": "string", "description": "Catalog price item ID" }, "payment_method_id": { "type": "integer", "description": "Payment method ID, default will be used if not provided" }, "domain_contacts": { "type": "object", "description": "Domain contact information", "properties": { "owner_id": { "type": "integer", "description": "Owner contact WHOIS record ID" }, "admin_id": { "type": "integer", "description": "Administrative contact WHOIS record ID" }, "billing_id": { "type": "integer", "description": "Billing contact WHOIS record ID" }, "tech_id": { "type": "integer", "description": "Technical contact WHOIS record ID" } } }, "additional_details": { "type": "object", "description": "Additional registration data, possible values depends on TLD", "properties": {} }, "coupons": { "type": "array", "description": "Discount coupon codes", "items": { "type": "string", "description": "coupons parameter" } } }, "required": [ "domain", "item_id" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_enablePrivacyProtectionV1", "description": "Enable privacy protection for the domain.\n\nWhen privacy protection is enabled, domain owner's personal information is hidden from public WHOIS database.\n\nUse this endpoint to protect domain owner's personal information from public view.", "method": "PUT", "path": "/api/domains/v1/portfolio/{domain}/privacy-protection", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_disablePrivacyProtectionV1", "description": "Disable privacy protection for the domain.\n\nWhen privacy protection is disabled, domain owner's personal information is visible in public WHOIS database.\n\nUse this endpoint to make domain owner's information publicly visible.", "method": "DELETE", "path": "/api/domains/v1/portfolio/{domain}/privacy-protection", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getDomainRenewalInformationV1", "description": "Retrieve renewal information for a specified domain, including its status and current\nexpiration date.\n\nUse this endpoint to build renewal automation and expiry monitoring for a single domain.", "method": "GET", "path": "/api/domains/v1/portfolio/{domain}/renewal", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_updateDomainNameserversV1", "description": "Set nameservers for a specified domain.\n\nBe aware, that improper nameserver configuration can lead to the domain being unresolvable or unavailable.\n\nUse this endpoint to configure custom DNS hosting for domains.", "method": "PUT", "path": "/api/domains/v1/portfolio/{domain}/nameservers", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "ns1": { "type": "string", "description": "First name server" }, "ns2": { "type": "string", "description": "Second name server" }, "ns3": { "type": "string", "description": "Third name server" }, "ns4": { "type": "string", "description": "Fourth name server" } }, "required": [ "domain", "ns1", "ns2" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_claimFreeDomainTransferV1", "description": "Claim a free domain transfer available on your account and start the transfer.\n\nUnlike purchasing a transfer, this consumes a free domain transfer you already have,\nso no payment method is required.\n\nBefore making request, unlock the domain at the current registrar and get its authorization\ncode. The transfer is validated first, so domains which cannot be transferred are rejected\nbefore the free domain transfer is consumed.\n\nA successful response means the transfer has been started. Completion depends on the current\nregistrar and can be followed with the [transfer list endpoint](#tag/domains-transfer).\n\nIf no WHOIS information is provided, default contact information for that TLD will be used.\nBefore making request, ensure WHOIS information for desired TLD exists in your account.\n\nRequests which cannot be fulfilled are rejected with an error code in the response body.\n\nUse this endpoint to transfer a domain using a free domain transfer from your account.", "method": "POST", "path": "/api/domains/v1/transfers/claim", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" }, "auth_code": { "type": "string", "description": "Authorization code from the current registrar" }, "domain_contacts": { "type": "object", "description": "Domain contact information", "properties": { "owner_id": { "type": "integer", "description": "Owner contact WHOIS record ID" }, "admin_id": { "type": "integer", "description": "Administrative contact WHOIS record ID" }, "billing_id": { "type": "integer", "description": "Billing contact WHOIS record ID" }, "tech_id": { "type": "integer", "description": "Technical contact WHOIS record ID" } } }, "should_keep_ns": { "type": "boolean", "description": "Keep the existing nameservers of the domain" } }, "required": [ "domain", "auth_code" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getTransferV1", "description": "Retrieve the transfer for a specified domain.\n\nUse this endpoint to track an incoming or outgoing registrar transfer and its status.", "method": "GET", "path": "/api/domains/v1/transfers/{domain}", "inputSchema": { "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name" } }, "required": [ "domain" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getTransferListV1", "description": "Retrieve all domain transfers in your portfolio.\n\nUse this endpoint to monitor incoming and outgoing registrar transfers across your domains.", "method": "GET", "path": "/api/domains/v1/transfers", "inputSchema": { "type": "object", "properties": {}, "required": [] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_changeWHOISProfileForDomainV1", "description": "Change WHOIS contact profile for a domain.\n\nRepoints the given contact roles to a new WHOIS profile and submits the change to the registry.\nThe profile currently assigned to those roles is resolved automatically;\nthe request fails if the given roles are not all on the same profile today.\n\nChanging transfer sensitive fields on the owner contact starts an IRTP verification.\n\nThe change is processed asynchronously.\n\nUse this endpoint to move a registered domain onto different contact information.", "method": "PUT", "path": "/api/domains/v1/whois/change", "inputSchema": { "type": "object", "properties": { "new_whois_id": { "type": "integer", "description": "WHOIS profile ID to assign to the domain" }, "domain": { "type": "string", "description": "Domain name" }, "change_for": { "type": "array", "description": "Contact roles to repoint to the new WHOIS profile", "items": { "type": "string", "description": "change_for parameter", "enum": [ "owner", "admin", "billing", "tech" ] } } }, "required": [ "new_whois_id", "domain", "change_for" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_setWHOISProfileAsDefaultV1", "description": "Set WHOIS contact profile as default.\n\nThe default profile is pre-selected for the TLD it belongs to when registering new domains.\n\nUse this endpoint to avoid picking contact information for every registration.", "method": "PUT", "path": "/api/domains/v1/whois/default/{whoisId}", "inputSchema": { "type": "object", "properties": { "whoisId": { "type": "integer", "description": "WHOIS ID" } }, "required": [ "whoisId" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_unsetDefaultWHOISProfileV1", "description": "Unset WHOIS contact profile as default.\n\nThe profile itself is kept, it is only no longer pre-selected for its TLD.\n\nUse this endpoint to stop reusing contact information for new registrations.", "method": "DELETE", "path": "/api/domains/v1/whois/default/{whoisId}", "inputSchema": { "type": "object", "properties": { "whoisId": { "type": "integer", "description": "WHOIS ID" } }, "required": [ "whoisId" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getWHOISProfileV1", "description": "Retrieve a WHOIS contact profile.\n\nUse this endpoint to view domain registration contact information.", "method": "GET", "path": "/api/domains/v1/whois/{whoisId}", "inputSchema": { "type": "object", "properties": { "whoisId": { "type": "integer", "description": "WHOIS ID" } }, "required": [ "whoisId" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_deleteWHOISProfileV1", "description": "Delete WHOIS contact profile.\n\nUse this endpoint to remove unused contact profiles from account.", "method": "DELETE", "path": "/api/domains/v1/whois/{whoisId}", "inputSchema": { "type": "object", "properties": { "whoisId": { "type": "integer", "description": "WHOIS ID" } }, "required": [ "whoisId" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getWHOISProfileListV1", "description": "Retrieve WHOIS contact profiles.\n\nUse this endpoint to view available contact profiles for domain registration.", "method": "GET", "path": "/api/domains/v1/whois", "inputSchema": { "type": "object", "properties": { "tld": { "type": "string", "description": "Filter by TLD (without leading dot)" } }, "required": [] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_createWHOISProfileV1", "description": "Create WHOIS contact profile.\n\nUse this endpoint to add new contact information for domain registration.", "method": "POST", "path": "/api/domains/v1/whois", "inputSchema": { "type": "object", "properties": { "tld": { "type": "string", "description": "TLD of the domain (without leading dot)" }, "country": { "type": "string", "description": "ISO 3166 2-letter country code" }, "entity_type": { "type": "string", "description": "Legal entity type", "enum": [ "individual", "organization" ] }, "tld_details": { "type": "object", "description": "TLD details", "properties": {} }, "whois_details": { "type": "object", "description": "WHOIS details", "properties": {} } }, "required": [ "tld", "entity_type", "country", "whois_details" ] }, "security": [ { "apiToken": [] } ], "group": "domains" }, { "name": "domains_getWHOISProfileUsageV1", "description": "Retrieve domain list where provided WHOIS contact profile is used.\n\nUse this endpoint to view which domains use specific contact profiles.", "method": "GET", "path": "/api/domains/v1/whois/{whoisId}/usage", "inputSchema": { "type": "object", "properties": { "whoisId": { "type": "integer", "description": "WHOIS ID" } }, "required": [ "whoisId" ] }, "security": [ { "apiToken": [] } ], "group": "domains" } ]; export default tools;