We use analytics and marketing cookies to understand how Grip OS is discovered and used. No data leaves your device without consent. Cookie Policy

All Recipes

Anomaly Detection Alert

Polls the Sentinel alert stream for new anomaly detections, filtering by severity and deduplicating repeat events. Run continuously to maintain real-time awareness of suspicious activity across your MCP tool ecosystem.

advanced
Continuous
1 step
Continuous

Steps

1

Poll for active alerts with severity filtering

sentinel_alert_list via gripos-sentinel-mcp

Recipe JSON

{"trigger":"continuous","interval":"60s","steps":[{"tool":"sentinel_alert_list","args":{"status":"active"},"output_as":"active_alerts"}],"escalation":{"critical":"page","warning":"slack","info":"log"}}

Prerequisites

  • Sentinel anomaly detection thresholds configured
  • Alert webhooks set up

Run this recipe in Grip OS

Copy the JSON above, paste it into your Grip OS config, and it runs on schedule or on demand.