You're viewing a demo portfolio

Join the waitlist
PRSM

link_domain

Active

Tool of BorealHost

declared in 1.27.0

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"
    }
  }
}

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 →
link_domain — BorealHost — PRSM MCP