monitor
ActiveTool of DomainKits
Manage cross-platform domain monitoring tasks that track changes in WHOIS, DNS, and host-supplied page content. Data is encrypted at rest (AES-256-GCM) in a private per-user directory. Actions: - get: retrieve monitors and check eligible WHOIS/DNS targets, returning current and previous data with change flags. - set: create a monitor, subject to the account tier's maximum. - update: save host-supplied page, WHOIS, or DNS state for a monitor. - delete: remove a monitor. Requires a registered account with memory enabled.
Parameters schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Monitor task ID (update and delete)"
},
"dns": {
"type": "string",
"description": "DNS result, backward compatibility (update only)"
},
"note": {
"type": "string",
"description": "What to watch for — user's intent in natural language (set only)"
},
"page": {
"type": "string",
"description": "Page content summary from web_fetch (update only)"
},
"tools": {
"type": "string",
"description": "Comma-separated: whois, dns, web_fetch. Default: whois,dns (set only)"
},
"whois": {
"type": "string",
"description": "WHOIS result, backward compatibility (update only)"
},
"action": {
"type": "string",
"description": "'get', 'set', 'update', or 'delete'. Defaults to 'get' if not specified."
},
"domain": {
"type": "string",
"description": "Domain to monitor (set only)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
DomainKits
https://github.com/ABTdomain/domainkits-mcp
2/7 registries