Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

co.vantaj/mcp-server

co.vantaj/mcp-server

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

Uptime
100.0%
1 direct probes · 30d
Response
373ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

list_projects

List all projects in the workspace. Call this first - most other tools need a project_id.

list_monitors

List uptime monitors in a project, with current status, response time, and 24h uptime.

get_monitor

Get a single monitor by ID, including status, uptime, regions, and settings.

create_monitor

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 should stay down beco…

update_monitor

Update a monitor's settings (name, url, interval, inverted, …). Cannot delete.

pause_monitor

Pause a monitor - checks stop until it's resumed. Use before planned work on a single target.

resume_monitor

Resume a paused monitor - checks start again immediately.

create_maintenance_window

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.

list_heartbeats

List heartbeat (cron/background job) monitors in a project, with last-ping status.

list_incidents

List incidents (outages) in a project - open and resolved, with timestamps and duration.

get_incident

Get a single incident by ID.

list_domains

List tracked domains with expiry dates, registrar, and days remaining.

list_status_pages

List status pages with visibility, slug, and public URL.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "co.vantaj/mcp-server": {
      "url": "https://api.vantaj.co/mcp",
      "transport": "streamable-http"
    }
  }
}