UptimeRobot MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UptimeRobot MCP Serverlist all my monitors"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UptimeRobot MCP
A Model Context Protocol server for managing UptimeRobot monitors, alert contacts, and maintenance windows via the UptimeRobot API v2.
Features
16 tools covering the full UptimeRobot API v2
Manage monitors (HTTP, Keyword, Ping, Port, Heartbeat)
Manage alert contacts (email, SMS, Slack, webhooks, and more)
Schedule and manage maintenance windows
Retrieve account details and monitor statistics
Credentials loaded from environment variables only - no secrets in code
Related MCP server: Uptime Agent MCP Server
Requirements
Python 3.12+
A UptimeRobot account
Your UptimeRobot API key from the dashboard under Integrations & API → API
uv installed
Installation
Install from source
git clone https://github.com/84em/uptimerobot-mcp.git
cd uptimerobot-mcp
uv syncConfiguration
Set your UptimeRobot API key as an environment variable:
export UPTIMEROBOT_API_KEY=u123456-yourApiKeyHereOr create a .env file in your working directory (see .env.example):
UPTIMEROBOT_API_KEY=u123456-yourApiKeyHereYour API key is available in the UptimeRobot dashboard under Integrations & API → API in the left sidebar. A read-only API key is also available there if you only need monitoring access.
MCP Client Configuration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or
%APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"uptimerobot": {
"command": "uv",
"args": ["run", "--directory", "/path/to/uptimerobot-mcp", "uptimerobot-mcp"],
"env": {
"UPTIMEROBOT_API_KEY": "u123456-yourApiKeyHere"
}
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"uptimerobot": {
"command": "uv",
"args": ["run", "--directory", "/path/to/uptimerobot-mcp", "uptimerobot-mcp"],
"env": {
"UPTIMEROBOT_API_KEY": "u123456-yourApiKeyHere"
}
}
}
}Zed
Add to your Zed settings:
{
"context_servers": {
"uptimerobot": {
"command": {
"path": "uv",
"args": ["run", "--directory", "/path/to/uptimerobot-mcp", "uptimerobot-mcp"],
"env": {
"UPTIMEROBOT_API_KEY": "u123456-yourApiKeyHere"
}
}
}
}
}Tools
Monitors
Tool | Description |
| List all monitors with optional status/search filtering |
| Get a single monitor by ID with logs and response times |
| Create a new monitor (HTTP, Keyword, Ping, Port, Heartbeat) |
| Update monitor properties, or pause/resume a monitor |
| Permanently delete a monitor |
| Clear all historical statistics for a monitor |
| Get up/down event logs for a monitor |
Account
Tool | Description |
| Get account info, monitor counts, and plan limits |
Alert Contacts
Tool | Description |
| List all alert contacts |
| Add an alert contact (email, SMS, Slack, webhook, etc.) |
| Update an existing alert contact |
| Remove an alert contact |
Maintenance Windows
Tool | Description |
| List all maintenance windows |
| Schedule a one-time or recurring maintenance window |
| Update a maintenance window's schedule or duration |
| Remove a maintenance window |
Monitor Types
Value | Type |
| HTTP(S) |
| Keyword |
| Ping |
| Port |
| Heartbeat |
Monitor Statuses
Value | Status |
| Paused |
| Not checked yet |
| Up |
| Seems down |
| Down |
Development
git clone https://github.com/84em/uptimerobot-mcp.git
cd uptimerobot-mcp
uv sync --group dev
cp .env.example .env
# Add your UPTIMEROBOT_API_KEY to .env
# Lint
uv run ruff check .
# Format
uv run ruff format .
# Type check
uv run mypy src/
# Run tests
uv run pytestLicense
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/84emllc/uptimerobot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server