domain_settings
ActiveTool of BorealHost
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
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries