mcpserver.lol
registry/zenvault
Connection check verified live · 27h ago

zenvault

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

Tools 44
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

44 tools

Read from the running server on 27h ago.

attested_fetch url*include_content
Fetch a URL and return content plus a signed receipt binding url, status, content hash and time.
cancel_resource id*
Cancel a resource early.
check_approval id*
Check whether a human approved or denied your request.
checkin_deadman id*
Check in to a dead-man switch so it does not fire.
claim_operation id*operation_id*
Idempotency firewall: claim an operation id exactly once across runs.
collect_messages id*all
Collect buffered messages from an inbox, bin, front door or form.
counter_incr byid*
Increment a counter atomically.
create_checkpoint days
Create a crash checkpoint store.
create_counter daysstart
Create an atomic counter.
create_deadman url*daysapprise_urlinterval_seconds
Dead-man switch: if you stop checking in, we fire your alert webhook.
create_drip url*items*rate_seconds
Dump up to 100 items now; we deliver them to your webhook at a fixed rate.
create_escalation dayssteps*subject
Escalation chain: webhook, then after N seconds the next step, until acknowledged.
create_frontdoor daystarget*replay_hours
Durable front door: buffers webhooks and forwards them to your gateway with retry-until-ack.
create_idempotency days
Create an idempotency/replay firewall.
create_inbox dayslabel
Public URL that buffers inbound webhooks until you collect them.
create_link daystarget*
Create an expiring share link with click stats.
create_queue daysmax_attemptslease_seconds
Pull-based work queue with leases; timed-out leases requeue.
create_schedule url*cron*dayspayload
Recurring webhook on a cron expression until the prepaid days run out.
create_subtoken dayslabelcap_usd*
Mint a spend-capped child token for a sub-agent.
create_vault dayslabel
Create a key-value namespace with TTL that survives your runs.
create_wakeup at*url*payload
Schedule a webhook call at a future time (one-shot). Your agent can die; the call still happens.
create_watch urldayshostjsonnameport +10
Watch something and fire your webhook when it changes. Types: change, keyword, regex, structured, drift, redirect, sitemap, staleness, rss, dns, port, cert, heartbeat.
credit_balance
Check the balance of your prepaid credit token.
delayed_delivery at*url*payload
Hand over a payload now; we POST it to the target at a future moment.
export_resource id*
Export everything under a resource before it expires.
extend_resource id*days
Extend a resource TTL by paying again.
get_resource id*
Status of any resource you hold the management token for.
guaranteed_delivery url*payload
POST a payload to a URL, retried with backoff until it succeeds.
kv_get id*key*
Read a value from a vault.
kv_list id*
List keys in a vault.
kv_set id*key*value*
Store a value in a vault (max 1 MB).
list_prices
Machine-readable price list for every ZenVault service, in USD.
load_checkpoint id*
Load the latest saved checkpoint state.
notarize datanotesha256
Signed proof that a hash (or your data) existed at this moment.
notify_human body*titleapprise_url*
Send a message to a human on Telegram, Discord, Slack, ntfy, email and 100+ other services (apprise URL is used once, never stored).
publish_page dayshtml*name
Publish an HTML page at name.zenvault.eu for N days.
queue_ack id*actionjob_id*
Acknowledge (or nack) a leased job.
queue_lease id*
Lease the next job from a queue.
queue_push id*body*
Push a job onto a queue.
request_approval action*detailwebhookapprise_urltimeout_seconds
Ask a human to approve or deny an action; returns a URL for them and a signed verdict for you. Times out as denied.
request_feature whywhat*would_pay
Tell the operator what ZenVault is missing. Free.
save_checkpoint id*state*
Save run state so you can resume after a crash.
store_secret daysvalue*
Store a value that self-destructs on first read; returns a one-time read URL.
watch_status id*
Check a watch: last value, checks, fires.