MCP Server
MCP
StillOnline
StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.
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
By
Comments
Sign in to leave a comment