Wake-ups, webhook inboxes, TTL memory, watches and human approval for agents. Paid per call.
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.
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.
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 mscreate_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ámetro | Tipo | Descripción |
|---|---|---|
| at* | string | ISO-8601 time to fire |
| url* | string | webhook URL to call |
| payload | object | JSON 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ámetro | Tipo | Descripción |
|---|---|---|
| cron* | string | cron expression, e.g. 0 7 * * * |
| url* | string | webhook URL |
| payload | object | — |
| days | number | prepaid 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ámetro | Tipo | Descripción |
|---|---|---|
| url* | string | alert webhook |
| interval_seconds | number | max time between check-ins |
| days | number | — |
| apprise_url | string | optional 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ámetro | Tipo | Descripción |
|---|---|---|
| id* | string | dead-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ámetro | Tipo | Descripción |
|---|---|---|
| at* | string | ISO-8601 |
| url* | string | target URL |
| payload | object | — |
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ámetro | Tipo | Descripción |
|---|---|---|
| url* | string | webhook |
| items* | array | items to drip |
| rate_seconds | number | — |
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ámetro | Tipo | Descripción |
|---|---|---|
| sha256 | string | hex digest |
| data | string | raw data to hash instead |
| note | string | — |
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ámetro | Tipo | Descripción |
|---|---|---|
| url* | string | URL to fetch |
| include_content | boolean | — |
create_inboxPublic URL that buffers inbound webhooks until you collect them.Public URL that buffers inbound webhooks until you collect them.
| Parámetro | Tipo | Descripción |
|---|---|---|
| days | number | prepaid days |
| label | string | — |
collect_messagesCollect buffered messages from an inbox, bin, front door or form.Collect buffered messages from an inbox, bin, front door or form.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | resource id |
| all | boolean | include 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ámetro | Tipo | Descripción |
|---|---|---|
| target* | string | your gateway URL |
| days | number | — |
| replay_hours | number | — |
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ámetro | Tipo | Descripción |
|---|---|---|
| action* | string | what you want to do |
| detail | string | context for the human |
| timeout_seconds | number | — |
| webhook | string | called with the verdict |
| apprise_url | string | ping the human here |
check_approvalCheck whether a human approved or denied your request.Check whether a human approved or denied your request.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | approval 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ámetro | Tipo | Descripción |
|---|---|---|
| apprise_url* | string | apprise target URL |
| title | string | — |
| body* | string | message |
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ámetro | Tipo | Descripción |
|---|---|---|
| url* | string | target |
| payload | object | — |
create_vaultCreate a key-value namespace with TTL that survives your runs.Create a key-value namespace with TTL that survives your runs.
| Parámetro | Tipo | Descripción |
|---|---|---|
| days | number | — |
| label | string | — |
kv_setStore a value in a vault (max 1 MB).Store a value in a vault (max 1 MB).
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | vault id |
| key* | string | — |
| value* | string | — |
kv_getRead a value from a vault.Read a value from a vault.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | vault id |
| key* | string | — |
kv_listList keys in a vault.List keys in a vault.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | vault id |
save_checkpointSave run state so you can resume after a crash.Save run state so you can resume after a crash.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | checkpoint id |
| state* | string | serialized state |
create_checkpointCreate a crash checkpoint store.Create a crash checkpoint store.
| Parámetro | Tipo | Descripción |
|---|---|---|
| days | number | — |
load_checkpointLoad the latest saved checkpoint state.Load the latest saved checkpoint state.
| Parámetro | Tipo | Descripció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ámetro | Tipo | Descripción |
|---|---|---|
| value* | string | — |
| days | number | — |
create_queuePull-based work queue with leases; timed-out leases requeue.Pull-based work queue with leases; timed-out leases requeue.
| Parámetro | Tipo | Descripción |
|---|---|---|
| lease_seconds | number | — |
| max_attempts | number | — |
| days | number | — |
queue_pushPush a job onto a queue.Push a job onto a queue.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | queue id |
| body* | string | job payload |
queue_leaseLease the next job from a queue.Lease the next job from a queue.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | queue id |
queue_ackAcknowledge (or nack) a leased job.Acknowledge (or nack) a leased job.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | queue id |
| job_id* | string | — |
| action | string | — |
create_counterCreate an atomic counter.Create an atomic counter.
| Parámetro | Tipo | Descripción |
|---|---|---|
| start | number | — |
| days | number | — |
counter_incrIncrement a counter atomically.Increment a counter atomically.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | — |
| by | number | — |
claim_operationIdempotency firewall: claim an operation id exactly once across runs.Idempotency firewall: claim an operation id exactly once across runs.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | firewall id |
| operation_id* | string | — |
create_idempotencyCreate an idempotency/replay firewall.Create an idempotency/replay firewall.
| Parámetro | Tipo | Descripción |
|---|---|---|
| days | number | — |
publish_pagePublish an HTML page at name.zenvault.eu for N days.Publish an HTML page at name.zenvault.eu for N days.
| Parámetro | Tipo | Descripción |
|---|---|---|
| html* | string | page HTML |
| name | string | subdomain name |
| days | number | — |
create_linkCreate an expiring share link with click stats.Create an expiring share link with click stats.
| Parámetro | Tipo | Descripción |
|---|---|---|
| target* | string | destination URL |
| days | number | — |
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ámetro | Tipo | Descripción |
|---|---|---|
| type* | string | watch type |
| url | string | URL to watch |
| webhook* | string | called on change |
| keyword | string | — |
| pattern | string | regex |
| selector | string | CSS selector or JSON path |
| json | boolean | — |
| percent | number | drift threshold |
| name | string | DNS name |
| record | string | DNS record type |
| host | string | — |
| port | number | — |
| domain | string | for cert watch |
| interval_seconds | number | — |
| confirmations | number | fire only after N consecutive hits |
| days | number | — |
watch_statusCheck a watch: last value, checks, fires.Check a watch: last value, checks, fires.
| Parámetro | Tipo | Descripció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ámetro | Tipo | Descripción |
|---|---|---|
| steps* | array | steps: {webhook, apprise_url, wait_seconds} |
| subject | string | — |
| days | number | — |
get_resourceStatus of any resource you hold the management token for.Status of any resource you hold the management token for.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | — |
extend_resourceExtend a resource TTL by paying again.Extend a resource TTL by paying again.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | — |
| days | number | — |
cancel_resourceCancel a resource early.Cancel a resource early.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | — |
export_resourceExport everything under a resource before it expires.Export everything under a resource before it expires.
| Parámetro | Tipo | Descripció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ámetro | Tipo | Descripción |
|---|---|---|
| cap_usd* | number | hard spend cap |
| label | string | — |
| days | number | — |
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ámetro | Tipo | Descripción |
|---|---|---|
| what* | string | what you need |
| why | string | why |
| would_pay | string | would 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.
Wake-ups, webhook inboxes, TTL memory, watches and human approval for agents. Paid per call.
+ 4 más observadas en esta entrada.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
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.