Developer Tools
zenvault.eu
Schedule webhooks and manage time-based events like one-shot calls, recurring cron jobs, and dead-man switches.
ENDPOINT 1
https://api.zenvault.eu/mcp
MCP server metadata
- Name
- zenvault
- Version
- 1.0.0
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_scheduleRecurring webhook on a cron expression until the prepaid days run out.
Inferred read-onlycreate_deadmanDead-man switch: if you stop checking in, we fire your alert webhook.
Inferred read-onlydelayed_deliveryHand over a payload now; we POST it to the target at a future moment.
Potential side effectscreate_dripDump up to 100 items now; we deliver them to your webhook at a fixed rate.
Inferred read-onlyattested_fetchFetch a URL and return content plus a signed receipt binding url, status, content hash and time.
Inferred read-onlycreate_frontdoorDurable front door: buffers webhooks and forwards them to your gateway with retry-until-ack.
Inferred read-onlyrequest_approvalAsk a human to approve or deny an action; returns a URL for them and a signed verdict for you.
Inferred read-onlynotify_humanSend a message to a human on Telegram, Discord, Slack, ntfy, email and 100+ other services (apprise URL is used once, never stored).
Potential side effectsguaranteed_deliveryPOST a payload to a URL, retried with backoff until it succeeds.
Potential side effectsstore_secretStore a value that self-destructs on first read; returns a one-time read URL.
Inferred read-onlyclaim_operationIdempotency firewall: claim an operation id exactly once across runs.
Inferred read-onlycreate_escalationEscalation chain: webhook, then after N seconds the next step, until acknowledged.
Inferred read-onlyget_trial_creditGet a FREE ZenVault credit token (one per IP, no signup, no card).
Inferred read-onlyCONNECT 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.
zenvault.eu is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.