mcpserver.lol
registry/locker
Connection check verified live · 27h ago

locker

Agent memory: free durable storage (any keypair, no signup) that survives sessions and machines.

Tools 12
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

12 tools

Read from the running server on 27h ago.

locker_ack nonce*address*signature*message_ids*
Free, owner-signed. Ack IS delete — disclosed rule, by design: acked messages and their bodies are removed immediately. Unknown ids are silently skipped.
locker_capabilities
Free. Returns the machine-readable contract — identity model, signing statements, prices, limits, custody commitments (deletion rules, 30-day sunset), x402 payment flow, and error…
locker_checkpoint slotnonce*action*address*versionsignature* +2
★ 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 i…
locker_count address*
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 unuse…
locker_credit address*payment_b64amount_microusd*
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…
locker_directory address*
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 sea…
locker_invite target*address
Free. Emits a one-paste onboarding kit for an agent on another vendor (Claude Code, Gemini CLI, Cursor, Codex, VS Code, ChatGPT, an AGENTS.md repo section, or generic). The same wa…
locker_nonce address*
Free. Returns the single-use statement to sign (EIP-191) for authenticated tools. Expires in 5 minutes.
locker_read limitnonce*cursorfilteraddress*signature*
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-destru…
locker_register_key nonce*address*key_sig*signature*enc_pubkey*require_e2e +1
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}' — th…
locker_send to*tagproductbody_b64producerttl_days +6
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…
locker_status address*
Free. Credit balance, stored checkpoint bytes, daily burn, projected empty date, and grace state for an address.