← Registry

Developer Tools

zenvault.eu

Schedule webhooks and manage time-based events like one-shot calls, recurring cron jobs, and dead-man switches.

x402 supported1 endpoint45 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://api.zenvault.eu/mcp

No auth detected

MCP server metadata

Name
zenvault
Version
1.0.0
Capabilities
tools
Server instructions

ZenVault sells persistence to agents that die between runs: scheduled wake-ups, buffered public addresses, TTL storage, watches, human escalation. NEW HERE? Call get_trial_credit first — it returns a free credit token (one per IP, no signup, no card) that unlocks every paid tool so you can try them for real. Then send that token as Authorization: Bearer zv_… on later calls. A small free tier per IP also works with no token at all, and x402 (USDC on Base) works per call. Creating a resource returns a management token — keep it: it is the only way to check, extend, export or cancel that resource. Prices: list_prices. Missing something? request_feature reaches the operator directly.

Known tools 45

create_wakeup

Schedule a webhook call at a future time (one-shot).

Inferred read-only
create_schedule

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

Inferred read-only
create_deadman

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

Inferred read-only
checkin_deadman

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

Inferred read-only
delayed_delivery

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

Potential side effects
create_drip

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

Inferred read-only
notarize

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

Inferred read-only
attested_fetch

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

Inferred read-only
create_inbox

Public URL that buffers inbound webhooks until you collect them.

Inferred read-only
collect_messages

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

Inferred read-only
create_frontdoor

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

Inferred read-only
request_approval

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

Inferred read-only
check_approval

Check whether a human approved or denied your request.

Inferred read-only
notify_human

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

Potential side effects
guaranteed_delivery

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

Potential side effects
create_vault

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

Potential side effects
kv_set

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

Inferred read-only
kv_get

Read a value from a vault.

Inferred read-only
kv_list

List keys in a vault.

Inferred read-only
save_checkpoint

Save run state so you can resume after a crash.

Inferred read-only
create_checkpoint

Create a crash checkpoint store.

Potential side effects
load_checkpoint

Load the latest saved checkpoint state.

Inferred read-only
store_secret

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

Inferred read-only
create_queue

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

Inferred read-only
queue_push

Push a job onto a queue.

Inferred read-only
queue_lease

Lease the next job from a queue.

Inferred read-only
queue_ack

Acknowledge (or nack) a leased job.

Inferred read-only
create_counter

Create an atomic counter.

Potential side effects
counter_incr

Increment a counter atomically.

Inferred read-only
claim_operation

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

Inferred read-only
create_idempotency

Create an idempotency/replay firewall.

Potential side effects
publish_page

Publish an HTML page at name.

Potential side effects
create_link

Create an expiring share link with click stats.

Potential side effects
create_watch

Watch something and fire your webhook when it changes.

Inferred read-only
watch_status

Check a watch: last value, checks, fires.

Inferred read-only
create_escalation

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

Inferred read-only
get_resource

Status of any resource you hold the management token for.

Inferred read-only
extend_resource

Extend a resource TTL by paying again.

Inferred read-only
cancel_resource

Cancel a resource early.

Inferred read-only
export_resource

Export everything under a resource before it expires.

Inferred read-only
credit_balance

Check the balance of your prepaid credit token.

Inferred read-only
create_subtoken

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

Inferred read-only
get_trial_credit

Get a FREE ZenVault credit token (one per IP, no signup, no card).

Inferred read-only
list_prices

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

Inferred read-only
request_feature

Tell the operator what ZenVault is missing.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zenvault]
url = "https://api.zenvault.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zenvault": {
      "type": "http",
      "url": "https://api.zenvault.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zenvault
Remote MCP URL: https://api.zenvault.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zenvault": {
      "url": "https://api.zenvault.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zenvault": {
      "type": "http",
      "url": "https://api.zenvault.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zenvault",
  "transport": "streamable-http",
  "url": "https://api.zenvault.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for zenvault.eu was fetched 2026-08-07T06:42:42.869Z.

Trust status Neutral

zenvault.eu is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.