Trust: 25/100 (Limited)
OutageDeck Guide
Live status, incident timelines, and independent uptime history for 172 cloud and SaaS vendors from official status feeds. Public MCP tools are free, keyless, and read-only.
by OutageDeck
Quick Start
Install
claude mcp add --transport http outagedeck https://outagedeck.com/api/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"outagedeck": {
"command": "npx",
"args": [
"claude mcp add --transport http outagedeck https://outagedeck.com/api/mcp"
]
}
}
}