AIS Agent Flight Recorder — dead-man alerts & resume for AI agents
What this MCP does
Monitors agents and scheduled jobs through heartbeats, alerts on failures, and stores state capsules for resuming interrupted work.
Tools
Input schema
{'type': 'object', 'required': ['monitor_id'], 'properties': {'secret': {'type': 'string'}, 'monitor_id': {'type': 'string'}}, 'additionalProperties': False}
Input schema
{'type': 'object', 'required': ['monitor_id'], 'properties': {'secret': {'type': 'string'}, 'monitor_id': {'type': 'string'}}, 'additionalProperties': False}
Input schema
{'type': 'object', 'properties': {}, 'additionalProperties': False}
Input schema
{'type': 'object', 'required': ['monitor_id'], 'properties': {'secret': {'type': 'string', 'description': 'Monitor secret from register_monitor (not needed when calling with the owning Gateway key)'}, 'status': {'enum': ['ok', 'fail'], 'type': 'string'}, 'capsule': {'type': 'object', 'description': 'Resume state: { step, done: [...], next, ids: {...} } — anything JSON'}, 'monitor_id': {'type': 'string'}}, 'additionalProperties': False}
Input schema
{'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'What is being watched, e.g. "nightly ETL loop"'}, 'alert_email': {'type': 'string', 'description': 'Email address to alert (Gateway key tier only; capped at 10 emails/monitor/day)'}, 'alert_webhook': {'type': 'string', 'description': 'Discord webhook URL or any HTTPS webhook (receives JSON)'}, 'grace_minutes': {'type': 'number', 'description': 'How late a heartbeat may be before alerting (default 5)'}, 'period_minutes': {'type': 'number', 'description': 'Expected heartbeat interval in minutes (default 10)'}}, 'additionalProperties': False}
Recent tool changes
Similar MCP servers
inference.sh
Runs AI applications, connects to MCP servers, manages agent skills and knowledge, and publishes interactive artifacts.
Arclan MCP Registry
Provides a validated registry for discovering, evaluating, recommending, and reporting on MCP servers.
AIS Gateway — the campus front desk for AIS MCP buildings
Provides information about AIS MCP services, available buildings, pricing, and payment methods.
Alpic
Manages hosted MCP projects, deployment debugging, and usage analytics through the Alpic platform.
AgentMesh
Provides access to the AgentMesh network for finding, hiring, and communicating with other agents.
AgentUtility Model Router
MCP cluster for routing model-related requests through pay-per-call x402 tools; no tools are exposed in the registry.
agentra
Described as an identity, trust-scoring, and KYA service for autonomous agents; no tools are currently exposed.
AgentTrust — Identity & Trust for A2A Agents
Described as an identity, trust, and A2A orchestration service for autonomous agents; no tools are currently exposed.