mcpbeat Sign in

Uptime MCP Server

local only

Uptime MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Check website availability, latency, and TLS certificate expiry locally. No key required.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · uptime-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add uptime-mcp -- npx -y uptime-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uptime-mcp": {
      "args": [
        "-y",
        "uptime-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uptime-mcp]
command = "npx"
args = ["-y", "uptime-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "uptime-mcp": {
      "args": [
        "-y",
        "uptime-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uptime-mcp": {
      "args": [
        "-y",
        "uptime-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Uptime MCP

same job, measured the same way
Ssl Cert MCP
by mrfentmen

Inspect TLS certificates of a host: issuer, expiry, and SAN. No key required.

local only
Certspotter MCP
by mrfentmen

Certificate transparency lookups from Cert Spotter. No key required.

local only
Citybikes MCP
by mrfentmen

List bike share networks and live station availability from CityBikes. No key required.

local only
IP Geo MCP
by mrfentmen

Geolocate an IP address: country, region, city, and ISP. No key required.

local only
Citi Bike MCP
by mrfentmen

Citi Bike station status and locations. No key required.

local only
Anagram MCP
by mrfentmen

Find anagrams and check if two words are anagrams locally. No network and no key.

local only
Ipwhois MCP
by mrfentmen

IP address lookup with location and network details. No key required.

local only
Endoflife MCP
by mrfentmen

Check software end of life dates from endoflife.date. No key required.

local only

Uptime MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Uptime MCP?
Uptime MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package uptime-mcp.
Is Uptime MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Uptime MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls uptime-mcp straight from npm; nothing to host, nothing to sign up for.