Loading MCP server directory, please wait...
Uptime monitoring: create and manage HTTP, API, SSL, ping, port and domain checks
npx @getmcp/cli add com.uptybots/monitoringRequires Node.js 18+. Community-contributed server. Review source before installing.
UPTYBOTS_API_KEYAPI key from Account -> API Keys on uptybots.com. Starts with upty_.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.uptybots/monitoring": {
"command": "npx",
"args": [
"-y",
"uptybots-mcp-server"
],
"env": {
"UPTYBOTS_API_KEY": "",
"UPTYBOTS_API_URL": ""
}
}
}
}