Connector guide1-minute read8 MCP toolsEnglish · Deutsch · Italiano

如何将 UptimeRobot 连接到 Gemini — 通过 MCP

通过任何 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
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the UptimeRobot in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

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

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

UptimeRobot + Gemini

通过任何 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

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

推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: UptimeRobot
    • 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、短信)
uptimerobot_get_mwindows列出维护窗口
uptimerobot_get_psps列出为此账户配置的公共状态页面(PSPs)

常见问题

它是否同时适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对您有帮助吗?

Ready to ship

Your UptimeRobot agent is one click away.

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

相关指南