list_domain_dns
ActiveTool of BorealHost
List all DNS records for a domain. Returns DNS records at the domain level (independent of site-level manage_dns). Use this for domains that may not be linked to a site. Requires: API key with read scope. Args: domain_name: Full domain name (e.g. "example.com") Returns: [{"id": "record-id", "type": "A", "subdomain": "www", "value": "1.2.3.4", "ttl": 3600}] Errors: NOT_FOUND: Domain not found or not owned by account
Parameters schema
{
"type": "object",
"title": "list_domain_dnsArguments",
"required": [
"domain_name"
],
"properties": {
"domain_name": {
"type": "string",
"title": "Domain Name"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries