dev.workers.watchpup.watchpup/watchpup

MCPcommunautéen ligne
v1.1.0dev.workers.watchpup.watchpupUnknownMis à jour il y a 27 j

Free uptime monitoring: HTTP/TCP/TLS/DNS + MCP server checks, cron heartbeats, status pages, alerts.

État de l’endpointen ligne
vérifié il y a 20 h · 142 ms
100 % des dernières 5 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 27 jDernière mise à jour
Paquet
Auteurdev.workers.watchpup.watchpup
LicenceUnknown
Version1.1.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’outils12 outils · 1 privilégiés
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
PROMPTtool:check_url#urlLinks to undeclared domains: example.com, mcp.deepwiki.com
ÉvaluationsAucune
Indexé11 août 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

12 outils · 1 privilégiés
Observé en direct depuis l’endpoint du fournisseur20h 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://watchpup.watchpup.workers.dev/mcp12 outils · 142 ms
check_urlCheck any public URL RIGHT NOW: is it up, HTTP status, response time in ms. With kind:"mcp" it instead performs a real JSON-RPC initialize handshake against a streamable-HTTP MCP server endpoint and reports the server’s self-declared name/version/protocol — useful to tell "the MCP server is down" f…

Check any public URL RIGHT NOW: is it up, HTTP status, response time in ms. With kind:"mcp" it instead performs a real JSON-RPC initialize handshake against a streamable-HTTP MCP server endpoint and reports the server’s self-declared name/version/protocol — useful to tell "the MCP server is down" f…

NOTEDans le paramètre url : Links to undeclared domains: example.com, mcp.deepwiki.com
ParamètreTypeDescription
url*stringPublic http(s) URL to check, e.g. https://example.com — for kind=mcp the MCP endpoint URL, e.g. https://mcp.deepwiki.com/mcp
kindstringWhat to speak: plain HTTP (default) or an MCP initialize handshake
list_monitorsList all monitors on the account: current up/down status, kind, target, interval, last check. Optionally filter by tag.

List all monitors on the account: current up/down status, kind, target, interval, last check. Optionally filter by tag.

ParamètreTypeDescription
tagstringOnly monitors carrying ALL these tags (comma-separated), e.g. "prod" or "prod,eu"
get_monitorFull detail for one monitor: status, config, 24h latency percentiles and trend (http/tcp), SLA budget if a target is set. Heartbeat monitors include their ping_url and ping_email.

Full detail for one monitor: status, config, 24h latency percentiles and trend (http/tcp), SLA budget if a target is set. Heartbeat monitors include their ping_url and ping_email.

ParamètreTypeDescription
id*stringMonitor id (from list_monitors)
create_monitorCreate a monitor. kind=http (needs url), tcp (target "host:port"), tls (target host[:port] — cert-expiry watch), domain (target — registration-expiry via RDAP), dns (target + rtype A/AAAA/MX/... , optional expect_value), heartbeat (dead-man’s switch for cron jobs/agent loops: needs name; response i…

Create a monitor. kind=http (needs url), tcp (target "host:port"), tls (target host[:port] — cert-expiry watch), domain (target — registration-expiry via RDAP), dns (target + rtype A/AAAA/MX/... , optional expect_value), heartbeat (dead-man’s switch for cron jobs/agent loops: needs name; response i…

ParamètreTypeDescription
kindstringMonitor kind (default http; "mcp" monitors an MCP server via JSON-RPC initialize)
urlstringFor kind=http: the URL to check
targetstringFor tcp/tls/domain/dns: host[:port] or domain name
namestringDisplay name (required for heartbeat, defaults to the target host otherwise)
intervalintegerCheck interval in seconds, min 60 (heartbeat: expected ping interval)
update_monitorPATCH any monitor field: name, url, target, interval, expect, keyword, slow_ms, grace, cron, tags, sla_target, renotify, channels (alert routing)... Pause with {"status":"paused"}, resume with {"status":"new"}. Empty string clears optional fields.

PATCH any monitor field: name, url, target, interval, expect, keyword, slow_ms, grace, cron, tags, sla_target, renotify, channels (alert routing)... Pause with {"status":"paused"}, resume with {"status":"new"}. Empty string clears optional fields.

ParamètreTypeDescription
id*stringMonitor id
statusstring"paused" stops checking; "new" resumes
delete_monitorprivilégiéPermanently delete a monitor and all its check history, events and rollups. Cannot be undone.

Permanently delete a monitor and all its check history, events and rollups. Cannot be undone.

ParamètreTypeDescription
id*stringMonitor id
list_incidentsDowntime incidents (ongoing and resolved) across all monitors: start, duration, cause, acknowledgement, notes.

Downtime incidents (ongoing and resolved) across all monitors: start, duration, cause, acknowledgement, notes.

ParamètreTypeDescription
daysintegerLookback window in days, 1-90 (default 30)
ack_incidentMark an ongoing incident as "someone is on it" — pauses still-down reminder alerts for that monitor until recovery. Set un=true to un-acknowledge (re-arms reminders).

Mark an ongoing incident as "someone is on it" — pauses still-down reminder alerts for that monitor until recovery. Set un=true to un-acknowledge (re-arms reminders).

ParamètreTypeDescription
id*integerIncident id (from list_incidents)
unbooleantrue = remove an existing acknowledgement
add_incident_noteAttach/replace a note (max 500 chars) on an incident. Notes publish with the incident on public status pages, their JSON and the Atom feed. Empty string clears.

Attach/replace a note (max 500 chars) on an incident. Notes publish with the incident on public status pages, their JSON and the Atom feed. Empty string clears.

ParamètreTypeDescription
id*integerIncident id (from list_incidents)
note*stringThe note text ("" clears)
list_channelsAlert delivery channels on the account (email / webhook / Discord / Slack / ntfy / Telegram), their verification state and delivery health.

Alert delivery channels on the account (email / webhook / Discord / Slack / ntfy / Telegram), their verification state and delivery health.

Aucun schéma d’entrée n’a été publié pour cet outil.

get_status_pageMachine-readable state of any public Watchpup status page by slug: per-monitor status, uptime, incidents last 30d. No API key needed.

Machine-readable state of any public Watchpup status page by slug: per-monitor status, uptime, incidents last 30d. No API key needed.

ParamètreTypeDescription
slug*stringStatus page slug (the part after /s/)
get_accountWho am I: account email, monitor count/limit, plan limits. Good first call to verify the API key works.

Who am I: account email, monitor count/limit, plan limits. Good first call to verify the API key works.

Aucun schéma d’entrée n’a été publié pour cet outil.

12 outils sur 12 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

Free uptime monitoring: HTTP/TCP/TLS/DNS + MCP server checks, cron heartbeats, status pages, alerts.

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.