eu.zenvault/zenvault

MCPcommunautéen ligne
v1.0.2eu.zenvaultUnknownMis à jour il y a 1 mois

Wake-ups, webhook inboxes, TTL memory, watches and human approval for agents. Paid per call.

État de l’endpointen ligne
vérifié il y a 5 h · 1403 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 1 moisDernière mise à jour
Paquet
Auteureu.zenvault
LicenceUnknown
Version1.0.2
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’outils44 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
É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

44 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur5h 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.zenvault.eu/mcp44 outils · 1403 ms
create_wakeupSchedule a webhook call at a future time (one-shot). Your agent can die; the call still happens.

Schedule a webhook call at a future time (one-shot). Your agent can die; the call still happens.

ParamètreTypeDescription
at*stringISO-8601 time to fire
url*stringwebhook URL to call
payloadobjectJSON to include
create_scheduleRecurring webhook on a cron expression until the prepaid days run out.

Recurring webhook on a cron expression until the prepaid days run out.

ParamètreTypeDescription
cron*stringcron expression, e.g. 0 7 * * *
url*stringwebhook URL
payloadobject
daysnumberprepaid days
create_deadmanDead-man switch: if you stop checking in, we fire your alert webhook.

Dead-man switch: if you stop checking in, we fire your alert webhook.

ParamètreTypeDescription
url*stringalert webhook
interval_secondsnumbermax time between check-ins
daysnumber
apprise_urlstringoptional human notification target
checkin_deadmanCheck in to a dead-man switch so it does not fire.

Check in to a dead-man switch so it does not fire.

ParamètreTypeDescription
id*stringdead-man switch id
delayed_deliveryHand over a payload now; we POST it to the target at a future moment.

Hand over a payload now; we POST it to the target at a future moment.

ParamètreTypeDescription
at*stringISO-8601
url*stringtarget URL
payloadobject
create_dripDump up to 100 items now; we deliver them to your webhook at a fixed rate.

Dump up to 100 items now; we deliver them to your webhook at a fixed rate.

ParamètreTypeDescription
url*stringwebhook
items*arrayitems to drip
rate_secondsnumber
notarizeSigned proof that a hash (or your data) existed at this moment.

Signed proof that a hash (or your data) existed at this moment.

ParamètreTypeDescription
sha256stringhex digest
datastringraw data to hash instead
notestring
attested_fetchFetch a URL and return content plus a signed receipt binding url, status, content hash and time.

Fetch a URL and return content plus a signed receipt binding url, status, content hash and time.

ParamètreTypeDescription
url*stringURL to fetch
include_contentboolean
create_inboxPublic URL that buffers inbound webhooks until you collect them.

Public URL that buffers inbound webhooks until you collect them.

ParamètreTypeDescription
daysnumberprepaid days
labelstring
collect_messagesCollect buffered messages from an inbox, bin, front door or form.

Collect buffered messages from an inbox, bin, front door or form.

ParamètreTypeDescription
id*stringresource id
allbooleaninclude already-collected
create_frontdoorDurable front door: buffers webhooks and forwards them to your gateway with retry-until-ack.

Durable front door: buffers webhooks and forwards them to your gateway with retry-until-ack.

ParamètreTypeDescription
target*stringyour gateway URL
daysnumber
replay_hoursnumber
request_approvalAsk a human to approve or deny an action; returns a URL for them and a signed verdict for you. Times out as denied.

Ask a human to approve or deny an action; returns a URL for them and a signed verdict for you. Times out as denied.

ParamètreTypeDescription
action*stringwhat you want to do
detailstringcontext for the human
timeout_secondsnumber
webhookstringcalled with the verdict
apprise_urlstringping the human here
check_approvalCheck whether a human approved or denied your request.

Check whether a human approved or denied your request.

ParamètreTypeDescription
id*stringapproval id
notify_humanSend a message to a human on Telegram, Discord, Slack, ntfy, email and 100+ other services (apprise URL is used once, never stored).

Send a message to a human on Telegram, Discord, Slack, ntfy, email and 100+ other services (apprise URL is used once, never stored).

ParamètreTypeDescription
apprise_url*stringapprise target URL
titlestring
body*stringmessage
guaranteed_deliveryPOST a payload to a URL, retried with backoff until it succeeds.

POST a payload to a URL, retried with backoff until it succeeds.

ParamètreTypeDescription
url*stringtarget
payloadobject
create_vaultCreate a key-value namespace with TTL that survives your runs.

Create a key-value namespace with TTL that survives your runs.

ParamètreTypeDescription
daysnumber
labelstring
kv_setStore a value in a vault (max 1 MB).

Store a value in a vault (max 1 MB).

ParamètreTypeDescription
id*stringvault id
key*string
value*string
kv_getRead a value from a vault.

Read a value from a vault.

