eu.zenvault/zenvault

MCPcomunidaden línea
v1.0.2eu.zenvaultUnknownActualizado hace 1 m

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

Estado del endpointen línea
comprobado hace 6 h · 1403 ms
100 % de las últimas 5 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 1 mÚltima actualización
Paquete
Autoreu.zenvault
LicenciaUnknown
Versión1.0.2
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas44 herramientas · ninguna privilegiada
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado11 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

44 herramientas · ninguna privilegiada
Observado en vivo desde el endpoint del proveedor6h ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://api.zenvault.eu/mcp44 herramientas · 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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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).

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
daysnumber
labelstring
kv_setStore a value in a vault (max 1 MB).

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

ParámetroTipoDescripción
id*stringvault id
key*string
value*string
kv_getRead a value from a vault.

Read a value from a vault.

ParámetroTipoDescripción
id*stringvault id
key*string
kv_listList keys in a vault.

List keys in a vault.

ParámetroTipoDescripción
id*stringvault id
save_checkpointSave run state so you can resume after a crash.

Save run state so you can resume after a crash.

ParámetroTipoDescripción
id*stringcheckpoint id
state*stringserialized state
create_checkpointCreate a crash checkpoint store.

Create a crash checkpoint store.

ParámetroTipoDescripción
daysnumber
load_checkpointLoad the latest saved checkpoint state.

Load the latest saved checkpoint state.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
value*string
daysnumber
create_queuePull-based work queue with leases; timed-out leases requeue.

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

ParámetroTipoDescripción
lease_secondsnumber
max_attemptsnumber
daysnumber
queue_pushPush a job onto a queue.

Push a job onto a queue.

ParámetroTipoDescripción
id*stringqueue id
body*stringjob payload
queue_leaseLease the next job from a queue.

Lease the next job from a queue.

ParámetroTipoDescripción
id*stringqueue id
queue_ackAcknowledge (or nack) a leased job.

Acknowledge (or nack) a leased job.

ParámetroTipoDescripción
id*stringqueue id
job_id*string
actionstring
create_counterCreate an atomic counter.

Create an atomic counter.

ParámetroTipoDescripción
startnumber
daysnumber
counter_incrIncrement a counter atomically.

Increment a counter atomically.

ParámetroTipoDescripción
id*string
bynumber
claim_operationIdempotency firewall: claim an operation id exactly once across runs.

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

ParámetroTipoDescripción
id*stringfirewall id
operation_id*string
create_idempotencyCreate an idempotency/replay firewall.

Create an idempotency/replay firewall.

ParámetroTipoDescripción
daysnumber
publish_pagePublish an HTML page at name.zenvault.eu for N days.

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

ParámetroTipoDescripción
html*stringpage HTML
namestringsubdomain name
daysnumber
create_linkCreate an expiring share link with click stats.

Create an expiring share link with click stats.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
id*string
extend_resourceExtend a resource TTL by paying again.

Extend a resource TTL by paying again.

ParámetroTipoDescripción
id*string
daysnumber
cancel_resourceCancel a resource early.

Cancel a resource early.

ParámetroTipoDescripción
id*string
export_resourceExport everything under a resource before it expires.

Export everything under a resource before it expires.

ParámetroTipoDescripción
id*string
credit_balanceCheck the balance of your prepaid credit token.

Check the balance of your prepaid credit token.

No se publicó ningún esquema de entrada para esta herramienta.

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

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

ParámetroTipoDescripción
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.

No se publicó ningún esquema de entrada para esta herramienta.

request_featureTell the operator what ZenVault is missing. Free.

Tell the operator what ZenVault is missing. Free.

ParámetroTipoDescripción
what*stringwhat you need
whystringwhy
would_paystringwould you pay, how much

44 de 44 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.