Documentation
MCP
Connect StillOnline to agent IDEs and CLIs via stillonline-mcp on your machine — interactive setup, nothing to deploy on a server.
See also: REST API
Install
Nothing on a server. On your machine, run the setup wizard — it writes your key to mcp.json (hidden input, never into AI chat).
One command (wizard auto-starts)
In a terminal (not AI chat), npx opens setup. Cursor, Antigravity, Windsurf: auto-write; Codex, Claude Code: CLI command + config snippet. Use --ru for Russian CLI.
npx -y stillonline-mcpExplicit alias: npx -y stillonline-mcp setup
Explicit wizard with Russian CLI: npx -y stillonline-mcp setup --ru
Setup
API key
Create a key (Pro/Ultimate), copy sk_live_… — shown once.
Wizard or JSON
Preferred: npx -y stillonline-mcp setup. Or paste JSON into MCP settings:
{
"mcpServers": {
"stillonline": {
"command": "npx",
"args": ["-y", "stillonline-mcp"],
"env": {
"STILLONLINE_API_KEY": "sk_live_…"
}
}
}
}PowerShell (paste key)
If Ctrl+V fails in hidden input — visible mode (key on screen; do not share your display):
npx -y stillonline-mcp setup --ru --visible-keyRestart MCP
After setup: Settings → MCP → Refresh (or restart the window). Tools should appear: list_projects, create_check, … (~10 tools).
Verify
- Without a key in logs: STILLONLINE_API_KEY is required
- Ask the agent to call list_projects
Tools (npm 0.3.4+)
Covers main REST v1 write operations. Limits: 120 GET and 30 write requests per minute per key — see REST API.
| Tool | Purpose |
|---|---|
| list_projects | List projects |
| create_project | Create project (name, url) |
| delete_project | Delete project (soft) |
| list_checks | Project checks |
| create_check | Add URL check |
| update_check | Pause (enabled), name, interval |
| delete_check | Delete check |
| get_public_status | Public JSON by slug |
| create_incident | Open incident |
| list_incidents | Incident by id |
Where to open settings
| Agent | Where | Config |
|---|---|---|
| Cursor | Settings → MCP | ~/.cursor/mcp.json |
| Google Antigravity | MCP Servers → Manage → View raw config | ~/.gemini/antigravity/mcp_config.json |
| OpenAI Codex CLI | codex mcp add … or ~/.codex/config.toml | [mcp_servers.stillonline] |
| Claude Code | claude mcp add … | ~/.claude.json |
| Windsurf | Cascade → MCP | ~/.codeium/windsurf/mcp_config.json |
Wizard: npx -y stillonline-mcp — auto-writes for Cursor, Antigravity, Windsurf; Codex & Claude Code show CLI + config.