MCP.so
登录

StillOnline

@shenwell

关于 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.

基本信息

分类

开发工具

传输方式

stdio

发布者

shenwell

提交者

Sergei Po

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

10

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.

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.

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

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

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.

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

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

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

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

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

概览

What is StillOnline?

StillOnline is an MCP server that lets you monitor SaaS apps and production AI agents—including OpenClaw, agent APIs, and MCP backends—directly from your IDE. It reads uptime, creates checks after deploy, and manages incidents.

How to use StillOnline?

Run npx -y stillonline-mcp in your terminal; an interactive setup wizard guides you for Cursor, Claude Code, Windsurf, Codex, and Antigravity. Alternatively, paste the manual JSON config into your MCP client, setting the STILLONLINE_API_KEY environment variable. You need a StillOnline Pro or Ultimate account and an API key from the StillOnline settings page.

Key features of StillOnline

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

Use cases of StillOnline

  • Monitor AI agent health endpoints from your IDE after deployment
  • Track uptime of SaaS applications you build or depend on
  • Manage incidents for production services without leaving your editor
  • Quickly create SSL checks for agent APIs and MCP backends

FAQ from StillOnline

What accounts does StillOnline require?

A StillOnline account with Pro or Ultimate tier and a live API key from https://stillonline.tech/app/settings/api.

Can this server provide logs or APM data?

No — StillOnline is not full observability; it does not include logs or APM.

How do I configure the server manually?

Add the JSON block with command: "npx", args: ["-y", "stillonline-mcp"], and the STILLONLINE_API_KEY environment variable to your MCP client's server config.

Which IDEs or clients are supported?

The interactive wizard supports Cursor, Claude Code, Windsurf, Codex, and Antigravity. The manual config works with any MCP client.

Where can I find documentation and demos?

Docs are at https://stillonline.tech/docs/mcp; a demo is at https://stillonline.tech/s/demo.

评论

开发工具 分类下的更多 MCP 服务器