co.vantaj/mcp-server

MCPCommunitylive
v1.0.0co.vantajUnknownAktualisiert vor 2 Mon.

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

Endpunkt-Statuslive
geprüft vor 6 Std. · 173 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 2 Mon.Letzte Aktualisierung
Paket
Autorco.vantaj
LizenzUnknown
Version1.0.0
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche13 Tools · keines privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert12. Juli 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

13 Tools · keines privilegiert
Live am Endpunkt des Anbieters beobachtet6h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

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

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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).

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

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

Resume a paused monitor - checks start again immediately.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

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

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

ParameterTypBeschreibung
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.

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

13 von 13 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.