Launching today

OutageDeck
One status page for every service your stack depends on
44 followers
One status page for every service your stack depends on
44 followers
OutageDeck tracks 172 cloud and SaaS vendors from official feeds, with alerts, history, a free JSON API, and an MCP server your agents can query. Paid accounts can add private Statuspage or Instatus providers, including their own products: no crowdsourcing or scraping.












@kerolos_atallah Congrats for launch🙌 Integrating an MCP server so AI coding agents check vendor status before blindly rewriting code is a brilliant, Is there a public status page for OutageDeck itself so users can verify if OutageDeck is up during a massive multi-vendor cloud outage?
Thanks Priya. Yes, it’s at https://outagedeck.com/status
It checks the site, database, and whether provider ingestion is still refreshing on schedule. There’s also a machine-readable endpoint at https://outagedeck.com/api/health, which returns 503 if the database is unavailable or ingestion has gone stale, so teams can point an external monitor at it.
The honest limitation is that the status page runs on the same deployment. If OutageDeck itself is completely unreachable, the page will be unreachable too rather than showing red. I call that out on the page instead of pretending self-monitoring fully solves it. A separately hosted external check is the next step.