Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

domains_createWHOISProfileV1

Generate a WHOIS contact profile for domain registration by specifying TLD, country code, entity type, and WHOIS details. Streamlines the process of adding accurate contact information for domain setup.

Instructions

Create WHOIS contact profile.

Use this endpoint to add new contact information for domain registration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYesISO 3166 2-letter country code
entity_typeYesLegal entity type
tldYesTLD of the domain (without leading dot)
tld_detailsNoTLD details
whois_detailsYesWHOIS details

Implementation Reference

  • TypeScript interface definition for the 'domains_createWHOISProfileV1' tool schema, specifying input parameters (tld, country, entity_type, tld_details, whois_details) and generic response.
    "domains_createWHOISProfileV1": { params: { /** * TLD of the domain (without leading dot) */ tld: string; /** * ISO 3166 2-letter country code */ country: string; /** * Legal entity type */ entity_type: string; /** * TLD details */ tld_details?: object; /** * WHOIS details */ whois_details: object; }; response: any; // Response structure will depend on the API };

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server