link_domain
ActiveTool of BorealHost
Link a domain to a hosted site. Attaches the domain to the specified site and triggers automatic DNS configuration and SSL provisioning. Requires: API key with write scope. Args: domain_name: Full domain name (e.g. "example.com") site_slug: Site identifier to link the domain to Returns: {"success": true, "domain": "example.com", "linked_site": "my-site", "message": "Domain linked"} Errors: NOT_FOUND: Domain or site not found VALIDATION_ERROR: Domain already linked to another site
Parameters schema
{
"type": "object",
"title": "link_domainArguments",
"required": [
"domain_name",
"site_slug"
],
"properties": {
"site_slug": {
"type": "string",
"title": "Site Slug"
},
"domain_name": {
"type": "string",
"title": "Domain Name"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries