MCP server

incident.io

MCP

Official incident.io MCP. Incidents and follow-ups.

incident.io’s own server. Open incidents, roles, and actions — the org you sign into.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "incident-io": {
      "url": "https://mcp.incident.io/mcp"
    }
  }
}

By incident.io

Spec

What the server actually exposes.

  • list_incidents

    read

    Open and recent incidents.

  • get_incident

    read

    An incident and its updates.

  • create_followup

    write

    A follow-up after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

incident-io-mcp.mcp/tools

Tools

  • list_incidents

    Open and recent incidents.

    read
  • get_incident

    An incident and its updates.

    read
  • create_followup

    A follow-up after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_incidents",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.