Odel
vtimestamp mcp

vtimestamp mcp

Local
@vdappdev2TypeScriptMITUpdated 4mo ago

MCP server for verifying and querying vtimestamp proofs on the Verus blockchain

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-mcpv1.0.1

Run

npx -y vtimestamp-mcp

MCP client config

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