Developer Tools
Trust: 37/100 (Limited)io.github.vdappdev2/vtimestamp Guide
MCP server for verifying and querying vtimestamp proofs on the Verus blockchain
by vdappdev2
Quick Start
Install
npx vtimestamp-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-vdappdev2-vtimestamp": {
"command": "npx",
"args": [
"vtimestamp-mcp"
]
}
}
}