StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-shenwell-stillonline": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for io.github.shenwell/stillonline and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for StillOnline — hosted uptime monitoring and status pages for indie SaaS and production AI agents.
Use it from Cursor, Claude Code, Windsurf, Codex, Antigravity, or any MCP-compatible client. Wraps StillOnline REST API v1 (Pro/Ultimate).
| Product | https://stillonline.tech |
| MCP docs | https://stillonline.tech/docs/mcp |
| npm | https://www.npmjs.com/package/stillonline-mcp |
| Official MCP Registry | io.github.shenwell/stillonline |
| Smithery | https://smithery.ai/servers/frenkyjuss/stillonline |
| Demo status page | https://stillonline.tech/s/demo |
Run in PowerShell or Terminal (not in the AI chat):
npx -y stillonline-mcp
Same as npx -y stillonline-mcp setup — the wizard starts when you run the package in a terminal. Editors launch the MCP server over stdio separately.
The wizard will:
codex mcp add / claude mcp add + snippetEmpty or invalid key → error and prompt again.
PowerShell paste: hidden input often blocks Ctrl+V — use right-click, Shift+Insert, or:
npx -y stillonline-mcp setup --visible-key --ru
Then reload MCP in your editor (e.g. Cursor Settings → MCP → Refresh).
npx -y stillonline-mcp setup --client cursor --ru
npx -y stillonline-mcp setup --dry-run
npx -y stillonline-mcp setup --yes # overwrite existing stillonline block
sk_live_…, shown once)Do not paste your API key into the AI chat. Use setup or MCP env on your machine only.
{
"mcpServers": {
"stillonline": {
"command": "npx",
"args": ["-y", "stillonline-mcp"],
"env": {
"STILLONLINE_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}
| Client | Config file (examples) |
|---|---|
| Cursor | ~/.cursor/mcp.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
Optional env: STILLONLINE_API_BASE (default https://api.stillonline.tech/v1).
| Command | Purpose |
|---|---|
npx -y stillonline-mcp | MCP server (stdio, for editors) |
npx -y stillonline-mcp setup | Interactive installer |
npx -y stillonline-mcp --help | CLI help |
| Tool | REST | Notes |
|---|---|---|
projects.list | GET /projects | |
projects.create | POST /projects | name, url; optional description |
projects.delete | DELETE /projects/{id} | Soft-delete |
checks.list | GET /projects/{id}/checks | |
checks.create | POST /projects/{id}/checks | url; optional name, interval_seconds |
checks.update | PATCH /checks/{id} | Pause: enabled: false |
checks.delete | DELETE /checks/{id} | |
status.get | GET /public/status/{slug} | No API key |
incidents.create | POST /status-pages/{id}/incidents | title |
incidents.get | GET /incidents/{id} |
Legacy underscore names such as list_projects and create_check are accepted as call alia