mcpserver.lol
registry/mcp-server-6
Connection check verified live · 20h ago

mcp-server-6

Vantaj uptime monitoring via MCP - manage monitors, heartbeats, incidents, and status pages.

Tools 13
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

13 tools

Read from the running server on 20h ago.

create_maintenance_window title*ends_at*timezonestarts_at*project_id*description +1
Schedule a one-time maintenance window: the listed monitors keep running but their alerts are suppressed between starts_at and ends_at. Use before deploys or planned downtime.
create_monitor url*name*type*groupregionsinverted +4
Create a new uptime monitor. Checks start immediately. Types: http, tcp (host:port URL), smtp, ping, ssl, dns. Set inverted=true for exposure monitoring (alert when a target that s…
get_incident read-only id*
Get a single incident by ID.
get_monitor read-only id*
Get a single monitor by ID, including status, uptime, regions, and settings.
list_domains read-only limitcursorproject_id*
List tracked domains with expiry dates, registrar, and days remaining.
list_heartbeats read-only limitcursorproject_id*
List heartbeat (cron/background job) monitors in a project, with last-ping status.
list_incidents read-only limitcursorproject_id*
List incidents (outages) in a project - open and resolved, with timestamps and duration.
list_monitors read-only limitcursorproject_id*
List uptime monitors in a project, with current status, response time, and 24h uptime.
list_projects read-only limitcursor
List all projects in the workspace. Call this first - most other tools need a project_id.
list_status_pages read-only limitcursorproject_id*
List status pages with visibility, slug, and public URL.
pause_monitor id*
Pause a monitor - checks stop until it's resumed. Use before planned work on a single target.
resume_monitor id*
Resume a paused monitor - checks start again immediately.
update_monitor id*urlnametypegroupregions +4
Update a monitor's settings (name, url, interval, inverted, …). Cannot delete.