Uptimepage MCP Server

Status pages + uptime monitoring. Open source, free to start. Live in 5 minutes. It is available as a remote MCP endpoint.

Teams that want a hosted DevOps & monitoring endpoint instead of running a local process. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 17 · #81 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

AGPL-3.0 · Rust servers · how we verify → /methodology

01 · Install Uptimepage

before you install - you'll need

Set UPTIMEPAGE_AUTH__FINGERPRINT_SALT before connecting.

Claude Code

claude mcp add uptimepage-uptimepage --transport http https://mcp.uptimepage.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "uptimepage-uptimepage": {
      "url": "https://mcp.uptimepage.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.uptimepage.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.uptimepage.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license AGPL-3.0 - declared in the repository

registry vendor namespace dev.uptimepage - domain-verified with the official MCP registry

03 · What Uptimepage can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

lightpanda-mirror-2026-07-09 · 2026-07-09

Pinned mirror of the Lightpanda headless browser used by the flow-monitor engine. · These are unmodified binaries snapshotted from the upstream nightly release on 2026-07-09. Upstream publishes nightly as a rolling tag…

v0.1.0 · 2026-06-21

First tagged release of Uptimepage - uptime monitoring with a built-in public status page. · Highlights: · HTTP, TCP, DNS, TLS certificate and domain-expiry · Automatic incidents, branded public status pages…

04 · Who maintains Uptimepage

Uptimepage is maintained by uptimepage. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
DevOps & monitoring - ranked #81 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-09)
registry
dev.uptimepage/uptimepage (active, first published 2026-08-11)

06 · Uptimepage FAQ

What is Uptimepage?

Status pages + uptime monitoring. Open source, free to start. Live in 5 minutes. It is available as a remote MCP endpoint.

Is Uptimepage still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Uptimepage?

Run `claude mcp add uptimepage-uptimepage --transport http https://mcp.uptimepage.dev/mcp`. The README documents one environment variable (UPTIMEPAGE_AUTH__FINGERPRINT_SALT) to set first. Set UPTIMEPAGE_AUTH__FINGERPRINT_SALT before connecting. You can also paste the ready-made client config above.

Does Uptimepage require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Uptimepage