census_watch_subscribe
Subscribe this agent (or a human email) to alerts for ONE specific MCP server. Fires only on real observed changes: remote_down, remote_up, health_change, verified_change, security. Requires x-api-key. Prefer webhook_url (https) so your agent can receive POST callbacks; email optional. Returns a watch id + HMAC secret (X-Census-Signature: sha256=…). Free tier: 5 watches; pro: 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Optional human email for the same alerts | ||
| label | No | Optional agent-chosen label | |
| events | No | Subset of remote_down,remote_up,health_change,verified_change,security,tools_changed (default: all) | |
| server_name | Yes | Exact registry name to watch | |
| webhook_url | No | https URL that will receive signed POST event payloads |