# Status Observer

Monitor and query the operational status of major digital platforms in real-time. Get detailed status information for specific services and components with a simple query interface. Stay informed abo…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add imprvhub/mcp-status-observer

# Browse available tools
npx -y @smithery/cli@latest tool list imprvhub/mcp-status-observer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get imprvhub/mcp-status-observer status

# Call a tool
npx -y @smithery/cli@latest tool call imprvhub/mcp-status-observer status '{}'
```

## Tools (1)

- `status` — Check operational status of major digital platforms including AI providers like OpenRouter, OpenAI, Anthropic; cloud se…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get imprvhub/mcp-status-observer <tool-name>
```

---

Source: https://github.com/imprvhub/mcp-status-observer | License: MPL-2.0
