stillonline-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@stillonline-mcplist my projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
stillonline-mcp
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).
Product | |
MCP docs | |
npm | |
Official MCP Registry |
|
Smithery | |
Demo status page |
Quick setup
Run in PowerShell or Terminal (not in the AI chat):
npx -y stillonline-mcpSame 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:
Confirm the package from npm
Arrow keys + Enter — Cursor, Antigravity, Codex, Claude Code, Windsurf, or Other agent
Cursor / Antigravity / Windsurf — writes MCP JSON config
Codex / Claude Code —
codex mcp add/claude mcp add+ snippetVerify 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 --ruThen 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 blockRelated MCP server: DevHelm MCP Server
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"
}
}
}
}Client | Config file (examples) |
Cursor |
|
Claude Desktop (Windows) |
|
Claude Desktop (macOS) |
|
Optional env: STILLONLINE_API_BASE (default https://api.stillonline.tech/v1).
Commands
Command | Purpose |
| MCP server (stdio, for editors) |
| Interactive installer |
| CLI help |
Tools
Tool | REST | Notes |
|
| |
|
|
|
|
| Soft-delete |
|
| |
|
|
|
|
| Pause: |
|
| |
|
| No API key |
|
|
|
|
|
Legacy underscore names such as list_projects and create_check are accepted as call aliases, but new clients should use the dot-notation names above.
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-runFor 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, Smithery, and PulseMCP after registry ingest.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shenwell/stillonline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server