co.vantaj/mcp-server

MCPcommunityattivo
v1.0.0co.vantajUnknownAggiornato 2 mesi fa

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

Stato dell’endpointattivo
verificato 1 giorno fa · 173 ms
100 % degli ultimi 4 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
2 mesi faUltimo aggiornamento
Pacchetto
Autoreco.vantaj
LicenzaUnknown
Versione1.0.0
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti13 strumenti · nessuno privilegiato
Analisi di sicurezza✓ Pulitovlive · 1 g faQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato12 lug 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

13 strumenti · nessuno privilegiato
Osservato in tempo reale dall’endpoint del fornitore1d ago

Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.

  • https://api.vantaj.co/mcp13 strumenti · 173 ms
list_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.

ParametroTipoDescrizione
limitintegerPage size (default 25)
cursorstringPagination 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.

ParametroTipoDescrizione
project_id*stringProject ID (from list_projects)
limitintegerPage size (default 25)
cursorstringPagination 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.

ParametroTipoDescrizione
id*stringMonitor 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).

ParametroTipoDescrizione
project_id*stringProject ID (from list_projects)
name*stringDisplay name
url*stringURL for http, host for ping/smtp, host:port for tcp
type*stringCheck type
interval_secondsintegerCheck interval (default 300)
regionsarrayProbe regions (defaults to all)
groupstringOptional group name
timeout_secondsintegerRequest timeout in seconds (default 30)
expected_status_codesarrayHTTP status codes considered up (default: any 2xx)
invertedbooleanExposure 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.

ParametroTipoDescrizione
id*stringMonitor ID
namestringNew display name
urlstringNew target: URL for http, host for ping/smtp, host:port for tcp
typestringNew check type
interval_secondsintegerNew check interval in seconds
regionsarrayNew probe region list
groupstringNew group name
timeout_secondsintegerNew request timeout in seconds
expected_status_codesarrayHTTP status codes considered up
invertedbooleanEnable/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.

ParametroTipoDescrizione
id*stringMonitor ID
resume_monitorResume a paused monitor - checks start again immediately.

Resume a paused monitor - checks start again immediately.

ParametroTipoDescrizione
id*stringMonitor 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.

ParametroTipoDescrizione
project_id*stringProject ID (from list_projects)
title*stringWindow title, e.g. 'Database migration'
descriptionstringOptional details shown alongside the window
starts_at*stringISO 8601 datetime with offset, e.g. 2026-07-12T02:00:00Z
ends_at*stringISO 8601 datetime with offset - must be after starts_at
monitor_ids*arrayMonitors whose alerts to suppress (from list_monitors)
timezonestringIANA 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.

ParametroTipoDescrizione
project_id*stringProject ID (from list_projects)
limitintegerPage size (default 25)
cursorstringPagination 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.

ParametroTipoDescrizione
project_id*stringProject ID (from list_projects)
limitintegerPage size (default 25)
cursorstringPagination cursor from a previous call
get_incidentGet a single incident by ID.

Get a single incident by ID.

ParametroTipoDescrizione
id*stringIncident ID
list_domainsList tracked domains with expiry dates, registrar, and days remaining.

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

ParametroTipoDescrizione
project_id*stringProject ID (from list_projects)
limitintegerPage size (default 25)
cursorstringPagination 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.

ParametroTipoDescrizione
project_id*stringProject ID (from list_projects)
limitintegerPage size (default 25)
cursorstringPagination cursor from a previous call

13 strumenti su 13 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.