← Back to Plugins
MCP Server MCP

StillOnline

github By github 👁 1 views ▲ 0 votes

StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "stillonline-mcp",
      "version": "0.3.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "StillOnline API key (Pro/Ultimate). Create at https://stillonline.tech/app/settings/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "STILLONLINE_API_KEY"
        },
        {
          "description": "Optional API base URL (default https://api.stillonline.tech/v1)",
          "format": "string",
          "name": "STILLONLINE_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...