uptrack-mcp
MCP server for Uptrack uptime monitoring. Manage monitors and incidents from AI agents like Claude, ChatGPT, and Cursor.
README
@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 | One-click deeplink |
| VS Code 1.100+ | One-click deeplink |
| Windsurf | One-click deeplink |
| Claude.ai | Settings → Connectors → Add custom connector → paste https://api.uptrack.app/mcp |
| ChatGPT | Settings → Connectors → Add remote MCP → paste https://api.uptrack.app/mcp |
OAuth handles consent in-app. No API key.
See uptrack.app/dashboard/install for the full install flow with one-click buttons.
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/mcp
Claude 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_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) |
update_monitor |
Update monitor config |
pause_monitor |
Pause an active monitor |
resume_monitor |
Resume a paused monitor |
delete_monitor |
Delete a monitor |
list_incidents |
List recent incidents |
get_incident |
Fetch one incident |
acknowledge_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
- OpenAPI spec
- MCP Protocol
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.