Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the UptimeRobot in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
从任何 AI 代理管理 UptimeRobot(正常运行时间监控)监控器、警报联系人、维护窗口、公共状态页面。8 个工具,API 密钥认证。
试试这样问
UptimeRobot 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 不想安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → UptimeRobot,粘贴你的凭据,生成一个 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
UptimeRobot
从任何 AI 代理管理 UptimeRobot(正常运行时间监控)监控器、警报联系人、维护窗口、公共状态页面。8 个工具,API 密钥认证。
设置
此连接器封装了 UptimeRobot API v2 (api.uptimerobot.com/v2)。
设置:
- 登录 https://uptimerobot.com → 我的设置 → API 设置。
- 生成 主 API 密钥(对你的监控器具有完全访问权限)或每个监控器的只读密钥。大多数用户需要主密钥。
- 设置
UPTIMEROBOT_API_KEY。
认证:每个请求 POST 到 /v2/*,并将 api_key=... 作为查询参数注入到 URL 中。API 可以在 URL 或请求体中接受密钥 — 此适配器使用 URL,因此每个工具的请求体保持干净的表单编码参数。我们还始终发送 format=json,因此响应为 JSON 而不是 XML。
…(在应用内连接器说明中继续)
先决条件:UPTIMEROBOT_API_KEY
本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 UptimeRobot 并粘贴在先决条件下列出的环境变量。
可用工具
| 工具 | 功能 |
|---|---|
uptimerobot_get_account_details | 返回账户信息:电子邮件、监控限制、监控间隔、正常监控、故障监控、暂停监控 |
uptimerobot_get_monitors | 列出监控器 |
uptimerobot_new_monitor | 创建新的监控器 |
uptimerobot_edit_monitor | 编辑现有监控器 |
uptimerobot_delete_monitor | 永久删除监控器 |
uptimerobot_get_alert_contacts | 列出配置的警报联系人(电子邮件、Webhook、Slack、Telegram、短信) |
uptimerobot_get_mwindows | 列出维护窗口 |
uptimerobot_get_psps | 列出为该账户配置的公共状态页面(PSPs) |
下一步
这份指南对你有帮助吗?