Connector guide2-minute read8 MCP toolsEnglish · Deutsch · Italiano

Cómo conectar UptimeRobot a ChatGPT — via MCP

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

HCBy HelpCode teamUpdated 2 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

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

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → UptimeRobot, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

UptimeRobot + ChatGPT

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

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

UPTIMEROBOT_API_KEY

Paso 1 — Obtener credenciales

This connector wraps the UptimeRobot API v2 (api.uptimerobot.com/v2).

Setup:

  1. Sign in to https://uptimerobot.comMy Settings → API Settings.
  2. Generate the Main API Key (full access to your monitors) OR a per-monitor read-only key. Most users want the Main key.
  3. Set UPTIMEROBOT_API_KEY.

Authentication: every request POSTs to /v2/* with api_key=... injected as a query parameter on the URL. The API accepts the key either in the URL or in the body — this adapter uses the URL so each tool's body remains clean form-encoded params. We also always send format=json so responses are JSON instead of XML.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

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

Paso 3 — Añadir el conector en ChatGPT

ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.

  1. Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: UptimeRobot
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Herramientas disponibles

ToolWhat it does
uptimerobot_get_account_detailsReturns account info: email, monitor_limit, monitor_interval, up_monitors, down_monitors, paused_monitors
uptimerobot_get_monitorsList monitors
uptimerobot_new_monitorCreate a new monitor
uptimerobot_edit_monitorEdit an existing monitor
uptimerobot_delete_monitorPermanently delete a monitor
uptimerobot_get_alert_contactsList configured alert contacts (email, webhook, Slack, Telegram, SMS)
uptimerobot_get_mwindowsList maintenance windows
uptimerobot_get_pspsList public status pages (PSPs) configured for this account

FAQ

¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.

Siguientes pasos

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.