You're viewing a demo portfolio

Join the waitlist
PRSM

domain_settings

Active

Tool of BorealHost

declared in 1.27.0

Update domain settings (auto-renew, WHOIS privacy, registrar lock). Only provided (non-None) fields are updated. Requires: API key with write scope. Args: domain_name: Full domain name (e.g. "example.com") auto_renew: Enable/disable automatic renewal whois_privacy: Enable/disable WHOIS privacy protection locked: Enable/disable registrar lock (prevents unauthorized transfers) Returns: {"success": true, "domain": "example.com", "auto_renew": true, "whois_privacy": true, "locked": true} Errors: NOT_FOUND: Domain not found or not owned by account

Parameters schema

{
  "type": "object",
  "title": "domain_settingsArguments",
  "required": [
    "domain_name"
  ],
  "properties": {
    "locked": {
      "type": "boolean",
      "title": "Locked",
      "default": null
    },
    "auto_renew": {
      "type": "boolean",
      "title": "Auto Renew",
      "default": null
    },
    "domain_name": {
      "type": "string",
      "title": "Domain Name"
    },
    "whois_privacy": {
      "type": "boolean",
      "title": "Whois Privacy",
      "default": null
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
domain_settings — BorealHost — PRSM MCP