-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
55 lines (41 loc) · 5.29 KB
/
Copy pathllms.txt
File metadata and controls
55 lines (41 loc) · 5.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# UptimeRobot
> UptimeRobot monitors websites, APIs, servers, DNS, and services from a global checker network. It records up/down state and response times, opens incidents when targets fail, and sends alerts through configurable contacts (email, SMS, Slack, webhooks, and more). A remote MCP server exposes the full monitor lifecycle to AI agents.
UptimeRobot plans are Free, Solo, Team, and Enterprise. Monitor-type availability, minimum interval, and monitor counts depend on the active plan. The MCP server enforces plan limits and returns error code `-28002` when a request exceeds them.
## MCP
- [MCP server](https://mcp.uptimerobot.com/mcp): Remote HTTP MCP endpoint. Connect via `mcp-remote` (`npx -y mcp-remote@latest https://mcp.uptimerobot.com/mcp`) and authorize through the OAuth browser flow on first use — no API key to paste. (Headless/CI can use an `Authorization: Bearer <API_KEY>` header instead.)
- [AGENTS.md](https://uptimerobot.com/AGENTS.md): Tool inventory, monitor types, time-range formats, error codes, and agent conventions.
- [Plugin repo](https://github.com/uptimerobot/ai): Source of truth for the Claude Code / Cursor plugin, skills, and this file.
- [Setup skill](https://uptimerobot.com/skills/setup/SKILL.md): One-time steps to connect and authorize Claude Code with UptimeRobot via OAuth.
## Quick Monitor Setup (no account)
- [Quick Monitor Setup guide](https://uptimerobot.com/quick-monitor-setup/): Create a forever-free 5-minute HTTPS monitor for someone using only their email, no account or API key. The owner confirms via a one-click activation email.
- [quick-monitor-setup skill](https://uptimerobot.com/skills/quick-monitor-setup/SKILL.md): The agent-side recipe (unauthenticated proof-of-work challenge, submit, owner activates).
## Monitors
- [Create monitor skill (HTTP)](https://uptimerobot.com/skills/create-http-monitor/SKILL.md): Full URL + optional method, auth, headers, success codes.
- [Create monitor skill (KEYWORD)](https://uptimerobot.com/skills/create-keyword-monitor/SKILL.md): Check page content for presence/absence of a keyword.
- [Create monitor skill (PING)](https://uptimerobot.com/skills/create-ping-monitor/SKILL.md): ICMP ping to hostname or IP.
- [Create monitor skill (PORT)](https://uptimerobot.com/skills/create-port-monitor/SKILL.md): TCP port connectivity.
- [Create monitor skill (HEARTBEAT)](https://uptimerobot.com/skills/create-heartbeat-monitor/SKILL.md): Target pings a generated URL on a schedule (cron/job monitoring).
- [Create monitor skill (DNS)](https://uptimerobot.com/skills/create-dns-monitor/SKILL.md): Validate DNS records against expected values.
- [Create monitor skill (API)](https://uptimerobot.com/skills/create-api-monitor/SKILL.md): Assertion-based API response checks.
- [Create monitor skill (UDP)](https://uptimerobot.com/skills/create-udp-monitor/SKILL.md): UDP port with optional payload and packet-loss threshold.
- [Manage monitors skill](https://uptimerobot.com/skills/manage-monitors/SKILL.md): List, inspect, pause, resume monitors.
- [Update monitor skill](https://uptimerobot.com/skills/update-monitor/SKILL.md): Rename, retarget, retag, swap alert contacts, and tweak type-specific settings on an existing monitor.
- [List integrations skill](https://uptimerobot.com/skills/list-integrations/SKILL.md): Discover alert-contact IDs to attach to monitors.
- [Bulk pause skill](https://uptimerobot.com/skills/bulk-pause/SKILL.md): Pause and resume many monitors at once during deploys.
- [Manage monitor groups skill](https://uptimerobot.com/skills/manage-monitor-groups/SKILL.md): Choose between tags and monitor groups — group membership can't be read back through any tool, so tags (which are) are usually the better default.
- [Maintenance windows skill](https://uptimerobot.com/skills/maintenance-windows/SKILL.md): Schedule one-off or recurring windows that suppress alerts for planned downtime, as an alternative to bulk pause.
## Observability
- [Incidents skill](https://uptimerobot.com/skills/incidents/SKILL.md): List and inspect downtime incidents with checker IPs, logs, traceroute.
- [Incident response skill](https://uptimerobot.com/skills/incident-response/SKILL.md): End-to-end downtime triage, incident-comment timeline logging, and recovery verification.
- [Stats skill](https://uptimerobot.com/skills/stats/SKILL.md): Aggregated uptime percentages and per-monitor response-time time series.
- [Status pages skill](https://uptimerobot.com/skills/status-pages/SKILL.md): Publish a public status page from monitors, groups, or tags, and manage incident/maintenance announcements on it.
- [Errors skill](https://uptimerobot.com/skills/errors/SKILL.md): MCP error codes, recovery, and rate-limit handling.
## Product
- [Pricing](https://uptimerobot.com/pricing/): Free, Solo, Team, Enterprise tiers.
- [Features](https://uptimerobot.com/features/): Monitor types, alert contacts, status pages.
- [Public API v3](https://uptimerobot.com/api/v3): REST alternative to MCP for non-agent integrations.
- [Help center](https://uptimerobot.com/help/): End-user documentation.
## Optional
- [Status page builder](https://uptimerobot.com/status-pages/): Hosted public status pages.
- [Heartbeat / cron monitoring](https://uptimerobot.com/cron-job-monitoring/): Deeper background on the heartbeat model.
- [Contact](https://uptimerobot.com/contact): Support and feature requests.