MCP Catalogs
Homemcp-status-observer screenshot

mcp-status-observer

by imprvhub·7·Score 41

MCP server for monitoring operational status of major digital platforms like AI providers, cloud services, and developer tools.

monitoringdeveloper-toolsproductivity
7
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

MCP Status Observer provides a comprehensive solution for tracking the health and operational status of 22 major digital platforms. It integrates with Claude Desktop to offer real-time status information, incident history, and impact analysis for services including AI providers (OpenRouter, OpenAI, Anthropic, Gemini), cloud infrastructure (GCP, Vercel, Netlify), developer tools (GitHub, Docker, Atlassian), and productivity platforms (LinkedIn, Slack, Asana). The server supports simple query commands and natural language interactions to check platform statuses.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:DevOps professionals monitoring critical service dependencies before deployment
you:Developers checking API availability before executing dependent workflows
you:Business continuity teams assessing status of key digital services during incidents
you:What platforms are supported by Status Observer?
you:How do I check status for a specific platform?

When to choose this

Choose this MCP server if you need real-time status monitoring of multiple digital platforms and developer tools in one place, especially when your workflows depend on the availability of AI services, cloud infrastructure, and collaboration tools.

When NOT to choose this

Not suitable if you need to monitor internal/private services, require custom alerting mechanisms, or need historical status analysis beyond recent incidents - this tool focuses on public APIs of major platforms.

Tools this server exposes

1 tool extracted from the README
  • statusstatus --list | status --<platform> | status --all

    Monitor and query operational status of major digital platforms

Comparable tools

uptimerobot-mcphealthchecks-mcpstatuspage-mcp

Installation

Installation

  1. Clone the repository:
git clone https://github.com/imprvhub/mcp-status-observer
cd mcp-status-observer
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "statusObserver": {
      "command": "node",
      "args": ["ABSOLUTE_PATH_TO_DIRECTORY/mcp-status-observer/build/index.js"]
    }
  }
}

FAQ

What platforms are supported by Status Observer?
The server monitors 22 major digital platforms across AI & ML, cloud infrastructure, developer tools, productivity & collaboration, web infrastructure, and analytics categories.
How do I check status for a specific platform?
Use commands like `status --openrouter`, `status --github`, or `status --all` to get status information for specific platforms or all platforms.

On Hacker News

Recent discussion from the developer community.

Compare mcp-status-observer with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.