mcpserver.lol
registry/monitoring-4
Connection check verified live · 27h ago

monitoring-4

Uptime monitoring: create and manage HTTP, API, SSL, ping, port and domain checks

Tools 15
GitHub stars 1
Installs / wk 155
Licence MIT
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

15 tools

Read from the running server on 27h ago.

create_api_monitor url*name*isActivefrequencyrequestTimeout
Watch a JSON or REST endpoint where the response itself matters, not only that the host answered. Use it for health endpoints, webhooks and any API whose failure would be invisible…
create_domain_monitor url*name*isActive
Watch a domain registration and report how long is left before it lapses, read from WHOIS. This catches the failure no uptime check can see: everything works perfectly right up to…
create_http_monitor url*name*isActivefrequencyrequestTimeout
Watch a web page or endpoint over HTTP/HTTPS and treat an unexpected status code, a timeout or a connection failure as downtime. This is the right type for anything a browser would…
create_ping_monitor url*name*isActivefrequency
Watch a host with ICMP ping: it answers whether the machine is reachable at all, and reports round-trip time and packet loss. Use it for servers, routers and anything with no web s…
create_port_monitor url*name*isActiveprotocolfrequency
Watch one TCP or UDP port on a host and report it up only when the service behind it actually answers. This is the type for game servers, databases, mail and anything else that spe…
create_ssl_monitor url*name*isActive
Watch a TLS certificate: whether it is valid, who issued it, and how many days remain before it expires. This is about the certificate, not about the site being reachable - pair it…
delete_monitor can modify data id*
Permanently delete a monitor together with its entire check history, incidents and statistics. This cannot be undone and there is no trash to restore from. Confirm with the user be…
get_incidents read-only pagemonitorId*
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…
get_monitor read-only id*
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, certific…
get_notifications read-only pagestatuschannel
Read the alerts this account has sent, across email, Telegram, webhook and the web interface, with the delivery outcome of each. Use it to answer "was I actually told about this ou…
get_stats_daily read-only pagedateTodateFrommonitorId*
Response time and uptime for one monitor aggregated per day, with min, max, average and p95. This is the tool for reports and trends over weeks or months, and for comparing one mon…
get_stats_hourly read-only pagedateTodateFrommonitorId*
Response time and uptime for one monitor broken down by hour, with min, max, average and p95 per bucket. Use it to see the shape of a problem: whether a service degrades before it…
list_monitors read-only pagetypestatus
List the monitors on the account, newest first, 30 per page. Each entry carries the id needed by every other tool, plus name, url, type, current status, check frequency and the upt…
pause_monitor id*
Stop checking a monitor without deleting it. History and configuration survive, and resume_monitor puts it back to work. Use this around planned maintenance so the downtime does no…
resume_monitor id*
Start checking a paused monitor again, with the configuration it had before. The first check runs immediately rather than after the usual interval, so the current state is known wi…