# 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 mcp add imprvhub/mcp-status-observer

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

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

# Call a tool
npx -y smithery 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 tool get imprvhub/mcp-status-observer <tool-name>
```

---

License: MPL-2.0
