eu.zenvault/zenvault

MCPCommunitylive
v1.0.2eu.zenvaultUnknownAktualisiert vor 1 Mon.

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

Endpunkt-Statuslive
geprüft vor 2 Std. · 1403 ms
100 % der letzten 5 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autoreu.zenvault
LizenzUnknown
Version1.0.2
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche44 Tools · keines privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert11. Aug. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

44 Tools · keines privilegiert
Live am Endpunkt des Anbieters beobachtet2h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://api.zenvault.eu/mcp44 Tools · 1403 ms
create_wakeupSchedule a webhook call at a future time (one-shot). Your agent can die; the call still happens.

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

ParameterTypBeschreibung
at*stringISO-8601 time to fire
url*stringwebhook URL to call
payloadobjectJSON to include
create_scheduleRecurring webhook on a cron expression until the prepaid days run out.

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

ParameterTypBeschreibung
cron*stringcron expression, e.g. 0 7 * * *
url*stringwebhook URL
payloadobject
daysnumberprepaid days
create_deadmanDead-man switch: if you stop checking in, we fire your alert webhook.

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

ParameterTypBeschreibung
url*stringalert webhook
interval_secondsnumbermax time between check-ins
daysnumber
apprise_urlstringoptional human notification target
checkin_deadmanCheck in to a dead-man switch so it does not fire.

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

ParameterTypBeschreibung
id*stringdead-man switch id
delayed_deliveryHand over a payload now; we POST it to the target at a future moment.

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

ParameterTypBeschreibung
at*stringISO-8601
url*stringtarget URL
payloadobject
create_dripDump up to 100 items now; we deliver them to your webhook at a fixed rate.

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

ParameterTypBeschreibung
url*stringwebhook
items*arrayitems to drip
rate_secondsnumber
notarizeSigned proof that a hash (or your data) existed at this moment.

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

ParameterTypBeschreibung
sha256stringhex digest
datastringraw data to hash instead
notestring
attested_fetchFetch a URL and return content plus a signed receipt binding url, status, content hash and time.

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

ParameterTypBeschreibung
url*stringURL to fetch
include_contentboolean
create_inboxPublic URL that buffers inbound webhooks until you collect them.

Public URL that buffers inbound webhooks until you collect them.

ParameterTypBeschreibung
daysnumberprepaid days
labelstring
collect_messagesCollect buffered messages from an inbox, bin, front door or form.

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

ParameterTypBeschreibung
id*stringresource id
allbooleaninclude already-collected
create_frontdoorDurable front door: buffers webhooks and forwards them to your gateway with retry-until-ack.

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

ParameterTypBeschreibung
target*stringyour gateway URL
daysnumber
replay_hoursnumber
request_approvalAsk a human to approve or deny an action; returns a URL for them and a signed verdict for you. Times out as denied.

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

ParameterTypBeschreibung
action*stringwhat you want to do
detailstringcontext for the human
timeout_secondsnumber
webhookstringcalled with the verdict
apprise_urlstringping the human here
check_approvalCheck whether a human approved or denied your request.

Check whether a human approved or denied your request.

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

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

ParameterTypBeschreibung
apprise_url*stringapprise target URL
titlestring
body*stringmessage
guaranteed_deliveryPOST a payload to a URL, retried with backoff until it succeeds.

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

ParameterTypBeschreibung
url*stringtarget
payloadobject
create_vaultCreate a key-value namespace with TTL that survives your runs.

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

ParameterTypBeschreibung
daysnumber
labelstring
kv_setStore a value in a vault (max 1 MB).

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

ParameterTypBeschreibung
id*stringvault id
key*string
value*string
kv_getRead a value from a vault.

Read a value from a vault.

ParameterTypBeschreibung
id*stringvault id
key*string
kv_listList keys in a vault.

List keys in a vault.

ParameterTypBeschreibung
id*stringvault id
save_checkpointSave run state so you can resume after a crash.

Save run state so you can resume after a crash.

