OnlineOrNot MCPBeta

Manage uptime monitoring from your coding agent

Connect AI assistants to OnlineOrNot through the Model Context Protocol to check uptime, review status-page incident records, query heartbeat monitors, and manage status pages.

https://mcp.onlineornot.com/mcp
Configure a client

Installation

  1. 1.
    Open your terminal to access the CLI.
  2. 2.
    claude mcp add --transport http onlineornot https://mcp.onlineornot.com/mcp
  3. 3.
    This will trigger an OAuth authentication flow to connect Claude Code to your OnlineOrNot account.
  4. 4.
    You may need to manually authenticate if it does not happen automatically, which can be done via /mcp.
  5. For more details, see the Claude Code MCP documentation.

Monitor production without leaving your agent

The OnlineOrNot MCP server gives compatible AI clients access to your monitoring data and management workflows through OAuth or an OnlineOrNot API token.

Check uptime and heartbeats

Query website, API, browser, and scheduled-job monitors and inspect their current state.

Review status-page incidents

Review status-page incidents and monitoring data from the same context where you debug and write code.

Manage public communication

Work with maintenance windows and status pages without switching to another dashboard.

OAuth-capable clients open a secure authentication flow when they first connect. See the complete MCP reference for endpoint, authentication, and client setup details.