StillOnline
NPM · STILLONLINE-MCP · SCANNED AUG 3
StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 52 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add shenwell-stillonline -- npx -y stillonline-mcp
codex mcp add shenwell-stillonline -- npx -y stillonline-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"shenwell-stillonline": {
"type": "local",
"command": [
"npx",
"-y",
"stillonline-mcp"
],
"enabled": true
}
}
} openclaw mcp add shenwell-stillonline --command npx --arg -y --arg stillonline-mcp
mcp_servers:
shenwell-stillonline:
command: "npx"
args: ["-y", "stillonline-mcp"] {
"mcpServers": {
"shenwell-stillonline": {
"command": "npx",
"args": [
"-y",
"stillonline-mcp"
]
}
}
} 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.
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.
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.
checks.create Create Check ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| interval_seconds | number | — | Optional probe interval in seconds. Availability depends on the account plan. |
| name | string | — | Optional check label shown in the dashboard and status context. |
| project_id | string | yes | StillOnline project ID that should receive the new check. |
| url | string | yes | Public URL to probe. Prefer HTTPS health endpoints that return 200 without authentication. |
| Name | Type | Req | Description |
|---|---|---|---|
| check | object | yes | StillOnline check object, including identifiers, URL, enabled state, interval, and latest probe status fields returned by the REST API. |
No examples provided.
checks.delete Delete Check ~46
Permanently delete a StillOnline check. Use only when an endpoint should no longer be monitored.
| Name | Type | Req | Description |
|---|---|---|---|
| check_id | string | yes | StillOnline check ID returned by checks.list or checks.create. |
| Name | Type | Req | Description |
|---|---|---|---|
| deleted | boolean | yes | Whether the check delete operation succeeded. |
No examples provided.
checks.list List Checks ~51
List HTTP and SSL checks for a StillOnline project. Use this before updating, pausing, deleting, or auditing monitor coverage.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | StillOnline project ID whose checks should be listed. |
| Name | Type | Req | Description |
|---|---|---|---|
| checks | array | yes | Checks configured for the requested StillOnline project. |
No examples provided.
checks.update Update Check ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| check_id | string | yes | StillOnline check ID returned by checks.list or checks.create. |
| enabled | boolean | — | Set true to resume monitoring or false to pause this check. |
| interval_seconds | number | — | Optional new probe interval in seconds. Availability depends on the account plan. |
| name | string | — | Optional new display name for this check. |
| Name | Type | Req | Description |
|---|---|---|---|
| check | object | yes | StillOnline check object, including identifiers, URL, enabled state, interval, and latest probe status fields returned by the REST API. |
No examples provided.
incidents.create Create Incident ~76
Open an incident on a StillOnline status page. Use this when an outage or degraded service should be visible to subscribers and stakeholders.
| Name | Type | Req | Description |
|---|---|---|---|
| status_page_id | string | yes | StillOnline status page ID associated with the affected project. |
| title | string | yes | Short incident title, for example 'API latency elevated' or 'Agent gateway unavailable'. |
| Name | Type | Req | Description |
|---|---|---|---|
| incident | object | yes | StillOnline incident object, including identifiers, title, status page relation, and current incident state fields returned by the REST API. |
No examples provided.
incidents.get Get Incident ~54
Get a StillOnline incident by ID. Despite the historical name, this returns one incident record for follow-up status updates or review.
| Name | Type | Req | Description |
|---|---|---|---|
| incident_id | string | yes | StillOnline incident ID returned by incidents.create or the incidents API. |
| Name | Type | Req | Description |
|---|---|---|---|
| incident | object | yes | StillOnline incident object, including identifiers, title, status page relation, and current incident state fields returned by the REST API. |
No examples provided.
projects.create Create Project ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Optional short project description for dashboard context. |
| name | string | yes | Human-readable project name shown in StillOnline and on the generated status page. |
| url | string | yes | Public HTTPS URL to monitor, usually an app URL, API health endpoint, or agent /health endpoint. |
| Name | Type | Req | Description |
|---|---|---|---|
| project | object | yes | StillOnline project object, including identifiers, display name, status page metadata, and plan-scoped fields returned by the REST API. |
No examples provided.
projects.delete Delete Project ~49
Soft-delete a StillOnline project. Removes it from the dashboard and disables checks, matching the UI delete behavior.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | StillOnline project ID returned by projects.list or projects.create. |
| Name | Type | Req | Description |
|---|---|---|---|
| deleted | boolean | yes | Whether the project delete operation succeeded. |
| project_id | string | — | ID of the deleted StillOnline project. |
No examples provided.
projects.list List Projects ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| projects | array | yes | Projects available to the authenticated StillOnline account. |
No examples provided.
status.get Get Public Status ~55
Get public StillOnline status JSON by status page slug. Use this to inspect customer-facing uptime without exposing private account data.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Public status page slug or ID from a StillOnline /s/{slug} URL. |
Structured output declared, but exposes no named fields.
No examples provided.