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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"stillonline": {
"command": "npx",
"args": [
"-y",
"stillonline-mcp"
],
"env": {
"STILLONLINE_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}ツール
10List 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
/healthURLs - 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.
「開発者ツール」の他のコンテンツ
Huoshan Test
volcengineMCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
コメント