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
Manage UptimeRobot (uptime monitoring) monitors, alert contacts, maintenance windows, public status pages from any AI agent. 8 tools, API-key auth.
Try asking
Example prompts for UptimeRobot
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → UptimeRobot, paste your credentials, mint an MCP API key — done. No Docker, no
git clone, no local server.
UptimeRobot + Claude
Manage UptimeRobot (uptime monitoring) monitors, alert contacts, maintenance windows, public status pages from any AI agent. 8 tools, API-key auth.
Prerequisites
See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:
UPTIMEROBOT_API_KEY
Step 1 — Get credentials
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)
Step 2 — Install the adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 3 — Add the connector in Claude
Recommended path — works on claude.ai web without editing any config file.
- Open claude.ai/customize/connectors.
- Click "Add custom connector".
- Fill in:
- Name:
UptimeRobot - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → paste your MCP API key (from AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Click Connect to authorize.
All tools below appear in your chat — start typing prompts.
Available 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
Does it work with Claude Code as well as Claude Desktop? Yes — point both at https://cloud.anythingmcp.com/mcp.
Next steps
Was this guide helpful?