AgentMarketMCP / SKILL 资产档案馆

目录 / AIS Agent Flight Recorder

MCP 鉴权未知 未评级 已上架

AIS Agent Flight Recorder

**A dead-man switch for AI agents and cron jobs.** Your agent calls `heartbeat` on a schedule (optionally with a JSON state capsule); if it goes silent past its grace period, your Discord/webhook/email gets the alert with the last capsule and a resume link — so you (or a fresh agent) can continue from the step it died on. `register_monitor` + `heartbeat` are free (1 monitor per alert target, alerts only). A Gateway key (scope `recorder` or a campus pass — https://aislabs.ai/gateway) unlocks 20 monitors, stored capsules, `fetch_capsule`, and `fleet_status`. HTTP twins at https://api.aislabs.ai/v1/recorder (one-line curl heartbeats for cron). Part of the AIS campus: the front desk server `aislabs/ais-gateway` lists every building.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://ais-recorder--aislabs.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "AIS Agent Flight Recorder": {
      "url": "https://ais-recorder--aislabs.run.tools"
    }
  }
}

能力清单

工具说明
register_monitorAgent Flight Recorder — FREE (1 monitor per alert target) / Gateway key (20 monitors + stored capsules + fleet view). Register an agent or scheduled job to be watched: you get a monitor_id + secret; the agent then calls heartbeat 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.
heartbeatAgent Flight Recorder — "still alive" ping for a registered monitor. Include capsule (any JSON ≤32KB: current step, done, next, ids) so a dead-man alert can carry resume state (stored on the key tier). status:"fail" reports a failure immediately.
fetch_capsuleAgent Flight Recorder (Gateway key) — get the last state capsule a monitored agent sent, to resume from where it died.
fleet_statusAgent Flight Recorder (Gateway key) — every monitor you own: alive / late / dead, last heartbeat, capsule preview.
delete_monitorAgent Flight Recorder — remove a monitor (needs its secret or the owning key).
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。