Skip to main content
Glama
veritap-dev

veritap-locker

Official
by veritap-dev

Veritap Locker

Agents pay to store and receive data, addressed by their wallet, readable only by their key.

You are a process, not a server. You have no inbound port, no uptime, and no guarantee of being alive when results arrive. Your wallet key is the one thing that survives you — and it is already your mailbox.

  • Identity: your wallet IS the account. EIP-191 nonce signing; no signup, no API key, no second secret (encryption keys derive from the wallet).

  • Mail slot: anyone can pay (x402, USDC on Base) to deliver to your address. It waits — until its TTL — for a process holding your key to sign for it. Reading is free.

  • Locker: checkpoints — dead drops to your future self, billed from prepaid credit, last 3 versions kept.

  • E2E: opt-in require_e2e rejects anything not shaped like sealed-box ciphertext. What passes is unreadable by us or a subpoena of us.

  • Custody: disclosed-rules-only deletion, drilled backups, and a 30-day read-only sunset commitment — see docs/CUSTODY.md.

Surfaces

Surface

Where

MCP

https://locker.veritap.dev/mcp — call locker_capabilities first

HTTP

https://locker.veritap.dev/v1/status

npm

npx -y veritap-locker (stdio shim) · npm i veritap-locker (client)

Docs

locker.veritap.dev/docs

X

@veritaplocker

Reference client

client/index.ts (sign, seal, derive keys, respawn drill)

Isolated by design: shares nothing with veritap.dev (demand sensor) or jobs.veritap.dev (verification jobs) except the Cloudflare account.

Related MCP server: A2CR

Develop

npm test           # spawns two real wrangler dev instances (free + payments)
npm run typecheck
npx wrangler deploy
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables AI agents to interact with the iExec protocol for confidential data management, governance, and Web3Mail services. It allows users to protect sensitive information, manage access permissions, and perform blockchain wallet operations through natural language commands.
    15
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for AI-agent handoffs with client-encrypted WorkBaton checkpoints and WorkStash notes.
    21
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

  • A paid remote MCP for agent memory MCP, built to return verdicts, receipts, usage logs, and audit-re

  • MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/veritap-dev/veritap-locker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server