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.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → UptimeRobot klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
UptimeRobot + ChatGPT
Manage UptimeRobot (uptime monitoring) monitors, alert contacts, maintenance windows, public status pages from any AI agent. 8 tools, API-key auth.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
UPTIMEROBOT_API_KEY
Schritt 1 — Zugangsdaten holen
This connector wraps the UptimeRobot API v2 (api.uptimerobot.com/v2).
Setup:
- Sign in to https://uptimerobot.com → My Settings → API Settings.
- Generate the Main API Key (full access to your monitors) OR a per-monitor read-only key. Most users want the Main key.
- 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)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in ChatGPT hinzufügen
ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.
- Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
- Klicke "Add custom connector".
- Trage ein:
- Name:
UptimeRobot - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Verfügbare Tools
| Tool | What it does |
|---|---|
uptimerobot_get_account_details | Returns account info: email, monitor_limit, monitor_interval, up_monitors, down_monitors, paused_monitors |
uptimerobot_get_monitors | List monitors |
uptimerobot_new_monitor | Create a new monitor |
uptimerobot_edit_monitor | Edit an existing monitor |
uptimerobot_delete_monitor | Permanently delete a monitor |
uptimerobot_get_alert_contacts | List configured alert contacts (email, webhook, Slack, Telegram, SMS) |
uptimerobot_get_mwindows | List maintenance windows |
uptimerobot_get_psps | List public status pages (PSPs) configured for this account |
FAQ
Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.