streamable-httpMITupdated 3mo ago
Copy-paste-runnable examples for every UptimeMonitoring integration.
What can you do with uptimemonitoring?
UptimeMonitoring Examples
Copy-paste-runnable examples for every UptimeMonitoring integration.
Integrations
| Integration | Path | Description |
|---|---|---|
| cURL | curl/ | Create, list, test, and delete monitors from the command line |
| Node.js | node/ | Same lifecycle using Node 20+ native fetch, no dependencies |
| Python | python/ | Same lifecycle using requests |
| GitHub Actions | github-actions/ | Post-deploy health gate with uptimemonitoring/assert-healthy |
| MCP — Claude Code | mcp/claude-code/ | Manage monitors with natural language in Claude Code |
| MCP — Cursor | mcp/cursor/ | Manage monitors with natural language in Cursor |
| Webhooks | webhooks/ | Push notifications when a monitor goes down, recovers, or flaps |
Placeholder convention
All examples use placeholders — replace them with your own values before running:
| Placeholder | Replace with |
|---|---|
UPTIMEMONITORING_API_KEY |
Your API key — set as an environment variable, never hardcode it |
umk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Your actual API key from Settings → API Keys |
123 |
Your monitor's numeric ID (visible in the dashboard URL) |
whs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
The HMAC signing secret returned when you set a webhook |
Never commit a real key to version control.
Coming in Phase 2
terraform/— provision and manage monitors as infrastructurekubernetes/— liveness/readiness gate via assert-healthy in a pod lifecycle hookpagerduty-integration/— route monitor alerts to PagerDuty incidents
Install
Add uptimemonitoring to your client. Pick the one you use.
claude mcp add --transport http uptimemonitoring https://api.uptimemonitoring.com/mcpcodex mcp add uptimemonitoring --url https://api.uptimemonitoring.com/mcp{
"mcpServers": {
"uptimemonitoring": {
"url": "https://api.uptimemonitoring.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"uptimemonitoring": {
"type": "http",
"url": "https://api.uptimemonitoring.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"uptimemonitoring": {
"url": "https://api.uptimemonitoring.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"uptimemonitoring": {
"serverUrl": "https://api.uptimemonitoring.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 95 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.2Latest | Jun 20, 2026 |
| 1.0.1 | Jun 20, 2026 |
| 1.0.0 | Jun 19, 2026 |