ZenVault MCP server
Wake-ups, webhook inboxes, TTL memory, watches and human approval for agents. Paid per call.
Little public usage data yet
Reviews
Write oneNobody has reviewed ZenVault yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
ZenVault tools (44, 19 write)
write = sends, deletes, buys or postsattested_fetchFreeFetch a URL and return content plus a signed receipt binding url, status, content hash and time.
cancel_resourcewrite actionFreeCancel a resource early.
check_approvalFreeCheck whether a human approved or denied your request.
checkin_deadmanFreeCheck in to a dead-man switch so it does not fire.
claim_operationFreeIdempotency firewall: claim an operation id exactly once across runs.
collect_messagesFreeCollect buffered messages from an inbox, bin, front door or form.
counter_incrFreeIncrement a counter atomically.
create_checkpointwrite actionFreeCreate a crash checkpoint store.
create_counterwrite actionFreeCreate an atomic counter.
create_deadmanwrite actionFreeDead-man switch: if you stop checking in, we fire your alert webhook.
create_dripwrite actionFreeDump up to 100 items now; we deliver them to your webhook at a fixed rate.
create_escalationwrite actionFreeEscalation chain: webhook, then after N seconds the next step, until acknowledged.
create_frontdoorwrite actionFreeDurable front door: buffers webhooks and forwards them to your gateway with retry-until-ack.
create_idempotencywrite actionFreeCreate an idempotency/replay firewall.
create_inboxwrite actionFreePublic URL that buffers inbound webhooks until you collect them.
create_linkwrite actionFreeCreate an expiring share link with click stats.
create_queuewrite actionFreePull-based work queue with leases; timed-out leases requeue.
create_schedulewrite actionFreeRecurring webhook on a cron expression until the prepaid days run out.
create_subtokenwrite actionFreeMint a spend-capped child token for a sub-agent.
create_vaultwrite actionFreeCreate a key-value namespace with TTL that survives your runs.
create_wakeupwrite actionFreeSchedule a webhook call at a future time (one-shot). Your agent can die; the call still happens.
create_watchwrite actionFreeWatch something and fire your webhook when it changes. Types: change, keyword, regex, structured, drift, redirect, sitemap, staleness, rss, dns, port, cert, heartbeat.
credit_balanceFreeCheck the balance of your prepaid credit token.
delayed_deliveryFreeHand over a payload now; we POST it to the target at a future moment.
export_resourceFreeExport everything under a resource before it expires.
extend_resourceFreeExtend a resource TTL by paying again.
get_resourceFreeStatus of any resource you hold the management token for.
guaranteed_deliverywrite actionFreePOST a payload to a URL, retried with backoff until it succeeds.
kv_getFreeRead a value from a vault.
kv_listFreeList keys in a vault.
kv_setFreeStore a value in a vault (max 1 MB).
list_pricesFreeMachine-readable price list for every ZenVault service, in USD.
load_checkpointFreeLoad the latest saved checkpoint state.
notarizeFreeSigned proof that a hash (or your data) existed at this moment.
notify_humanwrite actionFreeSend a message to a human on Telegram, Discord, Slack, ntfy, email and 100+ other services (apprise URL is used once, never stored).
publish_pagewrite actionFreePublish an HTML page at name.zenvault.eu for N days.
queue_ackFreeAcknowledge (or nack) a leased job.
queue_leaseFreeLease the next job from a queue.
queue_pushFreePush a job onto a queue.
request_approvalFreeAsk a human to approve or deny an action; returns a URL for them and a signed verdict for you. Times out as denied.
request_featureFreeTell the operator what ZenVault is missing. Free.
save_checkpointFreeSave run state so you can resume after a crash.
store_secretFreeStore a value that self-destructs on first read; returns a one-time read URL.
watch_statusFreeCheck a watch: last value, checks, fires.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 2475ms17/20
- Tool poisoning44 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 19 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http zenvault https://api.zenvault.eu/mcp
ZenVault: common questions
- Is ZenVault MCP server safe?
- With care: it is graded C, so read the findings first (56/100). Read the ZenVault safety report
- How do I install ZenVault?
- It runs remotely at api.zenvault.eu. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does ZenVault need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is ZenVault maintained?
- The latest release is v1.0.2.
- Is ZenVault up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.