delete_monitorDelete MonitorRemoves a monitor. Needs its secret or the owning key.
MCP SERVER
https://api.aislabs.ai/recorder/mcpSUMMARY
AIS Agent Flight Recorder is an MCP server that provides dead-man switch functionality for AI agents and cron jobs. It allows registering a monitor for an agent or scheduled job, receiving heartbeats with a state capsule, and sending alerts to Discord/HTTPS webhooks or email when heartbeats stop. It also offers resume links and, on the Gateway key tier, stores capsules and provides fleet status.
CAPABILITIES
Evidence-backed capability profile
TOOLS IN THIS MCP SERVER
delete_monitorDelete MonitorRemoves a monitor. Needs its secret or the owning key.
fetch_capsuleFetch CapsuleGets the last state capsule a monitored agent sent, to resume from where it died. Requires a Gateway key.
fleet_statusFleet StatusLists every monitor you own: alive / late / dead, last heartbeat, capsule preview. Requires a Gateway key.
heartbeatHeartbeatSends a 'still alive' ping for a registered monitor. Include a capsule (any JSON ≤32KB) so a dead-man alert can carry resume state. status:'fail' reports a failure immediately.
register_monitorRegister MonitorRegisters an agent or scheduled job to be watched. Returns a monitor_id and secret. The agent then sends heartbeats every period_minutes. If heartbeats stop for period + grace, the alert target (Discord/HTTPS webhook and/or email) is notified with the last state capsule and a resume link.
MACHINE-READABLE ENDPOINTS
ACCESS
USAGE OBSERVATIONS