co.vantaj/mcp-server

MCPcommunautéen ligne
v1.0.0co.vantajUnknownMis à jour il y a 2 mois

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

État de l’endpointen ligne
vérifié il y a 6 h · 173 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 2 moisDernière mise à jour
Paquet
Auteurco.vantaj
LicenceUnknown
Version1.0.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils13 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé12 juil. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

13 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur6h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://api.vantaj.co/mcp13 outils · 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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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).

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
id*stringMonitor ID
resume_monitorResume a paused monitor - checks start again immediately.

Resume a paused monitor - checks start again immediately.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

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

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

ParamètreTypeDescription
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.

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

13 outils sur 13 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.