Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ZenVault

REMOTE · API.ZENVAULT.EU · SCANNED AUG 9

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

Available components

57 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2067 tokens (~46/item across 44 items; 44 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management14
  • Stability check failed: schema churn in the 5 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 53% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.zenvault.eu

# add to Claude Code
claude mcp add --transport http eu-zenvault-zenvault https://api.zenvault.eu/mcp
# ~/.codex/config.toml
[mcp_servers.eu-zenvault-zenvault]
url = "https://api.zenvault.eu/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eu-zenvault-zenvault": {
      "type": "remote",
      "url": "https://api.zenvault.eu/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add eu-zenvault-zenvault --url https://api.zenvault.eu/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  eu-zenvault-zenvault:
    url: "https://api.zenvault.eu/mcp"
// mcp.json
{
  "mcpServers": {
    "eu-zenvault-zenvault": {
      "type": "http",
      "url": "https://api.zenvault.eu/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 8 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 8 to 11.

  • 6 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 1 to 4.

  • 5 Aug 26 −1
    • Stability: unverified → fail security
    • A breaking change shipped without a version bump: still 1.0.0 security
    • Tool “get_trial_credit” was removed security
    • The server rewrote its instructions, which are the text every model session reads security
  • 4 Aug 26 56

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 9 Aug 2026 · Probed https://api.zenvault.eu/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=zenvault.eu CN=WE1,O=Google Trust Services,C=US 13 Jul 2026 11 Oct 2026 ECDSA 256 ECDSA-SHA256 aec00bfa103f341d0e14e829dd08528a
SANs: zenvault.eu, *.zenvault.eu
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.zenvault.eu. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
eu. present 35926 8 Verified
zenvault.eu. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.zenvault.eu/mcp Verified 200
http (plaintext) http://api.zenvault.eu/mcp HTTPS enforced 308 https://api.zenvault.eu/mcp
MCP tools · 44 exposed · ~1,917 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
attested_fetch ~47

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

NameTypeReqDescription
include_contentboolean
urlstringyesURL to fetch

No output schema declared.

No examples provided.

cancel_resource ~20

Cancel a resource early.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

check_approval ~28

Check whether a human approved or denied your request.

NameTypeReqDescription
idstringyesapproval id

No output schema declared.

No examples provided.

checkin_deadman ~34

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

NameTypeReqDescription
idstringyesdead-man switch id

No output schema declared.

No examples provided.

claim_operation ~39

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

NameTypeReqDescription
idstringyesfirewall id
operation_idstringyes

No output schema declared.

No examples provided.

collect_messages ~42

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

NameTypeReqDescription
allbooleaninclude already-collected
idstringyesresource id

No output schema declared.

No examples provided.

counter_incr ~29

Increment a counter atomically.

NameTypeReqDescription
bynumber
idstringyes

No output schema declared.

No examples provided.

create_checkpoint ~21

Create a crash checkpoint store.

NameTypeReqDescription
daysnumber

No output schema declared.

No examples provided.

create_counter ~27

Create an atomic counter.

NameTypeReqDescription
daysnumber
startnumber

No output schema declared.

No examples provided.

create_deadman ~67

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

NameTypeReqDescription
apprise_urlstringoptional human notification target
daysnumber
interval_secondsnumbermax time between check-ins
urlstringyesalert webhook

No output schema declared.

No examples provided.

create_drip ~54

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

NameTypeReqDescription
itemsarrayyesitems to drip
rate_secondsnumber
urlstringyeswebhook

No output schema declared.

No examples provided.

create_escalation ~61

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

NameTypeReqDescription
daysnumber
stepsarrayyessteps: {webhook, apprise_url, wait_seconds}
subjectstring

No output schema declared.

No examples provided.

create_frontdoor ~54

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

NameTypeReqDescription
daysnumber
replay_hoursnumber
targetstringyesyour gateway URL

No output schema declared.

No examples provided.

create_idempotency ~26

Create an idempotency/replay firewall.

NameTypeReqDescription
daysnumber

No output schema declared.

No examples provided.

create_inbox ~37

Public URL that buffers inbound webhooks until you collect them.

NameTypeReqDescription
daysnumberprepaid days
labelstring

No output schema declared.

No examples provided.

create_link ~34

Create an expiring share link with click stats.

NameTypeReqDescription
daysnumber
targetstringyesdestination URL

No output schema declared.

No examples provided.

create_queue ~45

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

NameTypeReqDescription
daysnumber
lease_secondsnumber
max_attemptsnumber

No output schema declared.

No examples provided.

create_schedule ~66

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

NameTypeReqDescription
cronstringyescron expression, e.g. 0 7 * * *
daysnumberprepaid days
payloadobject
urlstringyeswebhook URL

No output schema declared.

No examples provided.

create_subtoken ~47

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

NameTypeReqDescription
cap_usdnumberyeshard spend cap
daysnumber
labelstring

No output schema declared.

No examples provided.

create_vault ~35

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

NameTypeReqDescription
daysnumber
labelstring

No output schema declared.

No examples provided.

create_wakeup ~66

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

NameTypeReqDescription
atstringyesISO-8601 time to fire
payloadobjectJSON to include
urlstringyeswebhook URL to call

No output schema declared.

No examples provided.

create_watch ~191

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

NameTypeReqDescription
confirmationsnumberfire only after N consecutive hits
daysnumber
domainstringfor cert watch
hoststring
interval_secondsnumber
jsonboolean
keywordstring
namestringDNS name
patternstringregex
percentnumberdrift threshold
portnumber
recordstringDNS record type
selectorstringCSS selector or JSON path
typestringyeswatch type
urlstringURL to watch
webhookstringyescalled on change

No output schema declared.

No examples provided.

credit_balance ~17

Check the balance of your prepaid credit token.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delayed_delivery ~52

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

NameTypeReqDescription
atstringyesISO-8601
payloadobject
urlstringyestarget URL

No output schema declared.

No examples provided.

export_resource ~24

Export everything under a resource before it expires.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

extend_resource ~30

Extend a resource TTL by paying again.

NameTypeReqDescription
daysnumber
idstringyes

No output schema declared.

No examples provided.

get_resource ~26

Status of any resource you hold the management token for.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

guaranteed_delivery ~39

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

NameTypeReqDescription
payloadobject
urlstringyestarget

No output schema declared.

No examples provided.

kv_get ~31

Read a value from a vault.

NameTypeReqDescription
idstringyesvault id
keystringyes

No output schema declared.

No examples provided.

kv_list ~23

List keys in a vault.

NameTypeReqDescription
idstringyesvault id

No output schema declared.

No examples provided.

kv_set ~43

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

NameTypeReqDescription
idstringyesvault id
keystringyes
valuestringyes

No output schema declared.

No examples provided.

list_prices ~21

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

load_checkpoint ~22

Load the latest saved checkpoint state.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

notarize ~52

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

NameTypeReqDescription
datastringraw data to hash instead
notestring
sha256stringhex digest

No output schema declared.

No examples provided.

notify_human ~71

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

NameTypeReqDescription
apprise_urlstringyesapprise target URL
bodystringyesmessage
titlestring

No output schema declared.

No examples provided.

publish_page ~48

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

NameTypeReqDescription
daysnumber
htmlstringyespage HTML
namestringsubdomain name

No output schema declared.

No examples provided.

queue_ack ~43

Acknowledge (or nack) a leased job.

NameTypeReqDescription
actionstring
idstringyesqueue id
job_idstringyes

No output schema declared.

No examples provided.

queue_lease ~26

Lease the next job from a queue.

NameTypeReqDescription
idstringyesqueue id

No output schema declared.

No examples provided.

queue_push ~33

Push a job onto a queue.

NameTypeReqDescription
bodystringyesjob payload
idstringyesqueue id

No output schema declared.

No examples provided.

request_approval ~91

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

NameTypeReqDescription
actionstringyeswhat you want to do
apprise_urlstringping the human here
detailstringcontext for the human
timeout_secondsnumber
webhookstringcalled with the verdict

No output schema declared.

No examples provided.

request_feature ~51

Tell the operator what ZenVault is missing. Free.

NameTypeReqDescription
whatstringyeswhat you need
whystringwhy
would_paystringwould you pay, how much

No output schema declared.

No examples provided.

save_checkpoint ~37

Save run state so you can resume after a crash.

NameTypeReqDescription
idstringyescheckpoint id
statestringyesserialized state

No output schema declared.

No examples provided.

store_secret ~41

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

NameTypeReqDescription
daysnumber
valuestringyes

No output schema declared.

No examples provided.

watch_status ~26

Check a watch: last value, checks, fires.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.