INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.uptybots.com/mcp
Connect to this endpoint to inspect the live schema for get_monitor and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_monitors— List the monitors on the account, newest first, 30 per page.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.create_api_monitor— Watch a JSON or REST endpoint where the response itself matters, not only that the host answered.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.create_port_monitor— Watch one TCP or UDP port on a host and report it up only when the service behind it actually answers.create_ssl_monitor— Watch a TLS certificate: whether it is valid, who issued it, and how many days remain before it expires.create_domain_monitor— Watch a domain registration and report how long is left before it lapses, read from WHOIS.pause_monitor— Stop checking a monitor without deleting it.