← Registry

DevOps

realuptime.io

MCP server that provides RealUptime's third-party service uptime monitoring data, including current down status, per-region readings and latency, report volume, recent incidents, and stack-level status summaries.

2 endpoints7 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://mcp.realuptime.io/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.realuptime-io]
url = "https://mcp.realuptime.io/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "realuptime-io": {
      "type": "http",
      "url": "https://mcp.realuptime.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: realuptime-io
Remote MCP URL: https://mcp.realuptime.io/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "realuptime-io": {
      "url": "https://mcp.realuptime.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "realuptime-io": {
      "type": "http",
      "url": "https://mcp.realuptime.io/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "realuptime-io bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "realuptime-io",
  "transport": "streamable-http",
  "url": "https://mcp.realuptime.io/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.realuptime.io/public

No auth detected

MCP server metadata

Name
realuptime-outages
Version
0.1.0
Capabilities
tools.listChanged

Known tools 7

is_service_down

Is a third-party service currently down, as measured by RealUptime's own probes from up to four named regions?

Inferred read-only
get_regional_readings

Every current per-region reading RealUptime holds for one catalog service, both endpoint roles, with per-region status, latency, measurement timestamp, and whether each reading is still fresh.

Inferred read-only
get_report_volume

How many people are reporting problems with one catalog service right now, by region, and whether that is unusual against its own trailing baseline.

Inferred read-only
list_recent_incidents

Past outages RealUptime detected for one catalog service.

Inferred read-only
get_stack

One "my stack" page: a named set of RealUptime-tracked services, each with the SAME plate level its own page shows (down / partially_down / degraded / partially_degraded / blocked / no_data / partially_unverified / up, with label and clause), plus the stack's roll-up: `summary.

Inferred read-only
internet_weather

How the internet looks from RealUptime's probe regions right now (https://realuptime.

Inferred read-only
is_the_internet_down

Is there a shared-infrastructure incident right now (Cloudflare, an AWS region, a CDN), as inferred from RealUptime's own probes across every service it tracks?

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.realuptime-outages]
url = "https://mcp.realuptime.io/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "realuptime-outages": {
      "type": "http",
      "url": "https://mcp.realuptime.io/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: realuptime-outages
Remote MCP URL: https://mcp.realuptime.io/public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "realuptime-outages": {
      "url": "https://mcp.realuptime.io/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "realuptime-outages": {
      "type": "http",
      "url": "https://mcp.realuptime.io/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "realuptime-outages",
  "transport": "streamable-http",
  "url": "https://mcp.realuptime.io/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.