mcpbeat

All Quiet MCP Server

io.usefulapi/all-quiet
answering

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

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

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
22.0%
Uptime 24h
20 of 91 checks
11
Tools
read from the server
189 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 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 262 ms 12 min ago

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 20 of 91 checks got a reply (22.0%), average response time 189 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 189 ms on average, which is faster than 65% 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.