Skip to main content
Glama

Vultr MCP

by rsp2k

setup_website

Configure DNS records for a website by specifying domain name and IP address, with optional www subdomain creation.

Instructions

Set up basic DNS records for a website.

Args: domain: The domain name ip: The website IP address www_enabled: Whether to create www subdomain record (default: True)

Returns: List of created DNS records

Input Schema

NameRequiredDescriptionDefault
domainYes
ipYes
www_enabledNo

Input Schema (JSON Schema)

{ "properties": { "domain": { "title": "Domain", "type": "string" }, "ip": { "title": "Ip", "type": "string" }, "www_enabled": { "default": true, "title": "Www Enabled", "type": "boolean" } }, "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