← StillOnline

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.

terminal
npx -y stillonline-mcp

Explicit alias: npx -y stillonline-mcp setup

stillonline-mcp on npmjs.com

Explicit wizard with Russian CLI: npx -y stillonline-mcp setup --ru

Setup

Do not paste your API key into the AI chat. Use setup or env in mcp.json on your machine only.
1

API key

Create a key (Pro/Ultimate), copy sk_live_… — shown once.

2

Wizard or JSON

Preferred: npx -y stillonline-mcp setup. Or paste JSON into MCP settings:

JSON
{
  "mcpServers": {
    "stillonline": {
      "command": "npx",
      "args": ["-y", "stillonline-mcp"],
      "env": {
        "STILLONLINE_API_KEY": "sk_live_…"
      }
    }
  }
}
3

PowerShell (paste key)

If Ctrl+V fails in hidden input — visible mode (key on screen; do not share your display):

terminal
npx -y stillonline-mcp setup --ru --visible-key
4

Restart 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.

ToolPurpose
list_projectsList projects
create_projectCreate project (name, url)
delete_projectDelete project (soft)
list_checksProject checks
create_checkAdd URL check
update_checkPause (enabled), name, interval
delete_checkDelete check
get_public_statusPublic JSON by slug
create_incidentOpen incident
list_incidentsIncident by id

Where to open settings

AgentWhereConfig
CursorSettings → MCP~/.cursor/mcp.json
Google AntigravityMCP Servers → Manage → View raw config~/.gemini/antigravity/mcp_config.json
OpenAI Codex CLIcodex mcp add … or ~/.codex/config.toml[mcp_servers.stillonline]
Claude Codeclaude mcp add …~/.claude.json
WindsurfCascade → MCP~/.codeium/windsurf/mcp_config.json

Wizard: npx -y stillonline-mcp — auto-writes for Cursor, Antigravity, Windsurf; Codex & Claude Code show CLI + config.