Full UptimeRobot integration — manage monitors, alert contacts, and public status pages for website uptime monitoring.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"uptimerobot": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-uptimerobot",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify uptimerobot credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Full UptimeRobot integration — manage monitors, alert contacts, and public status pages for website uptime monitoring.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-uptimerobot
This MCP server gives AI agents access to Uptimerobot via 12 tools. Connect it to any Aerostack workspace and your agents can interact with Uptimerobot directly.
| Tool | Description |
|---|---|
get_account_details | Get UptimeRobot account details including plan and limits |
list_monitors | List all monitors in the UptimeRobot account |
get_monitor | Get details of a specific UptimeRobot monitor including logs |
create_monitor | Create a new UptimeRobot monitor |
update_monitor | Update an existing UptimeRobot monitor |
delete_monitor | Delete a UptimeRobot monitor |
pause_monitor | Pause a UptimeRobot monitor (set status to paused) |
resume_monitor | Resume a paused UptimeRobot monitor |
list_alert_contacts | List all alert contacts configured in UptimeRobot |
create_alert_contact | Create a new alert contact in UptimeRobot |
delete_alert_contact | Delete an alert contact from UptimeRobot |
get_public_status_pages | List all public status pages in UptimeRobot |
| Variable | Required | Description |
|---|---|---|
UPTIMEROBOT_API_KEY | Yes | Your UptimeRobot API key — found in My Settings → API Settings in your UptimeRobot dashboard |
Add the following secrets under Project → Secrets:
UPTIMEROBOT_API_KEYOnce added, every AI agent in your workspace can use Uptimerobot tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-uptimerobot \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-UPTIMEROBOT-API-KEY: your-uptimerobot-api-key' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_account_details","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-uptimerobot
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
Yes. The Uptimerobot MCP includes a create_monitor tool that lets Claude create monitors in your Uptimerobot account from a plain-English prompt. You can also update and delete monitors — no Uptimerobot UI needed.
Yes. The Uptimerobot MCP includes tools to list and retrieve monitors from your Uptimerobot account. Claude can filter, sort, and summarize monitors based on your instructions.
Yes. The Uptimerobot MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 12 Uptimerobot tools are available everywhere you connect it — install once on Aerostack.
Yes. The Uptimerobot MCP includes tools to update monitors in your Uptimerobot account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Uptimerobot API.