Odel
vtimestamp mcp write

vtimestamp mcp write

Local
@vdappdev2TypeScriptMITUpdated 4mo ago

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).

npmvtimestamp-mcp-writev1.0.0

Run

npx -y vtimestamp-mcp-write

MCP client config

{
  "mcpServers": {
    "vtimestamp-mcp-write": {
      "command": "npx",
      "args": [
        "-y",
        "vtimestamp-mcp-write"
      ]
    }
  }
}