vtimestamp-write
About
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VERUS_RPC_URL VERUS_RPC_USER VERUS_RPC_PASSWORD VERUS_NETWORKClaude Code
claude mcp add --env VERUS_RPC_URL= --env VERUS_RPC_USER= --env VERUS_RPC_PASSWORD= --env VERUS_NETWORK= vtimestamp-write -- npx vtimestamp-mcp-write
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"vtimestamp-write","command":"npx","args":["vtimestamp-mcp-write"],"env":{"VERUS_RPC_URL":"","VERUS_RPC_USER":"","VERUS_RPC_PASSWORD":"","VERUS_NETWORK":""}}'
JSON
{
"mcpServers": {
"vtimestamp-write": {
"command": "npx",
"args": [
"vtimestamp-mcp-write"
],
"env": {
"VERUS_RPC_URL": "",
"VERUS_RPC_USER": "",
"VERUS_RPC_PASSWORD": "",
"VERUS_NETWORK": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.