Skip to main content
Glama

Vultr MCP

by rsp2k

create_domain

Create a new DNS domain with a default IP address and optional DNSSEC configuration for Vultr cloud infrastructure management.

Instructions

Create a new DNS domain.

Args: domain: The domain name to create ip: The default IP address for the domain dns_sec: Enable DNSSEC (enabled/disabled, default: disabled)

Returns: Created domain information

Input Schema

NameRequiredDescriptionDefault
dns_secNodisabled
domainYes
ipYes

Input Schema (JSON Schema)

{ "properties": { "dns_sec": { "default": "disabled", "title": "Dns Sec", "type": "string" }, "domain": { "title": "Domain", "type": "string" }, "ip": { "title": "Ip", "type": "string" } }, "required": [ "domain", "ip" ], "type": "object" }

Other Tools from Vultr 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/rsp2k/mcp-vultr'

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