ParameterTypBeschreibung
id*stringcheckpoint id
state*stringserialized state
create_checkpointCreate a crash checkpoint store.

Create a crash checkpoint store.

ParameterTypBeschreibung
daysnumber
load_checkpointLoad the latest saved checkpoint state.

Load the latest saved checkpoint state.

ParameterTypBeschreibung
id*string
store_secretStore a value that self-destructs on first read; returns a one-time read URL.

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

ParameterTypBeschreibung
value*string
daysnumber
create_queuePull-based work queue with leases; timed-out leases requeue.

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

ParameterTypBeschreibung
lease_secondsnumber
max_attemptsnumber
daysnumber
queue_pushPush a job onto a queue.

Push a job onto a queue.

ParameterTypBeschreibung
id*stringqueue id
body*stringjob payload
queue_leaseLease the next job from a queue.

Lease the next job from a queue.

ParameterTypBeschreibung
id*stringqueue id
queue_ackAcknowledge (or nack) a leased job.

Acknowledge (or nack) a leased job.

ParameterTypBeschreibung
id*stringqueue id
job_id*string
actionstring
create_counterCreate an atomic counter.

Create an atomic counter.

ParameterTypBeschreibung
startnumber
daysnumber
counter_incrIncrement a counter atomically.

Increment a counter atomically.

ParameterTypBeschreibung
id*string
bynumber
claim_operationIdempotency firewall: claim an operation id exactly once across runs.

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

ParameterTypBeschreibung
id*stringfirewall id
operation_id*string
create_idempotencyCreate an idempotency/replay firewall.

Create an idempotency/replay firewall.

ParameterTypBeschreibung
daysnumber
publish_pagePublish an HTML page at name.zenvault.eu for N days.

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

ParameterTypBeschreibung
html*stringpage HTML
namestringsubdomain name
daysnumber
create_linkCreate an expiring share link with click stats.

Create an expiring share link with click stats.

ParameterTypBeschreibung
target*stringdestination URL
daysnumber
create_watchWatch something and fire your webhook when it changes. Types: change, keyword, regex, structured, drift, redirect, sitemap, staleness, rss, dns, port, cert, heartbeat.

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

ParameterTypBeschreibung
type*stringwatch type
urlstringURL to watch
webhook*stringcalled on change
keywordstring
patternstringregex
selectorstringCSS selector or JSON path
jsonboolean
percentnumberdrift threshold
namestringDNS name
recordstringDNS record type
hoststring
portnumber
domainstringfor cert watch
interval_secondsnumber
confirmationsnumberfire only after N consecutive hits
daysnumber
watch_statusCheck a watch: last value, checks, fires.

Check a watch: last value, checks, fires.

ParameterTypBeschreibung
id*string
create_escalationEscalation chain: webhook, then after N seconds the next step, until acknowledged.

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

ParameterTypBeschreibung
steps*arraysteps: {webhook, apprise_url, wait_seconds}
subjectstring
daysnumber
get_resourceStatus of any resource you hold the management token for.

Status of any resource you hold the management token for.

ParameterTypBeschreibung
id*string
extend_resourceExtend a resource TTL by paying again.

Extend a resource TTL by paying again.

ParameterTypBeschreibung
id*string
daysnumber
cancel_resourceCancel a resource early.

Cancel a resource early.

ParameterTypBeschreibung
id*string
export_resourceExport everything under a resource before it expires.

Export everything under a resource before it expires.

ParameterTypBeschreibung
id*string
credit_balanceCheck the balance of your prepaid credit token.

Check the balance of your prepaid credit token.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

ParameterTypBeschreibung
cap_usd*numberhard spend cap
labelstring
daysnumber
list_pricesMachine-readable price list for every ZenVault service, in USD.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

request_featureTell the operator what ZenVault is missing. Free.

Tell the operator what ZenVault is missing. Free.

ParameterTypBeschreibung
what*stringwhat you need
whystringwhy
would_paystringwould you pay, how much

44 von 44 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.