Developer Tools
Trust: 37/100 (Limited)io.github.vdappdev2/vtimestamp-write Guide
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
by vdappdev2
Quick Start
Install
npx vtimestamp-mcp-writeClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-vdappdev2-vtimestamp-write": {
"command": "npx",
"args": [
"vtimestamp-mcp-write"
]
}
}
}