StillOnline
@shenwell
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"stillonline": {
"command": "npx",
"args": [
"-y",
"stillonline-mcp"
],
"env": {
"STILLONLINE_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}Tools
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.
Overview
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.
More Developer Tools MCP servers
test
prysmaticlabsGo implementation of Ethereum proof of stake
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Comments