# StillOnline MCP Monitor SaaS apps and production AI agents from your IDE. StillOnline MCP lets Cursor, Claude Code, …
# StillOnline MCP Monitor SaaS apps and production AI agents from your IDE. StillOnline MCP lets Cursor, Claude Code, Windsurf, Codex, Antigravity, and other MCP clients read uptime, create HTTP/SSL checks after deploy, inspect public status pages, and manage incidents. ## Install This is a **local stdio MCP** (`remote: false`). **Smithery Toolbox** (`Add to toolbox`) will show **Error** — there is no remote HTTP endpoint. Install locally instead: **Recommended — setup wizard (terminal, not the AI chat):** npx -y stillonline-mcp **Smithery CLI → editor:** smithery mcp add frenkyjuss/stillonline --client cursor Optional API key upfront: smithery mcp add frenkyjuss/stillonline --client cursor --config '{"stillonline_api_key":"sk_live_YOUR_KEY"}' **Manual MCP config:** { "mcpServers": { "stillonline": { "command": "npx", "args": ["-y", "stillonline-mcp"], "env": { "STILLONLINE_API_KEY": "sk_live_YOUR_KEY" } } } } Reload MCP in your editor after setup (e.g. Cursor Settings → MCP → Refresh). ## What it does - List StillOnline projects and checks - Create HTTP / SSL health checks for SaaS apps, APIs, MCP backends, OpenClaw gateways, and agent `/health` URLs - Pause, resume, rename, update, or delete checks - Read public status JSON by status page slug - Open and inspect incidents on status pages ## Requirements - StillOnline account - Pro or Ultimate plan for REST API / MCP access - API key from https://stillonline.tech/app/settings/api ## Links - Product: https://stillonline.tech - Docs: https://stillonline.tech/docs/mcp - npm: https://www.npmjs.com/package/stillonline-mcp - GitHub: https://github.com/shenwell/stillonline-mcp - Demo status page: https://stillonline.tech/s/demo
frenkyjuss
mcp
free
Others in the same category, ranked by how often they are opened.