# Rootly — MCP server on mcp.ai > Connect your Rootly account and use 6 tools for IT operations straight from your AI agent. Connect with your own API key. Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response. By: mcp.ai · official Page: https://mcp.ai/rootly ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_rootly?ms=1787291460000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/rootly/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/rootly/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/rootly/skill.md Postman collection (v2.1): https://mcp.ai/rootly/postman.json ## Tools - rootly_delete_action_item(action_item_id: string) — This tool allows for the deletion of a specific action item in Rootly. It complements the existing ROOTLY_LIST_ACTION_ITEMS functionality by providing the ability to remove individual action items fro - rootly_delete_incident(id: string) — Tool to delete an incident in Rootly by ID. Use when performing administrative cleanup. This is a destructive operation and depends on appropriate Rootly permissions. - rootly_get_action_item(action_item_id: string) — Retrieves detailed information about a specific action item by its ID from Rootly. Action items are tasks or follow-up items created during incident management to track work that needs to be completed - rootly_get_incident(id: string, include?: string) — Tool to retrieve full details for a single Rootly incident by ID. Use when you need complete incident information for drill-down after listing or searching incidents. Supports optional include paramet - rootly_list_action_items(kind?: string, status?: string, priority?: string, page_size?: integer, page_number?: integer) — This tool retrieves a list of all action items for an organization in Rootly. Action items are tasks or follow-up items that need to be completed during or after an incident, helping to track and mana - rootly_update_incident(id: string, data: object) — Tool to update fields on an existing Rootly incident by ID. Use when you need to modify incident status, severity, metadata, or other attributes. Supports updating title, status, summary, severity_id, ## Example prompts - "What can I do in Rootly?" - "Show me a summary of my Rootly account" ## Links Docs: https://mcp.ai/docs/mcps/rootly Website: https://mcp.ai/mcps/rootly