MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Stillonline MCP Server

by Shenwell
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

StillOnline MCP is a well-structured server that properly handles API authentication via environment variables and includes appropriate input validation. The codebase follows secure patterns for credential handling and makes only expected network calls to the StillOnline API. Minor code quality issues around error handling breadth and limited input sanitization do not materially impact security given the server's purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

StillOnline API key (Pro/Ultimate). Create at https://stillonline.tech/app/settings/apiRequired

Environment variable: STILLONLINE_API_KEY

Optional API base URL (default https://api.stillonline.tech/v1)Optional

Environment variable: STILLONLINE_API_BASE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-shenwell-stillonline": {
      "env": {
        "STILLONLINE_API_KEY": "your-stillonline-api-key-here",
        "STILLONLINE_API_BASE": "your-stillonline-api-base-here"
      },
      "args": [
        "-y",
        "stillonline-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

stillonline-mcp

npm version License: MIT

MCP server for StillOnline — hosted uptime monitoring and status pages for indie SaaS and production AI agents.

Use it from Cursor, Claude Code, Windsurf, Codex, Antigravity, or any MCP-compatible client. Wraps StillOnline REST API v1 (Pro/Ultimate).

Producthttps://stillonline.tech
MCP docshttps://stillonline.tech/docs/mcp
npmhttps://www.npmjs.com/package/stillonline-mcp
Official MCP Registryio.github.shenwell/stillonline
Demo status pagehttps://stillonline.tech/s/demo

Quick setup

Run in PowerShell or Terminal (not in the AI chat):

npx -y stillonline-mcp

Same as npx -y stillonline-mcp setup — the wizard starts when you run the package in a terminal. Editors launch the MCP server over stdio separately.

The wizard will:

  1. Confirm the package from npm
  2. Arrow keys + Enter — Cursor, Antigravity, Codex, Claude Code, Windsurf, or Other agent
  3. Cursor / Antigravity / Windsurf — writes MCP JSON config
  4. Codex / Claude Code — codex mcp add / claude mcp add + snippet
  5. Verify the API key against StillOnline

Empty or invalid key → error and prompt again.

PowerShell paste: hidden input often blocks Ctrl+V — use right-click, Shift+Insert, or:

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

Then reload MCP in your editor (e.g. Cursor Settings → MCP → Refresh).

Options

npx -y stillonline-mcp setup --client cursor --ru
npx -y stillonline-mcp setup --dry-run
npx -y stillonline-mcp setup --yes    # overwrite existing stillonline block

Requirements

  • StillOnline account with Pro or Ultimate
  • API key from Settings → API (sk_live_…, shown once)

Security

Do not paste your API key into the AI chat. Use setup or MCP env on your machine only.

Manual MCP config

{
  "mcpServers": {
    "stillonline": {
      "command": "npx",
      "args": ["-y", "stillonline-mcp"],
      "env": {
        "STILLONLINE_API_KEY": "sk_live_YOUR_KEY"
      }
    }
  }
}
ClientConfig file (examples)
Cursor~/.cursor/mcp.json
Claude Desktop (Windows)%APPDATA%\Claude\claude_desktop_config.json
Claude Desktop (macOS)~/Library/Application Support/Claude/claude_desktop_config.json

Optional env: STILLONLINE_API_BASE (default https://api.stillonline.tech/v1).

Commands

CommandPurpose
npx -y stillonline-mcpMCP server (stdio, for editors)
npx -y stillonline-mcp setupInteractive installer
npx -y stillonline-mcp --helpCLI help

Tools

ToolRESTNotes
list_projectsGET /projects
create_projectPOST /projectsname, url; optional description
delete_projectDELETE /projects/{id}Soft-delete
list_checksGET /projects/{id}/checks
create_checkPOST /projects/{id}/checksurl; optional name, interval_seconds
update_checkPATCH /checks/{id}Pause: enabled: false
delete_checkDELETE /checks/{id}
get_public_statusGET /public/status/{slug}No API key
create_incidentPOST /status-pages/{id}/incidentstitle
list_incidentsGET /incidents/{id}

Rate limits: 120 GET / 30 write per minute per key. On 429, errors include RATE_LIMIT and retry_after.

Development

git clone https://github.com/shenwell/stillonline-mcp.git
cd stillonline-mcp
npm install
npm run build
npx stillonline-mcp setup --dry-run

For local MCP server mode, point your client at node + absolute path to dist/cli.js with env.STILLONLINE_API_KEY.

Maintainers syncing from the private StillOnline monorepo: see PUBLISH.md.

Official MCP Registry

This package is published to the Official MCP Registry as io.github.shenwell/stillonline (npm stdio transport). Listed on aggregators such as MCP.so and PulseMCP after registry ingest.

License

MIT — see LICENSE.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published June 8, 2026
Version 0.3.5
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
498
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
68
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
24
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
17
Installs
10.0
Security
No ratings yet
Local