ParamètreTypeDescription
id*stringvault id
key*string
kv_listList keys in a vault.

List keys in a vault.

ParamètreTypeDescription
id*stringvault id
save_checkpointSave run state so you can resume after a crash.

Save run state so you can resume after a crash.

ParamètreTypeDescription
id*stringcheckpoint id
state*stringserialized state
create_checkpointCreate a crash checkpoint store.

Create a crash checkpoint store.

ParamètreTypeDescription
daysnumber
load_checkpointLoad the latest saved checkpoint state.

Load the latest saved checkpoint state.

ParamètreTypeDescription
id*string
store_secretStore a value that self-destructs on first read; returns a one-time read URL.

Store a value that self-destructs on first read; returns a one-time read URL.

ParamètreTypeDescription
value*string
daysnumber
create_queuePull-based work queue with leases; timed-out leases requeue.

Pull-based work queue with leases; timed-out leases requeue.

ParamètreTypeDescription
lease_secondsnumber
max_attemptsnumber
daysnumber
queue_pushPush a job onto a queue.

Push a job onto a queue.

ParamètreTypeDescription
id*stringqueue id
body*stringjob payload
queue_leaseLease the next job from a queue.

Lease the next job from a queue.

ParamètreTypeDescription
id*stringqueue id
queue_ackAcknowledge (or nack) a leased job.

Acknowledge (or nack) a leased job.

ParamètreTypeDescription
id*stringqueue id
job_id*string
actionstring
create_counterCreate an atomic counter.

Create an atomic counter.

ParamètreTypeDescription
startnumber
daysnumber
counter_incrIncrement a counter atomically.

Increment a counter atomically.

ParamètreTypeDescription
id*string
bynumber
claim_operationIdempotency firewall: claim an operation id exactly once across runs.

Idempotency firewall: claim an operation id exactly once across runs.

ParamètreTypeDescription
id*stringfirewall id
operation_id*string
create_idempotencyCreate an idempotency/replay firewall.

Create an idempotency/replay firewall.

ParamètreTypeDescription
daysnumber
publish_pagePublish an HTML page at name.zenvault.eu for N days.

Publish an HTML page at name.zenvault.eu for N days.

ParamètreTypeDescription
html*stringpage HTML
namestringsubdomain name
daysnumber
create_linkCreate an expiring share link with click stats.

Create an expiring share link with click stats.

ParamètreTypeDescription
target*stringdestination URL
daysnumber
create_watchWatch something and fire your webhook when it changes. Types: change, keyword, regex, structured, drift, redirect, sitemap, staleness, rss, dns, port, cert, heartbeat.

Watch something and fire your webhook when it changes. Types: change, keyword, regex, structured, drift, redirect, sitemap, staleness, rss, dns, port, cert, heartbeat.

ParamètreTypeDescription
type*stringwatch type
urlstringURL to watch
webhook*stringcalled on change
keywordstring
patternstringregex
selectorstringCSS selector or JSON path
jsonboolean
percentnumberdrift threshold
namestringDNS name
recordstringDNS record type
hoststring
portnumber
domainstringfor cert watch
interval_secondsnumber
confirmationsnumberfire only after N consecutive hits
daysnumber
watch_statusCheck a watch: last value, checks, fires.

Check a watch: last value, checks, fires.

ParamètreTypeDescription
id*string
create_escalationEscalation chain: webhook, then after N seconds the next step, until acknowledged.

Escalation chain: webhook, then after N seconds the next step, until acknowledged.

ParamètreTypeDescription
steps*arraysteps: {webhook, apprise_url, wait_seconds}
subjectstring
daysnumber
get_resourceStatus of any resource you hold the management token for.

Status of any resource you hold the management token for.

ParamètreTypeDescription
id*string
extend_resourceExtend a resource TTL by paying again.

Extend a resource TTL by paying again.

ParamètreTypeDescription
id*string
daysnumber
cancel_resourceCancel a resource early.

Cancel a resource early.

ParamètreTypeDescription
id*string
export_resourceExport everything under a resource before it expires.

Export everything under a resource before it expires.

ParamètreTypeDescription
id*string
credit_balanceCheck the balance of your prepaid credit token.

Check the balance of your prepaid credit token.

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

create_subtokenMint a spend-capped child token for a sub-agent.

Mint a spend-capped child token for a sub-agent.

ParamètreTypeDescription
cap_usd*numberhard spend cap
labelstring
daysnumber
list_pricesMachine-readable price list for every ZenVault service, in USD.

Machine-readable price list for every ZenVault service, in USD.

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

request_featureTell the operator what ZenVault is missing. Free.

Tell the operator what ZenVault is missing. Free.

ParamètreTypeDescription
what*stringwhat you need
whystringwhy
would_paystringwould you pay, how much

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

Wake-ups, webhook inboxes, TTL memory, watches and human approval for agents. Paid per call.

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.