MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
claude mcp add vtimestamp-write -- npx -y vtimestamp-mcp-write
claude_desktop_config.json
{
"mcpServers": {
"vtimestamp-write": {
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp-write"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"vtimestamp-write": {
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp-write"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vtimestamp-write": {
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp-write"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"vtimestamp-write": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp-write"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"vtimestamp-write": {
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp-write"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.vdappdev2--vtimestamp-write/reviews or the review_server meta-tool.
POST /mcp