MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y vtimestamp-mcp-write
MCP client config
{
"mcpServers": {
"vtimestamp-mcp-write": {
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp-write"
]
}
}
}