Skip to main content
Glama

hostinger-api-mcp

Official

VPS_setNameserversV1

Configure custom DNS nameservers for a specified virtual machine on Hostinger's infrastructure to ensure proper domain name resolution.

Instructions

Set nameservers for a specified virtual machine.

Be aware, that improper nameserver configuration can lead to the virtual machine being unable to resolve domain names.

Use this endpoint to configure custom DNS resolvers for VPS instances.

Input Schema

NameRequiredDescriptionDefault
ns1Yesns1 parameter
ns2Nons2 parameter
ns3Nons3 parameter
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "ns1": { "description": "ns1 parameter", "type": "string" }, "ns2": { "description": "ns2 parameter", "type": "string" }, "ns3": { "description": "ns3 parameter", "type": "string" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "ns1" ], "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