VOOZH about

URL: https://mcp.so/server/stillonline/StillOnline

⇱ StillOnline MCP Server


StillOnline

@StillOnline

MCP server for StillOnline — uptime monitoring and status pages from Cursor, Claude Code, and other MCP clients. Wraps REST API v1: projects, HTTP/SSL checks, incidents. Requires Pro/Ultimate API key.
Overview

StillOnline MCP

Monitor SaaS apps and production AI agents (OpenClaw, agent APIs, MCP backends) from your IDE — read uptime, create checks after deploy, manage incidents.

Install

Run in terminal:

npx -y stillonline-mcp

Interactive setup wizard for Cursor, Claude Code, Windsurf, Codex, and Antigravity.

Requirements

Manual config

Use the Server Config field on this page, or paste into your MCP client:

{
 "mcpServers": {
 "stillonline": {
 "command": "npx",
 "args": ["-y", "stillonline-mcp"],
 "env": {
 "STILLONLINE_API_KEY": "sk_live_YOUR_KEY"
 }
 }
 }
}

What you can do

  • List projects and checks
  • Create HTTP / SSL health checks (SaaS or agent /health URLs)
  • Read public status pages
  • Create and update incidents (Pro+)

Links

Not full observability — no logs or APM. English + Russian UI.

Server Config

{
 "mcpServers": {
 "stillonline": {
 "command": "npx",
 "args": [
 "-y",
 "stillonline-mcp"
 ],
 "env": {
 "STILLONLINE_API_KEY": "sk_live_YOUR_KEY"
 }
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.