You're viewing a demo portfolio

Join the waitlist
PRSM

monitor

Active

Tool of DomainKits

declared in 2.1.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

DomainKits

https://github.com/ABTdomain/domainkits-mcp

2/7 registries
View full server →