# mcp-server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/co-vantaj-mcp-server
- Website: https://vantaj.co/docs/mcp-server

## Install
- Endpoint: https://api.vantaj.co/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.vantaj.co/mcp

## Tools
- list_projects (List projects) - List all projects in the workspace. Call this first - most other tools need a project_id. Endpoint: https://api.vantaj.co/mcp
- list_monitors (List monitors) - List uptime monitors in a project, with current status, response time, and 24h uptime. Endpoint: https://api.vantaj.co/mcp
- get_monitor (Get monitor) - Get a single monitor by ID, including status, uptime, regions, and settings. Endpoint: https://api.vantaj.co/mcp
- create_monitor (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 becomes reachable). Endpoint: https://api.vantaj.co/mcp
- update_monitor (Update monitor) - Update a monitor's settings (name, url, interval, inverted, …). Cannot delete. Endpoint: https://api.vantaj.co/mcp
- pause_monitor (Pause monitor) - Pause a monitor - checks stop until it's resumed. Use before planned work on a single target. Endpoint: https://api.vantaj.co/mcp
- resume_monitor (Resume monitor) - Resume a paused monitor - checks start again immediately. Endpoint: https://api.vantaj.co/mcp
- create_maintenance_window (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. Endpoint: https://api.vantaj.co/mcp
- list_heartbeats (List heartbeats) - List heartbeat (cron/background job) monitors in a project, with last-ping status. Endpoint: https://api.vantaj.co/mcp
- list_incidents (List incidents) - List incidents (outages) in a project - open and resolved, with timestamps and duration. Endpoint: https://api.vantaj.co/mcp
- get_incident (Get incident) - Get a single incident by ID. Endpoint: https://api.vantaj.co/mcp
- list_domains (List domains) - List tracked domains with expiry dates, registrar, and days remaining. Endpoint: https://api.vantaj.co/mcp
- list_status_pages (List status pages) - List status pages with visibility, slug, and public URL. Endpoint: https://api.vantaj.co/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: co.vantaj
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 11, 2026
- Source: https://registry.modelcontextprotocol.io
