Connector guide1-minute read8 MCP toolsEN · DE · IT

如何通过 MCP 将 UptimeRobot 连接到 ChatGPT

通过任何 AI 代理管理 UptimeRobot(正常运行监控)监视器、警报联系人、维护窗口、公共状态页面。8 个工具,API 密钥认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

UptimeRobot

Manage UptimeRobot (uptime monitoring) monitors, alert contacts, maintenance windows, public status pages from any AI agent. 8 tools, API-key auth.

Tools

8

Region

INTL

Category

monitoring

Authentication

Query Param Auth

Required env vars

UPTIMEROBOT_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

Summary

通过任何 AI 代理管理 UptimeRobot(正常运行监控)监视器、警报联系人、维护窗口、公共状态页面。8 个工具,API 密钥认证。

试试这样问

UptimeRobot 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

UptimeRobot · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → UptimeRobot,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

UptimeRobot + ChatGPT

通过任何 AI 代理管理 UptimeRobot(正常运行监控)监视器、警报联系人、维护窗口、公共状态页面。8 个工具,API 密钥认证。

前提条件

请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

UPTIMEROBOT_API_KEY

第一步 — 获取凭据

此连接器封装了 UptimeRobot API v2 (api.uptimerobot.com/v2)。

设置

  1. 登录 https://uptimerobot.com我的设置 → API 设置
  2. 生成 主 API 密钥(对你的监视器具有完全访问权限)或每个监视器的只读密钥。大多数用户需要主密钥。
  3. 设置 UPTIMEROBOT_API_KEY

认证:每个请求 POST 到 /v2/*,并将 api_key=... 作为查询参数注入到 URL 中。API 可以在 URL 或请求体中接受密钥 — 此适配器使用 URL,因此每个工具的请求体保持干净的表单编码参数。我们还始终发送 format=json,以便响应为 JSON 而不是 XML。

…(在应用内连接器说明中继续)

第二步 — 安装适配器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第三步 — 在 ChatGPT 中添加连接器

ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费层不支持自定义连接器。

  1. 打开 ChatGPT → 设置 → Connectors(或点击创作器中的 🔧 图标 → 管理连接器)。
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: UptimeRobot
    • MCP 服务器 URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer token → 粘贴你的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 以授权。

可用工具

工具功能
uptimerobot_get_account_details返回账户信息:电子邮件、监视器限制、监视器间隔、正常监视器、故障监视器、暂停监视器
uptimerobot_get_monitors列出监视器
uptimerobot_new_monitor创建新的监视器
uptimerobot_edit_monitor编辑现有监视器
uptimerobot_delete_monitor永久删除监视器
uptimerobot_get_alert_contacts列出配置的警报联系人(电子邮件、Webhook、Slack、Telegram、SMS)
uptimerobot_get_mwindows列出维护窗口
uptimerobot_get_psps列出为此账户配置的公共状态页面(PSPs)

常见问题

ChatGPT 免费层是否支持自定义 MCP 连接器? 不 — 需要 Plus、Pro、Team 或 Enterprise。

下一步

这份指南对你有帮助吗?

Ready to ship

Your UptimeRobot agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

相关指南