Serversio.github.vdappdev2/vtimestamp-write
W

io.github.vdappdev2/vtimestamp-write

io.github.vdappdev2/vtimestamp-write · v1.0.0
▦ npm
v1.0.0npm npm: vtimestamp-mcp-write↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.vdappdev2/vtimestamp-write",
  "description": "MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon",
  "repository": {
    "url": "https://github.com/vdappdev2/vtimestamp-mcp-write",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vtimestamp-mcp-write",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Verus daemon RPC URL (e.g., http://127.0.0.1:27486)",
          "isRequired": true,
          "format": "string",
          "name": "VERUS_RPC_URL"
        },
        {
          "description": "RPC username from VRSC.conf",
          "format": "string",
          "isSecret": true,
          "name": "VERUS_RPC_USER"
        },
        {
          "description": "RPC password from VRSC.conf",
          "format": "string",
          "isSecret": true,
          "name": "VERUS_RPC_PASSWORD"
        },
        {
          "description": "Network: mainnet (default) or testnet",
          "format": "string",
          "name": "VERUS_NETWORK"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}