mcpbeat Sign in

All Quiet MCP Server

answering

All Quiet is answering right now. Last checked 14 min ago. It exposes 11 tools. Last commit 1 Sep 2026.

Manage incidents and on-call: list/create/update incidents, who is on call, on-call overrides.

Uptime history 47 days of history · worst day 24%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
11
Tools
read from the server
168 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check All Quiet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add all-quiet --transport http https://all-quiet.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "all-quiet": {
      "url": "https://all-quiet.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.all-quiet]
url = "https://all-quiet.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "all-quiet": {
      "url": "https://all-quiet.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "all-quiet": {
      "url": "https://all-quiet.usefulapi.io/mcp"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

allquiet
allquiet_create_incident
Creates a new incident on the LIVE account (may trigger alerting/paging). `status` and `severity` are free-form strings the API validates against your account's configuration — common `severity` values include "Warning", "Minor", "Major", "Critical", and `status` reflects the incident lifecycle (e.g. "Open"/"Resolved"); confirm the valid values for your account before calling. All Quiet: POST /v1/incident.
allquiet_create_on_call_override
Creates an on-call override for a user on the LIVE account (temporarily changes who is on call). `type` is a free-form override kind and `start`/`end` govern the override window — confirm the valid `type` values for your account. All Quiet: POST /v1/on-call-override.
allquiet_get_incident
Get a single incident by its id. All Quiet: GET /v1/incident/search/{incidentId}.
allquiet_get_incident_markdown
Get a markdown rendering of a single incident by its id (useful for pasting into a doc or chat). All Quiet: GET /v1/incident/search/{incidentId}/markdown.
allquiet_list_incidents
Search/list incidents with filters (status, severity, team, user, search term, archived/snoozed, date range) and pagination. All Quiet: GET /v1/incident/search/list.
allquiet_list_on_call_overrides
Search/list on-call overrides for a given user. All Quiet: GET /v1/on-call-override/search/list.
allquiet_list_teams
Search/list teams, optionally filtered by display name. All Quiet: GET /v1/team/search/list.
allquiet_list_users
Search/list users, optionally filtered by email or display name. All Quiet: GET /v1/user/search/list.
allquiet_on_call_report
Get a summed on-call duration report over a time window, optionally filtered by user/team/escalation tier. All Quiet: GET /v1/on-call-report/sum.
allquiet_update_incident
Applies an operation to an existing LIVE incident: change its severity and/or append an intent (a lifecycle action such as acknowledge/resolve/reopen/snooze — a status transition). At least one of `changeSeverity` or `appendIntent` is required. All Quiet: PATCH /v1/incident/{incidentId}.
allquiet_who_is_on_call
Get who is currently (or at a given point in time) on call, optionally filtered by team/user. All Quiet: GET /v1/on-call.

Endpoints

URLTransportStateLatencyChecked
https://all-quiet.usefulapi.io/mcp streamable-http answering 220 ms 14 min ago

Alternatives to All Quiet

same job, measured the same way
Statuspal
by usefulapi

Read status-page status, services, incidents and metrics; create, update and publish incidents.

11 tools answering
Pagerduty
by mcparmory

Manage incidents, on-call schedules, escalation policies, and alert notifications

226 installs/wk local only
Cronitor
by usefulapi

Manage Cronitor monitors and send telemetry pings — list, inspect, create, update, delete.

6 tools answering
Runframe MCP Server
by runframe

MCP server for Runframe incident management covering incidents, on-call, postmortems, and more.

53 installs/wk local only
UptimeRobot
by uptimerobot

Monitor websites, APIs, and servers: create monitors, triage incidents, and query uptime stats.

answering
Instatus
by usefulapi

Manage status pages: components, incidents and maintenances; set live component status.

14 tools answering
Rootly
by rootly

Incident management, on-call scheduling, and intelligent analysis powered by Rootly.

1 424 installs/wk answering
Betterstack
by usefulapi

Read monitors, incidents, heartbeats, on-call and status pages; acknowledge or resolve incidents.

9 tools answering

All Quiet — questions

Answers built from our own checks of this server.

What can All Quiet do?
It exposes 11 tools, read directly from the server on our last check. Among them: allquiet_create_incident, allquiet_create_on_call_override, allquiet_get_incident, allquiet_get_incident_markdown, allquiet_list_incidents, allquiet_list_on_call_overrides and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is All Quiet working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 168 ms. The bar chart above shows every period we have measured.
How do I connect All Quiet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does All Quiet need an API key?
No. All Quiet completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is All Quiet?
It answers our handshake in 168 ms on average, which is faster than 73% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is All Quiet open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.