Vantaj uptime monitoring via MCP - manage monitors, heartbeats, incidents, and status pages.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://api.vantaj.co/mcp13 herramientas · 173 mslist_projectsList all projects in the workspace. Call this first - most other tools need a project_id.List all projects in the workspace. Call this first - most other tools need a project_id.
| Parámetro | Tipo | Descripción |
|---|---|---|
| limit | integer | Page size (default 25) |
| cursor | string | Pagination cursor from a previous call |
list_monitorsList uptime monitors in a project, with current status, response time, and 24h uptime.List uptime monitors in a project, with current status, response time, and 24h uptime.
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| limit | integer | Page size (default 25) |
| cursor | string | Pagination cursor from a previous call |
get_monitorGet a single monitor by ID, including status, uptime, regions, and settings.Get a single monitor by ID, including status, uptime, regions, and settings.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | Monitor ID |
create_monitorCreate 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).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).
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| name* | string | Display name |
| url* | string | URL for http, host for ping/smtp, host:port for tcp |
| type* | string | Check type |
| interval_seconds | integer | Check interval (default 300) |
| regions | array | Probe regions (defaults to all) |
| group | string | Optional group name |
| timeout_seconds | integer | Request timeout in seconds (default 30) |
| expected_status_codes | array | HTTP status codes considered up (default: any 2xx) |
| inverted | boolean | Exposure monitoring: up while unreachable, alert when reachable |
update_monitorUpdate a monitor's settings (name, url, interval, inverted, …). Cannot delete.Update a monitor's settings (name, url, interval, inverted, …). Cannot delete.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | Monitor ID |
| name | string | New display name |
| url | string | New target: URL for http, host for ping/smtp, host:port for tcp |
| type | string | New check type |
| interval_seconds | integer | New check interval in seconds |
| regions | array | New probe region list |
| group | string | New group name |
| timeout_seconds | integer | New request timeout in seconds |
| expected_status_codes | array | HTTP status codes considered up |
| inverted | boolean | Enable/disable exposure monitoring (alert when reachable) |
pause_monitorPause a monitor - checks stop until it's resumed. Use before planned work on a single target.Pause a monitor - checks stop until it's resumed. Use before planned work on a single target.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | Monitor ID |
resume_monitorResume a paused monitor - checks start again immediately.Resume a paused monitor - checks start again immediately.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | Monitor ID |
create_maintenance_windowSchedule 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.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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| title* | string | Window title, e.g. 'Database migration' |
| description | string | Optional details shown alongside the window |
| starts_at* | string | ISO 8601 datetime with offset, e.g. 2026-07-12T02:00:00Z |
| ends_at* | string | ISO 8601 datetime with offset - must be after starts_at |
| monitor_ids* | array | Monitors whose alerts to suppress (from list_monitors) |
| timezone | string | IANA timezone for display (default UTC) |
list_heartbeatsList heartbeat (cron/background job) monitors in a project, with last-ping status.List heartbeat (cron/background job) monitors in a project, with last-ping status.
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| limit | integer | Page size (default 25) |
| cursor | string | Pagination cursor from a previous call |
list_incidentsList incidents (outages) in a project - open and resolved, with timestamps and duration.List incidents (outages) in a project - open and resolved, with timestamps and duration.
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| limit | integer | Page size (default 25) |
| cursor | string | Pagination cursor from a previous call |
get_incidentGet a single incident by ID.Get a single incident by ID.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | Incident ID |
list_domainsList tracked domains with expiry dates, registrar, and days remaining.List tracked domains with expiry dates, registrar, and days remaining.
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| limit | integer | Page size (default 25) |
| cursor | string | Pagination cursor from a previous call |
list_status_pagesList status pages with visibility, slug, and public URL.List status pages with visibility, slug, and public URL.
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| limit | integer | Page size (default 25) |
| cursor | string | Pagination cursor from a previous call |
13 de 13 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Vantaj uptime monitoring via MCP - manage monitors, heartbeats, incidents, and status pages.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.