The ilert MCP server provides a comprehensive interface for on-call management, incident response, and alert handling. ilert is an AI-first incident management platform used by companies like Lufthansa Systems, REWE Digital, and Bertelsmann to optimize incident management, improve reliability, and minimize downtime.
This MCP server exposes tools across several key categories: alert management (listing, accepting, resolving, commenting, escalating, and rerouting alerts), incident management (creating, updating, and listing incidents), and team coordination (finding users, schedules, escalation policies, and services). It also supports invoking automated actions and workflows on alerts through webhook integrations.
Together, these tools enable a full incident response lifecycle—from detecting and triaging alerts, coordinating responders, escalating to the right teams, to tracking and communicating major service disruptions through structured incidents.
Combine get-my-profile and list-alerts (with the assignedTo parameter) to see alerts assigned to you and take action on them.
Show me all my open alerts that are currently pending or in progressUse show-alert-details, accept-alert, comment-alert, and resolve-alert to work through an incident from start to finish.
Accept alert 4521, add a comment that I'm investigating the database connection issue, then resolve it once doneUse show-alert-details to see escalation levels, then escalate-alert when you can't handle the issue yourself.
Escalate alert 3390 to level 2 because I don't have access to the payment gateway systemsCombine find-escalation-policies and reroute-alert to redirect an alert to the correct team.
Alert 2201 was sent to the wrong team — reroute it to the Network Operations escalation policyUse find-users or find-schedules with add-responder-to-alert to bring in additional expertise.
Add responder Sarah Chen to alert 1180 so she can help troubleshoot the Kubernetes clusterUse find-schedules to see current and upcoming on-call rotations.
Who is currently on call for the backend team, and who is next in the rotation?Combine find-alert-sources, find-escalation-policies, and create-alert to raise an alert for an issue not caught by monitoring.
Create a high-priority alert titled "API latency spike in EU region" and route it through the SRE escalation policyUse find-services, create-incident, and update-incident to track and communicate service disruptions.
Create a high-priority incident for a major outage on the Checkout service and set its status to INVESTIGATINGUse list-incidents and update-incident to keep stakeholders informed as an incident evolves.
Find the open incident affecting the Payments service and update it to MONITORING with a note that a fix has been deployedCombine list-alert-action (or list-alert-actions) with invoke-alert-action to trigger automated workflows.
Show me the available actions for alert 5567 and run the "restart-service" webhookUse find-users filtered by role to locate the right people for a task.
Find all users with the RESPONDER role who have "database" in their name or emailUse list-alerts with from and until parameters for reporting and review.
List all resolved alerts from January 1st to January 31st, 2025 for our post-incident review