Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

StillOnline

NPM · STILLONLINE-MCP · SCANNED AUG 3

StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.

Available components

+47 this week 71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 795 tokens (~61/item across 13 items; 10 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · stillonline-mcp

# add to Claude Code
claude mcp add shenwell-stillonline -- npx -y stillonline-mcp
# add to Codex CLI
codex mcp add shenwell-stillonline -- npx -y stillonline-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shenwell-stillonline": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "stillonline-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add shenwell-stillonline --command npx --arg -y --arg stillonline-mcp
# ~/.hermes/config.yaml
mcp_servers:
  shenwell-stillonline:
    command: "npx"
    args: ["-y", "stillonline-mcp"]
// mcp.json
{
  "mcpServers": {
    "shenwell-stillonline": {
      "command": "npx",
      "args": [
        "-y",
        "stillonline-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +54
    • Install scripts: pass → unverified security
    • Provenance: fail → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • Schema quality: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → excellent functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −36
    • Known CVEs: partial → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Dependency health: partial → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 31 Jul 26 +43
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −47
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 28 Jul 26 +29
    • Security disclosure: unverified → fail functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 98 packages

98 packages in the resolved dependency tree · 98 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 10 exposed · ~710 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
checks.create ~118

Add a URL check to an existing StillOnline project. Use this for additional SaaS endpoints, API health URLs, MCP backends, or autonomous agent health checks.

NameTypeReqDescription
interval_secondsnumberOptional probe interval in seconds. Availability depends on the account plan.
namestringOptional check label shown in the dashboard and status context.
project_idstringyesStillOnline project ID that should receive the new check.
urlstringyesPublic URL to probe. Prefer HTTPS health endpoints that return 200 without authentication.
NameTypeReqDescription
checkobjectyesStillOnline check object, including identifiers, URL, enabled state, interval, and latest probe status fields returned by the REST API.

No examples provided.

checks.delete ~46

Permanently delete a StillOnline check. Use only when an endpoint should no longer be monitored.

NameTypeReqDescription
check_idstringyesStillOnline check ID returned by checks.list or checks.create.
NameTypeReqDescription
deletedbooleanyesWhether the check delete operation succeeded.

No examples provided.

checks.list ~51

List HTTP and SSL checks for a StillOnline project. Use this before updating, pausing, deleting, or auditing monitor coverage.

NameTypeReqDescription
project_idstringyesStillOnline project ID whose checks should be listed.
NameTypeReqDescription
checksarrayyesChecks configured for the requested StillOnline project.

No examples provided.

checks.update ~109

Update a StillOnline check. Use this to pause or resume monitoring, rename a check, or change its probe interval after deploy or infrastructure changes.

NameTypeReqDescription
check_idstringyesStillOnline check ID returned by checks.list or checks.create.
enabledbooleanSet true to resume monitoring or false to pause this check.
interval_secondsnumberOptional new probe interval in seconds. Availability depends on the account plan.
namestringOptional new display name for this check.
NameTypeReqDescription
checkobjectyesStillOnline check object, including identifiers, URL, enabled state, interval, and latest probe status fields returned by the REST API.

No examples provided.

incidents.create ~76

Open an incident on a StillOnline status page. Use this when an outage or degraded service should be visible to subscribers and stakeholders.

NameTypeReqDescription
status_page_idstringyesStillOnline status page ID associated with the affected project.
titlestringyesShort incident title, for example 'API latency elevated' or 'Agent gateway unavailable'.
NameTypeReqDescription
incidentobjectyesStillOnline incident object, including identifiers, title, status page relation, and current incident state fields returned by the REST API.

No examples provided.

incidents.get ~54

Get a StillOnline incident by ID. Despite the historical name, this returns one incident record for follow-up status updates or review.

NameTypeReqDescription
incident_idstringyesStillOnline incident ID returned by incidents.create or the incidents API.
NameTypeReqDescription
incidentobjectyesStillOnline incident object, including identifiers, title, status page relation, and current incident state fields returned by the REST API.

No examples provided.

projects.create ~111

Create a StillOnline project with an automatic status page and initial HTTP URL check. Call this after deploying a new SaaS app, API, MCP backend, or AI agent health endpoint that needs uptime monitoring.

NameTypeReqDescription
descriptionstringOptional short project description for dashboard context.
namestringyesHuman-readable project name shown in StillOnline and on the generated status page.
urlstringyesPublic HTTPS URL to monitor, usually an app URL, API health endpoint, or agent /health endpoint.
NameTypeReqDescription
projectobjectyesStillOnline project object, including identifiers, display name, status page metadata, and plan-scoped fields returned by the REST API.

No examples provided.

projects.delete ~49

Soft-delete a StillOnline project. Removes it from the dashboard and disables checks, matching the UI delete behavior.

NameTypeReqDescription
project_idstringyesStillOnline project ID returned by projects.list or projects.create.
NameTypeReqDescription
deletedbooleanyesWhether the project delete operation succeeded.
project_idstringID of the deleted StillOnline project.

No examples provided.

projects.list ~41

List StillOnline projects for the authenticated account. Returns project IDs, names, status page metadata, and plan-scoped project data for follow-up check or incident operations.

Input schema present but exposes no named parameters.

NameTypeReqDescription
projectsarrayyesProjects available to the authenticated StillOnline account.

No examples provided.

status.get ~55

Get public StillOnline status JSON by status page slug. Use this to inspect customer-facing uptime without exposing private account data.

NameTypeReqDescription
slugstringyesPublic status page slug or ID from a StillOnline /s/{slug} URL.

Structured output declared, but exposes no named fields.

No examples provided.