← Registry

DevOps

uptybots.com

Provides uptime monitoring for websites, APIs, SSL, domains, and ports, integrating with AI assistants via MCP.

1 endpoint15 known toolsFirst detected June 5, 2026Last detected September 17, 2026

ENDPOINT 1

https://mcp.uptybots.com/mcp

No auth detected

MCP server metadata

Name
uptybots
Version
1.4.1
Capabilities
toolsprompts

Known tools 15

list_monitors

List the monitors on the account, newest first, 30 per page.

Inferred read-only
get_monitor

Read one monitor in full: its configuration, current status, and the type-specific detail the list view omits - expected status codes for HTTP, port and protocol for PORT, certificate or registration expiry date for SSL and DOMAIN.

Inferred read-only
create_http_monitor

Watch a web page or endpoint over HTTP/HTTPS and treat an unexpected status code, a timeout or a connection failure as downtime.

Inferred read-only
create_api_monitor

Watch a JSON or REST endpoint where the response itself matters, not only that the host answered.

Inferred read-only
create_ping_monitor

Watch a host with ICMP ping: it answers whether the machine is reachable at all, and reports round-trip time and packet loss.

Inferred read-only
create_port_monitor

Watch one TCP or UDP port on a host and report it up only when the service behind it actually answers.

Inferred read-only
create_ssl_monitor

Watch a TLS certificate: whether it is valid, who issued it, and how many days remain before it expires.

Inferred read-only
create_domain_monitor

Watch a domain registration and report how long is left before it lapses, read from WHOIS.

Inferred read-only
pause_monitor

Stop checking a monitor without deleting it.

Inferred read-only
resume_monitor

Start checking a paused monitor again, with the configuration it had before.

Inferred read-only
delete_monitor

Permanently delete a monitor together with its entire check history, incidents and statistics.

Potential side effects
get_incidents

Read the downtime history of one monitor: when each outage began, when it ended, how long it lasted and what the failure actually was - HTTP status, error text, and which probe saw it.

Inferred read-only
get_stats_hourly

Response time and uptime for one monitor broken down by hour, with min, max, average and p95 per bucket.

Inferred read-only
get_stats_daily

Response time and uptime for one monitor aggregated per day, with min, max, average and p95.

Inferred read-only
get_notifications

Read the alerts this account has sent, across email, Telegram, webhook and the web interface, with the delivery outcome of each.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uptybots]
url = "https://mcp.uptybots.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uptybots": {
      "type": "http",
      "url": "https://mcp.uptybots.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uptybots
Remote MCP URL: https://mcp.uptybots.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uptybots": {
      "url": "https://mcp.uptybots.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uptybots": {
      "type": "http",
      "url": "https://mcp.uptybots.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uptybots",
  "transport": "streamable-http",
  "url": "https://mcp.uptybots.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.