MCP server

incident.io
MCPOfficial 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
readOpen and recent incidents.
get_incident
readAn incident and its updates.
create_followup
writeA 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
- read
list_incidents
Open and recent incidents.
- read
get_incident
An incident and its updates.
- write
create_followup
A follow-up after you confirm.
Last call
{ "ok": true,
"tool": "list_incidents",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
