@uptrack-app/mcp
v0.1.2
Published
MCP server for Uptrack uptime monitoring — use with Claude, ChatGPT, Cursor
Maintainers
Readme
@uptrack-app/mcp
MCP server for Uptrack uptime monitoring. Use with Claude, ChatGPT, Cursor, or any MCP-compatible AI assistant.
Setup
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": "your_api_key"
}
}
}
}Cursor
Add to MCP settings with the same config as Claude Desktop.
Available Tools
| Tool | Description |
|------|-------------|
| list_monitors | List all monitors with status, URL, interval, uptime |
| get_monitor | Get details for a specific monitor |
| create_monitor | Create a new monitor (HTTP, TCP, DNS, SSL, heartbeat) |
| delete_monitor | Delete a monitor |
| list_incidents | List recent incidents |
| list_status_pages | List status pages |
| get_status | Quick overview — total monitors, up/down/paused counts |
Example Usage
Once connected, ask your AI assistant:
- "List my monitors"
- "Create a monitor for https://example.com"
- "Are any of my services down?"
- "Show me recent incidents"
Authentication
Get your API key at uptrack.app/dashboard/settings. API access is available on all plans including free.
