Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Uptimepage

dev.uptimepage/uptimepage

Monitor uptime and incidents, run checks, and publish status updates from your Uptimepage org.

Uptime
100.0%
3 direct probes · 30d
Response
354ms
last probe
Tools
16
callable
Resources
0
readable
Prompts
0
available

Tools · 16

get_flow_runs

A browser flow monitor's recent runs over a window (1h/24h/7d/30d): every declared step with its outcome and duration, the step a failure stopped on, and the page the browser saw. Use this to answer w…

get_flow_step_trend

How long each step of a browser flow monitor takes over a window (1h/24h/7d/30d), and how far it has moved: per step the earliest and latest mean duration, their ratio, and how many runs passed or fai…

get_incident

One incident: affected monitor, severity, open/resolved times, error sample, and the full operator-update timeline. Read-only.

get_incident_metrics

Incident metrics over a trailing window (default 30 days): MTTA/MTTR in seconds, total incidents, counts by severity and state, auto- vs human-resolved, and the noisiest monitors. Read-only.

get_monitor

One monitor's full configuration — everything the check asserts (expected status, body match, headers, timeout, redirect and TLS policy), the regions it probes from, and how it alerts (failing checks …

get_monitor_history

One monitor's history over a window (1h/24h/7d/30d): uptime, latency series, a per-region split of the same window, failures with error text, and incident windows. Pass `region` to narrow it to one pr…

get_org_health

Org health summary: per-state monitor totals and the worst currently-failing monitors. The one-shot answer to 'what is broken right now?'. Read-only.

get_org_usage

Which org this connector is bound to, and the account's resource usage against plan limits: monitors, status pages, members, components, and key policy values. Caps are pooled across every org the acc…

get_status_page

One status page: name, public URL, enabled, and its components with each linked monitor's current state. Read-only.

list_incidents

List the org's incidents: incident id, affected monitor, severity, open/resolved times, and latest update phase. Defaults to currently-open ones; pass state="all" with an optional from/to window (defa…

list_monitors

List monitors with optional state/type/tag filters and cursor pagination. Each item carries its current state and last-checked time. Read-only.

list_notification_channels

The org's notification channels: id, operator-set name, kind (email, slack, telegram, webhook, and so on), and whether the channel is enabled. Two flags say a channel is not working even where it read…

list_regions

The fleet's probe regions: id, display name, city, country, continent, and whether each is on by default for a new monitor. Reports `max_regions` only when the plan reaches fewer regions than the cata…

list_status_pages

List the org's status pages: slug, name, public URL, enabled. Cursor-paginated. Read-only.

list_tags

Every tag in use across the org's monitors, most-used first, with how many monitors carry each. Pass one back as the `tag` filter to list_monitors. Read-only.

list_variables

The org's reusable variables: key, and whether it is a secret. Values are never returned, and a secret's value is never even read. Write a variable into a monitor's header or body as `{{ key }}`, whic…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "uptimepage": {
      "url": "https://mcp.uptimepage.dev/mcp",
      "transport": "streamable-http"
    }
  }
}