Loading MCP server directory, please wait...
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
npx @getmcp/cli add io.github.vdappdev2/vtimestamp-writeRequires Node.js 18+. Community-contributed server. Review source before installing.
VERUS_RPC_URLVerus daemon RPC URL (e.g., http://127.0.0.1:27486)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vdappdev2/vtimestamp-write": {
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp-write"
],
"env": {
"VERUS_RPC_URL": "",
"VERUS_RPC_USER": "",
"VERUS_RPC_PASSWORD": "",
"VERUS_NETWORK": ""
}
}
}
}