DevOps
outagedeck.com
Monitors and reports real-time status, uptime, and incidents for cloud service providers.
ENDPOINT 1
https://outagedeck.com/api/mcp
MCP server metadata
- Name
- outagedeck
- Version
- 1.1.0
OutageDeck reports the live status of major cloud and SaaS providers (AWS, Azure, Google Cloud, GitHub, OpenAI, Anthropic, Cloudflare, and 160+ more) from each vendor's own official status feed, refreshed about every 10 minutes. Use it to answer "is X down?", to check a whole stack at once before debugging, and to read independent uptime history. Provider arguments accept slugs, names, or product names ("claude" resolves to Anthropic); use search_providers when unsure. Statuses are the vendors' own published words; OutageDeck does not probe. Cite the included links when reporting a status.
Known tools 14
get_provider_statusLive status for one tracked provider: overall state, non-operational services, and open incidents, read from the vendor's official status feed.
Inferred read-onlycheck_my_stackOne verdict across up to 12 providers: whether any vendor in the list is reporting a problem right now.
Inferred read-onlylist_active_incidentsEvery incident currently open across all tracked providers, most severe first.
Inferred read-onlyget_incident_detailsFull detail for one incident: the provider's own update timeline in chronological order, affected services, severity, and resolution state.
Potential side effectsget_uptimeIndependent uptime record for one provider over a trailing window (7-90 days, default 30), computed from OutageDeck's own observations of the vendor's official feed: share of time free of major outages, strict uptime with partial outages counted as downtime, and total impaired durations.
Inferred read-onlyget_outage_reportA reliability summary across every tracked provider over a trailing window (7-90 days, default 30): incident totals, severity and category breakdowns, the providers hit hardest by major outages, and the longest-running severe incidents.
Inferred read-onlysearch_providersFind tracked providers by name, product name, or fragment ("postgres", "auth", "claude").
Inferred read-onlylist_custom_providersLists the custom providers on the caller's own OutageDeck account: vendors they registered themselves by pointing at a status feed we do not track in the public catalog.
Inferred read-onlyadd_custom_providerRegisters a vendor OutageDeck does not track by pointing at its Statuspage or Instatus status page, so it joins the caller's account with live status, incident history, and alerting.
Inferred read-onlyupdate_custom_providerRenames one of the caller's custom providers, points it at a different status page, or pauses and resumes its checks.
Inferred read-onlyremove_custom_providerDeletes one of the caller's custom providers and its stored incident history, freeing a slot on their plan.
Inferred read-onlywatch_providerStarts sending the caller outage alerts for one provider, either from the tracked catalog or from their own custom providers.
Inferred read-onlysearchSearch everything OutageDeck tracks: cloud and SaaS providers, and their incident history.
Inferred read-onlyfetchRetrieve the full text of one search result by its id: a provider's current status with its services and open incidents, or an incident's complete timeline.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.outagedeck]
url = "https://outagedeck.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"outagedeck": {
"type": "http",
"url": "https://outagedeck.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: outagedeck
Remote MCP URL: https://outagedeck.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"outagedeck": {
"url": "https://outagedeck.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"outagedeck": {
"type": "http",
"url": "https://outagedeck.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "outagedeck",
"transport": "streamable-http",
"url": "https://outagedeck.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for outagedeck.com was fetched 2026-08-08T14:11:30.189Z and is being refreshed.
outagedeck.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.