Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.vdappdev2/data

NPM · @VERUSIDX/DATA-MCP · SCANNED SEP 20

MCP server for Verus on-chain data retrieval, decryption, signing, and verification

Available components

0 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability64
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1969 tokens (~281/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.vdappdev2/data MCP server?

io.github.vdappdev2/data runs locally as an npm package, launched with npx -y @verusidx/data-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @verusidx/data-mcp

# add to Claude Code
claude mcp add vdappdev2-data -- npx -y @verusidx/data-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "vdappdev2-data": {
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/data-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "vdappdev2-data": {
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/data-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add vdappdev2-data -- npx -y @verusidx/data-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vdappdev2-data": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@verusidx/data-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vdappdev2-data --command npx --arg -y --arg @verusidx/data-mcp
# ~/.hermes/config.yaml
mcp_servers:
  vdappdev2-data:
    command: "npx"
    args: ["-y", "@verusidx/data-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "vdappdev2-data": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@verusidx/data-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add vdappdev2-data -t stdio -c npx -a -y @verusidx/data-mcp
// mcp.json
{
  "mcpServers": {
    "vdappdev2-data": {
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/data-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@verusidx/data-mcp@0.1.7

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~1,969 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
decryptdata ~370

Decrypt data stored on-chain. Accepts a data descriptor (from z_listreceivedbyaddress memo), viewing key (EVK or IVK), and optional txid. With retrieve: true, the daemon fetches and decrypts the referenced data. Always pass the EVK (from z_exportviewingkey) — without it the daemon returns still-encrypted data even if the wallet holds the spending key. For encrypted identity content, pass the original encrypted DataDescriptor from signdata (not the on-chain version, which may have modified flags). Alternatively, use iddata to query and decrypt identity content by identityid and vdxfkey.

NameTypeReqDescription
chainstringyesChain to query (e.g., "VRSC", "vrsctest")
datadescriptorobjectData descriptor object to decrypt. Typically the JSON object from z_listreceivedbyaddress memo (the value under the i4GC1YGEVD21... VDXF key). Either datadescriptor or iddata is required.
evkstringSapling extended full viewing key for decryption. Always pass this — export via z_exportviewingkey. Without it, data is returned still encrypted.
iddataobjectQuery identity content and decrypt in one step. Alternative to datadescriptor. Returns an error if the identity has no stored content for the given parameters. Note: may fail for encrypted content st…
ivkstringHex incoming viewing key for decryption.
retrievebooleanIf true, fetch the data from its on-chain reference and decrypt. Default: false.
txidstringTransaction ID containing the data. Required when retrieve is true and the data references the same transaction.

No output schema declared.

No examples provided.

signdata ~733

Sign data with a VerusID or transparent address. Generates a hash of the provided data and signs it. Supports multiple input modes (message, file, hex, base64, pre-computed hash, vdxfdata) and hash algorithms (sha256, sha256D, blake2b, keccak256). Can sign a single piece of data or build a Merkle Mountain Range (MMR) over multiple items. For multi-sig identities, pass an existing partial signature to accumulate signatures. Can also encrypt data to a z-address via encrypttoaddress — returns both plaintext and encrypted versions with an SSK for selective disclosure. Supports vdxfdata input — as a string (equivalent to message) or as a JSON object (VDXF binary serialization, producing a different hash). Use the object form to sign data in the same canonical format as on-chain identity contentmultimap entries. Available in read-only mode — signing does not spend funds or change blockchain/wallet state.

NameTypeReqDescription
addressstringyesVerusID name or R-address to sign with. A R-address produces a simple signature.
boundhashesarrayArray of hex hashes to bind to the signature.
chainstringyesChain to sign on (e.g., "VRSC", "vrsctest")
createmmrbooleanIf true (or if multiple items are provided), returns MMR data and root signature.
datahashstringPre-computed 256-bit hex hash to sign directly.
encrypttoaddressstringSapling z-address to encrypt data to. Returns both encrypted and plaintext versions. The encrypted DataDescriptor can be stored on an identity via updateidentity or sent via sendcurrency.
filenamestringFile path to sign. Requires -enablefileencryption daemon flag.
hashtypestringHash algorithm: "sha256" (default), "sha256D", "blake2b", "keccak256".
messagestringText message to sign.
messagebase64stringBase64-encoded data to sign. Note: may not work in all daemon versions — prefer messagehex if base64 fails.
messagehexstringHex-encoded data to sign.
mmrdataarrayArray of data objects for MMR signing. Each element: {"filename" or "message" or "serializedhex" or "serializedbase64" or "vdxfdata" or "datahash": "value"}.
mmrhashtypestringHash type for MMR: "sha256", "sha256D", "blake2b", "keccak256". Default: "blake2b".
mmrsaltarrayArray of salt strings to protect privacy of MMR leaf nodes.
prefixstringstringExtra string hashed during signing — must be supplied for verification.
signaturestringExisting base64 signature for multi-sig accumulation.
vdxfdataVDXF-encoded structured data. String form hashes the raw string (equivalent to message). Object form performs VDXF binary serialization before hashing — use for canonical signing of VDXF-structured c…
vdxfkeynamesarrayArray of VDXF key names or friendly name IDs (no i-addresses).
vdxfkeysarrayArray of VDXF keys or i-addresses to bind to the signature.

No output schema declared.

No examples provided.

verifysignature ~338

Verify a signature produced by signdata. Checks that the signature is valid for the given data and identity/address. Returns signaturestatus: "verified" or "invalid" — always check this field. By default, validates against the identity's keys at the block height stored in the signature — use checklatest to verify against the identity's current keys instead.

NameTypeReqDescription
addressstringyesVerusID name or R-address to verify against.
boundhashesarrayHashes bound during signing (must match).
chainstringyesChain to verify on (e.g., "VRSC", "vrsctest")
checklatestbooleanIf true, verify against the identity's current keys. Default: false (verify against keys at the signing height stored in the signature).
datahashstringPre-computed 256-bit hex hash that was signed.
filenamestringFile path that was signed.
hashtypestringHash algorithm used during signing. Default: "sha256".
messagestringText message that was signed.
messagebase64stringBase64-encoded data that was signed.
messagehexstringHex-encoded data that was signed.
prefixstringstringPrefix string used during signing (must match).
signaturestringyesBase64-encoded signature to verify.
vdxfkeynamesarrayVDXF key names bound during signing (must match).
vdxfkeysarrayVDXF keys bound during signing (must match).

No output schema declared.

No examples provided.

z_exportviewingkey ~109

Export the extended viewing key (EVK) for a shielded address. The viewing key allows decryption of all data encrypted to this z-address without granting spending authority. Share it to grant read-only access. Pass the returned key as the evk parameter to decryptdata.

NameTypeReqDescription
addressstringyesThe shielded (zs-) address to export the viewing key for.
chainstringyesChain to query (e.g., "VRSC", "vrsctest")

No output schema declared.

No examples provided.

z_importviewingkey ~175

Import a viewing key to enable decryption of data encrypted to another z-address. Grants read-only access without spending authority. The key can be obtained from z_exportviewingkey. After import, decryptdata can decrypt data encrypted to that address without passing the key explicitly. Note: rescan can take minutes if scanning a large block range.

NameTypeReqDescription
chainstringyesChain to import on (e.g., "VRSC", "vrsctest")
rescanstringWhether to rescan the wallet for transactions: "yes", "no", or "whenkeyisnew" (default).
startHeightnumberBlock height to start rescan from. Default: 0.
vkeystringyesThe viewing key to import (from z_exportviewingkey).

No output schema declared.

No examples provided.

z_listreceivedbyaddress ~153

List transactions and data received at a shielded (z) address. Data transactions appear with amount: 0 and a memo containing the data descriptor (a JSON object keyed by the VDXF datadescriptor address). Use this as step 1 of the data retrieval pipeline: list received data, then pass the descriptor to decryptdata. Value transactions appear with their amount and standard memo.

NameTypeReqDescription
addressstringyesThe shielded (zs-) address to list received transactions for.
chainstringyesChain to query (e.g., "VRSC", "vrsctest")
minconfnumberOnly include transactions confirmed at least this many times. Default: 1.

No output schema declared.

No examples provided.

z_viewtransaction ~91

View detailed shielded transaction information including spends and outputs for a z-transaction in the wallet. Shows addresses, amounts, memos, and output indices. Useful for inspecting data-carrying transactions to understand their structure before decryption.

NameTypeReqDescription
chainstringyesChain to query (e.g., "VRSC", "vrsctest")
txidstringyesTransaction ID to inspect.

No output schema declared.

No examples provided.

Common questions

What is the io.github.vdappdev2/data MCP server?

io.github.vdappdev2/data is an MCP server listed in the public MCP registry as io.github.vdappdev2/data. MCP server for Verus on-chain data retrieval, decryption, signing, and verification. This page covers its npm package (@verusidx/data-mcp).

Is the io.github.vdappdev2/data MCP server safe to use?

io.github.vdappdev2/data scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.vdappdev2/data MCP server expose?

io.github.vdappdev2/data exposes 7 tools: z_listreceivedbyaddress, decryptdata, z_exportviewingkey, z_viewtransaction, signdata, and 2 more. Their descriptions and schemas cost roughly 1,969 tokens of context every time the server is loaded.

Is the io.github.vdappdev2/data MCP server still maintained?

io.github.vdappdev2/data is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.vdappdev2/data MCP server under?

io.github.vdappdev2/data declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.