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
- StillOnline account with Pro or Ultimate
- API key: https://stillonline.tech/app/settings/api
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
/healthURLs) - Read public status pages
- Create and update incidents (Pro+)
Links
- Docs: https://stillonline.tech/docs/mcp
- npm: https://www.npmjs.com/package/stillonline-mcp
- Demo: https://stillonline.tech/s/demo
- Blog: https://stillonline.tech/blog/mcp-status-monitoring-ai-agents
- Product: https://stillonline.tech?utm_source=mcp.so&utm_medium=listing&utm_campaign=stillonline-v1
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"
}
}
}
}