uptrack-mcp
Official@uptrack-app/mcp
MCP server for Uptrack uptime monitoring. Use with Claude.ai, ChatGPT, Cursor, VS Code, Windsurf, or any MCP-compatible AI assistant.
Two transports supported:
Remote MCP (recommended) —
https://api.uptrack.app/mcpwith OAuth 2.0 + PKCE. No API key paste, no npm install. Works in Claude.ai, ChatGPT, VS Code (1.100+), Cursor, and Windsurf.Stdio (this package) — for offline agents, CI runners, Claude Desktop, and any client that can't reach a remote MCP endpoint.
Remote MCP (OAuth)
The fastest path. Use this if your client supports remote MCP + OAuth.
Client | Install |
Cursor | |
VS Code 1.100+ | |
Windsurf | |
Claude.ai | Settings → Connectors → Add custom connector → paste |
ChatGPT | Settings → Connectors → Add remote MCP → paste |
OAuth handles consent in-app. No API key.
See uptrack.app/dashboard/install for the full install flow with one-click buttons.
Related MCP server: mcp-uptime-kuma
Stdio (this package)
Use this when remote MCP isn't available — offline, CI, or Claude Desktop.
Claude Code
claude mcp add uptrack -- env UPTRACK_API_KEY=your_key npx -y @uptrack-app/mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"uptrack": {
"command": "npx",
"args": ["-y", "@uptrack-app/mcp"],
"env": {
"UPTRACK_API_KEY": "uk_live_..."
}
}
}
}Cursor / Windsurf
Add to the MCP settings with the same stdio config as Claude Desktop.
Available Tools
Tool | Description |
| List all monitors with status, URL, interval, uptime |
| Get details for a specific monitor |
| Create a new monitor (HTTP, TCP, DNS, SSL, heartbeat) |
| Update monitor config |
| Pause an active monitor |
| Resume a paused monitor |
| Delete a monitor |
| List recent incidents |
| Fetch one incident |
| Acknowledge an open incident |
Example Usage
Once connected, ask your AI assistant:
"List my monitors"
"Create a monitor for https://example.com that checks every 30 seconds"
"Are any of my services down right now?"
"Show me recent incidents"
"Acknowledge the incident on the API monitor"
Authentication
Remote MCP: OAuth 2.0 — no API key needed, consent handled in-app.
Stdio: Generate an API key at uptrack.app/dashboard/api-keys. Free plan includes API access.
Links
Uptrack — uptime monitoring at 30-second checks, free
Install guide — step-by-step per client
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- sentinelOAuthio.rootstuff
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
- ArcjetOAuthcom.arcjet
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
Vantaj uptime monitoring via MCP - manage monitors, heartbeats, incidents, and status pages.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for CronAlert uptime monitoring — manage monitors, check results, and incidents from any MCP-compatible AI client.959 npmMIT
- AlicenseAqualityAmaintenanceMCP server for Uptime Kuma that enables monitoring and management of uptime monitors, heartbeats, notifications, tags, and maintenance windows via natural language.31709 npm48MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for managing self-hosted Uptime Kuma monitors and querying uptime statistics from Claude.-

Drumbeats MCPofficial
AlicenseAqualityAmaintenanceMCP server for Drumbeats monitoring. Enables creating monitors, triaging incidents, and running HTTP/SSL/DNS checks using natural language from any AI client.1610 npm2Apache 2.0