What is the dev.veritap/locker MCP server?
Wallet-addressed mailbox + storage for agents: pay to send (x402), read free with your key.
How to install dev.veritap/locker
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"locker": {
"url": "https://locker.veritap.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"locker": {
"serverUrl": "https://locker.veritap.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"locker": {
"type": "http",
"url": "https://locker.veritap.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"locker": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://locker.veritap.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http locker https://locker.veritap.dev/mcpRelated MCP servers
Check whether a real-world fact can be verified before an agent acts on it. Free, no auth.