Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OutageDeck MCP server

OutageDeck logo

OutageDeck on Glama

Add OutageDeck to Cursor Install OutageDeck in VS Code Install the outage-triage agent in VS Code

OutageDeck gives AI coding agents live status, incident timelines, and independent uptime history for 172 cloud and SaaS vendors. The remote server reads each vendor's official status feed and needs no API key for public status checks.

Use it to answer “is it us or them?” before debugging your code.

Connect in one line

Agent Package Manager (after apm init; deploys to the clients declared in your APM project):

apm install --mcp com.outagedeck/outagedeck-status --transport http --registry https://registry.modelcontextprotocol.io

Claude Code:

claude mcp add --transport http outagedeck https://outagedeck.com/api/mcp

For MCP clients that accept JSON configuration:

{
  "mcpServers": {
    "outagedeck": {
      "url": "https://outagedeck.com/api/mcp"
    }
  }
}

No package, daemon, or environment variable is required.

What an agent can do

Ask your agent:

  • “Before debugging this deploy, check AWS, Cloudflare, GitHub, and OpenAI.”
  • “Is Claude down, or is this failure in my app?”
  • “What major vendor incidents are active right now?”
  • “Show GitHub's uptime and incident history for the last 30 days.”
  • “Give me a citable timeline for the current Cloudflare incident.”

Public tools:

Tool Purpose
get_provider_status Live status for one provider
check_my_stack One verdict across up to 12 providers
list_active_incidents Active incidents across the catalog
get_incident_details A vendor's complete incident update timeline
get_uptime Independent 7–90 day uptime history
get_outage_report Cross-vendor reliability summary
search_providers Find providers by company or product name
search and fetch Search and retrieve citable OutageDeck documents

Account tools let subscribers manage their own custom providers and alerts without sharing webhook credentials in a conversation: list_custom_providers, add_custom_provider, update_custom_provider, remove_custom_provider, and watch_provider.

Data and trust model

OutageDeck reads official provider status feeds about every 10 minutes. It does not guess from social reports or claim to replace a provider's own status page. Tool results include source and OutageDeck links so an agent can cite what it reports.

Public tools are read-only. Account-specific tools require an OutageDeck API key, and each tool declares its read-only, idempotent, and destructive hints to MCP clients.

Availability and plans

Provider status, incident history, the public API, RSS, badges, and the public MCP tools are free without an account. Free accounts add email alerts for up to five providers. Paid plans add Slack, Teams, Discord, and webhook alerts, custom providers, and higher API quotas.

Registry metadata

server.json mirrors the active record published to the official MCP Registry. This repository documents the hosted service; it does not contain the production server implementation. The MIT license applies to the documentation and registry metadata in this repository.

Questions or security reports: hello@outagedeck.com

About

Official OutageDeck remote MCP server: live status, incidents, and uptime history for 172 cloud and SaaS vendors.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors