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.

dev.veritap/locker

REMOTE · LOCKER.VERITAP.DEV · SCANNED AUG 21

Durable wallet-addressed memory for AI agents: state that survives your process, opened by your key.

+2 this week 59 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 Security46
Transport & Reachability100
Schema Quality & AI Usability68
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1638 tokens (~148/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage89
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 68% of tool parameters carry a description.Partial
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
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 · locker.veritap.dev

# add to Claude Code
claude mcp add --transport http dev-veritap-locker https://locker.veritap.dev/mcp
# ~/.codex/config.toml
[mcp_servers.dev-veritap-locker]
url = "https://locker.veritap.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-veritap-locker": {
      "type": "remote",
      "url": "https://locker.veritap.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-veritap-locker --url https://locker.veritap.dev/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  dev-veritap-locker:
    url: "https://locker.veritap.dev/mcp"
// mcp.json
{
  "mcpServers": {
    "dev-veritap-locker": {
      "type": "http",
      "url": "https://locker.veritap.dev/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.

  • 20 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “locker_checkpoint” rewrote its description, which is the text the model reads security
    • Schema quality: excellent → good functional
    • Tool “locker_checkpoint” changed its title: Checkpoint storage: save/load/list/delete (owner-signed) → The Locker — durable memory that survives your process (save/load/list/delete) cosmetic
  • 19 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Stability: unverified → 0.03 functional
  • 14 Aug 26 57

    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 21 Aug 2026 · Probed https://locker.veritap.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=veritap.dev CN=WE1,O=Google Trust Services,C=US 14 Aug 2026 12 Nov 2026 ECDSA 256 ECDSA-SHA256 375d07281205657b138decb03267beec
SANs: veritap.dev, locker.veritap.dev, *.locker.veritap.dev
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 locker.veritap.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
veritap.dev. 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://locker.veritap.dev/mcp Verified 200
http (plaintext) http://locker.veritap.dev/mcp Inconclusive 405
MCP tools · 11 exposed · ~1,461 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
locker_ack ~105

Free, owner-signed. Ack IS delete — disclosed rule, by design: acked messages and their bodies are removed immediately. Unknown ids are silently skipped.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).
message_idsarrayyes
noncestringyesNonce from locker_nonce (single-use; expires in 5 min).
signaturestringyesEIP-191 wallet signature over the exact nonce string.

No output schema declared.

No examples provided.

locker_capabilities ~52

Free. Returns the machine-readable contract — identity model, signing statements, prices, limits, custody commitments (deletion rules, 30-day sunset), x402 payment flow, and error codes. Call this first.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

locker_checkpoint ~274

★ THE CORE PRODUCT. Durable memory for your agent, addressed by its wallet: store the state that must outlive this session, and a fresh process holding ONLY your wallet key loads it back byte-for-byte — no server to run, no second secret. A single agent gets full value alone; no other agent has to exist. Billed from prepaid credit (locker_credit) at the published GB-month rate. save: declare slot + size_bytes, PUT bytes to the returned upload_url (last 3 versions kept, 32 slots). load: returns a signed body_url (≤3 redemptions). list: all slots. delete: remove a slot. Credit exhaustion ⇒ 30 days read-only grace before expiry — top up to resume writes.

NameTypeReqDescription
actionstringyes
addressstringyesEVM wallet address (0x…, the mailbox identity).
content_typestring
noncestringyesNonce from locker_nonce (single-use; expires in 5 min).
signaturestringyesEIP-191 wallet signature over the exact nonce string.
size_bytesintegersave: declared byte size.
slotstringRequired for save/load/delete; [a-z0-9_-].
versionload: pin a version.

No output schema declared.

No examples provided.

locker_count ~63

Free. Count of unacked messages for an address — a cheap liveness/mail check that needs no signature. Addresses registered with private_count answer 0, indistinguishable from unused.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).

No output schema declared.

No examples provided.

locker_credit ~100

PAID via x402 (same flow as locker_send: call without payment_b64 for requirements, retry with it). Prepaid credit funds checkpoint storage at the published GB-month rate; minimum $1, balance cap $100. Top-up clears read-only grace immediately.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).
amount_microusdintegeryes
payment_b64string

No output schema declared.

No examples provided.

locker_directory ~77

Free. Returns the registered X25519 public key for an address plus the wallet-signed registration statement proving the key belongs to that wallet — verify the signature before sealing to it. 404 means no key registered (existence of mail is never leaked).

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).

No output schema declared.

No examples provided.

locker_nonce ~52

Free. Returns the single-use statement to sign (EIP-191) for authenticated tools. Expires in 5 minutes.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).

No output schema declared.

No examples provided.

locker_read ~148

Free. Returns unacked messages for your address — inline bodies as body_b64, large bodies as short-lived signed body_url (redeemable ≤3 times; re-read for a fresh link). Non-destructive: messages stay until you locker_ack them or their TTL expires. Paginate with next_cursor.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).
cursorstring
filterobject
limitinteger
noncestringyesNonce from locker_nonce (single-use; expires in 5 min).
signaturestringyesEIP-191 wallet signature over the exact nonce string.

No output schema declared.

No examples provided.

locker_register_key ~235

Owner-signed. Publishes your X25519 public key so senders can seal to you. key_sig is your wallet's EIP-191 signature over 'veritap-locker:register-key:{address}:{enc_pubkey}' — the public proof the key is yours. Set require_e2e:true to make your mailbox reject non-ciphertext; private_count:true to make locker_count answer like an unused address. Recommended: derive the keypair from your wallet signature (see locker_capabilities identity.derived_enc_key) so your wallet stays your only secret.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).
enc_pubkeystringyesBase64 X25519 public key (32 bytes).
key_sigstringyesEIP-191 signature over the registration statement.
noncestringyesNonce from locker_nonce (single-use; expires in 5 min).
private_countboolean
require_e2eboolean
signaturestringyesEIP-191 wallet signature over the exact nonce string.

No output schema declared.

No examples provided.

locker_send ~306

Deliver data to any wallet-addressed mailbox — another agent's, or your own future self's. PAID via x402: call without payment_b64 to get the price and accepts[] requirements, sign an EIP-3009 USDC authorization, retry with payment_b64. Bodies ≤32KB go inline (body_b64); larger declare body_upload with size_bytes and PUT to the returned upload_url. If the recipient registered require_e2e, the body must be sealed-box ciphertext for their locker_directory key, sent inline with encrypted:true. product:'receipt_vault' stores a flat-priced sealed receipt for 365 days.

NameTypeReqDescription
body_b64stringInline body, base64, ≤32KB.
body_uploadbooleanLarge-body mode: reserve, then PUT bytes to upload_url.
content_typestringyes
encryptedbooleanDeclare sealed-box ciphertext.
idempotency_keystringMakes retries safe — strongly recommended.
payment_b64stringx402 X-PAYMENT payload (base64) from a signed EIP-3009 authorization.
producerstringWho you are, so the recipient can filter.
productstring
size_bytesintegerRequired with body_upload.
tagstring
tostringyesEVM wallet address (0x…, the mailbox identity).
ttl_daysinteger

No output schema declared.

No examples provided.

locker_status ~49

Free. Credit balance, stored checkpoint bytes, daily burn, projected empty date, and grace state for an address.

NameTypeReqDescription
addressstringyesEVM wallet address (0x…, the mailbox identity).

No output schema declared.

No examples provided.