Skip to main content
Glama

hostinger-api-mcp

Official

domains_updateDomainNameserversV1

Update nameservers for a domain to configure custom DNS hosting. Ensure proper DNS resolution by setting primary and secondary nameservers.

Instructions

Set nameservers for a specified domain.

Be aware, that improper nameserver configuration can lead to the domain being unresolvable or unavailable.

Use this endpoint to configure custom DNS hosting for domains.

Input Schema

NameRequiredDescriptionDefault
domainYesDomain name
ns1YesFirst name server
ns2YesSecond name server
ns3NoThird name server
ns4NoFourth name server

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain name", "type": "string" }, "ns1": { "description": "First name server", "type": "string" }, "ns2": { "description": "Second name server", "type": "string" }, "ns3": { "description": "Third name server", "type": "string" }, "ns4": { "description": "Fourth name server", "type": "string" } }, "required": [ "domain", "ns1", "ns2" ], "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