mcpbeat Sign in
I

Statuscake MCP Server

local only

Statuscake MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

StatusCake API: uptime checks, history, alerts, locations.

Installs / week
npm · statuscake-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
License
TypeScript

Nothing serious here today

Today is the operative word: we check Statuscake MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 statuscake-mcp -- npx -y statuscake-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "statuscake-mcp": {
      "args": [
        "-y",
        "statuscake-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.statuscake-mcp]
command = "npx"
args = ["-y", "statuscake-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "statuscake-mcp": {
      "args": [
        "-y",
        "statuscake-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "statuscake-mcp": {
      "args": [
        "-y",
        "statuscake-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Statuscake MCP

same job, measured the same way
HostTracker
by hosttracker

Website uptime monitoring: run checks from 300+ locations, manage monitors, alerts and incidents

65 tools answering
Exit1 Uptime Monitoring
by exit1

Set up uptime monitoring from your editor: create checks, configure alerts, query uptime history.

24 installs/wk answering
API Status Check
by shibley

Live status probes plus published uptime and incident history for 280+ APIs and cloud services.

8 tools answering
D
Watchpup
by workers-watchpup-watchpup

Free uptime monitoring: HTTP/TCP/TLS/DNS + MCP server checks, cron heartbeats, status pages, alerts.

12 tools answering
I
Ohdear MCP
by mrfentmen

Oh Dear API: monitors, checks, statuses.

local only
C
Weather MCP Server
by thenextgennexus

Forecasts, climate history, severe alerts by location — for outdoor-event planners.

1 tools answering
Price Tracker Drop Alert Watch
by theluckystrike

Check a shop page price now, keep a watch list, see history and target alerts. All data stays local.

10 tools answering
Hitsteps Analytics and Operations
by hitsteps

AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.

answering

Statuscake MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Statuscake MCP?
Statuscake 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 statuscake-mcp.
How do I connect Statuscake 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 statuscake-mcp straight from npm; nothing to host, nothing to sign up for.
Is Statuscake MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.