Skip to main content
Glama

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

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

Input Schema (JSON Schema)

{ "properties": { "country": { "description": "ISO 3166 2-letter country code", "type": "string" }, "entity_type": { "description": "Legal entity type", "enum": [ "individual", "organization" ], "type": "string" }, "tld": { "description": "TLD of the domain (without leading dot)", "type": "string" }, "tld_details": { "description": "TLD details", "properties": {}, "type": "object" }, "whois_details": { "description": "WHOIS details", "properties": {}, "type": "object" } }, "required": [ "tld", "entity_type", "country", "whois_details" ], "type": "object" }

Other Tools from hostinger-api-mcp

Related Tools

    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