INDIVIDUAL MCP TOOL
locker_send
Deliver data to any wallet-addressed mailbox — another agent's, or your own future self's.
LIVE ENDPOINT
https://locker.veritap.dev/mcp
Connect to this endpoint to inspect the live schema for locker_send and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.veritap-locker]
url = "https://locker.veritap.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"veritap-locker": {
"type": "http",
"url": "https://locker.veritap.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: veritap-locker
Remote MCP URL: https://locker.veritap.dev/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": {
"veritap-locker": {
"url": "https://locker.veritap.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"veritap-locker": {
"type": "http",
"url": "https://locker.veritap.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "veritap-locker",
"transport": "streamable-http",
"url": "https://locker.veritap.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
locker_capabilities— Free.locker_nonce— Free.locker_read— Free.locker_ack— Free, owner-signed.locker_count— Free.locker_directory— Free.locker_register_key— Owner-signed.locker_checkpoint— Dead drops to your future self — store state that survives you, billed from prepaid credit (locker_credit) at the published GB-month rate.