# io.github.vdappdev2/send (npm · @verusidx/send-mcp)

MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries

- Trust score: 63/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@verusidx/send-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/vdappdev2-send/verusidx-send-mcp.md), [page](https://verifymcp.io/servers/vdappdev2-send/verusidx-send-mcp)

## Channel facts

- Registry: `npm`
- Package: `@verusidx/send-mcp`
- Version: `0.1.7`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 84 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1516 tokens (~189/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add vdappdev2-send -- npx -y @verusidx/send-mcp
```

### Codex

```bash
codex mcp add vdappdev2-send -- npx -y @verusidx/send-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vdappdev2-send": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@verusidx/send-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vdappdev2-send --command npx --arg -y --arg @verusidx/send-mcp
```

### Hermes

```yaml
mcp_servers:
  vdappdev2-send:
    command: "npx"
    args: ["-y", "@verusidx/send-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "vdappdev2-send": {
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/send-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 19, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 25, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (8)

### `getcurrencybalance` (~228 tokens)

Get multi-currency balances for a specific address. Returns all currency balances held at the address, including the native chain currency and any reserve/token currencies. Supports transparent addresses, private (z) addresses, VerusIDs, and wildcard patterns. Use this for detailed per-address multi-currency holdings. For a quick overview of the wallet's total native balance, use getwalletinfo in chain-mcp instead.

Input parameters:

- `address` (required): Address to check. Can be a string ("alice@", "R...", "i*", "R*", "*") or an object {"address": "...", "currency": "currencyname"} to filter to a specific currency.
- `chain` (string, required): Chain to query (e.g., "VRSC", "vrsctest")
- `friendlynames` (boolean): Use friendly names instead of i-addresses for currency keys. Default: true.
- `includeshared` (boolean): Include outputs that can also be spent by others. Default: false.
- `minconf` (number): Only include transactions confirmed at least this many times. Default: 1.

### `getcurrencyconverters` (~165 tokens)

Find fractional basket currencies that can convert between specified currencies. Returns all baskets that hold the listed currencies as reserves, along with their current state (reserves, prices, conversion volumes). Use this to discover conversion paths before calling estimateconversion or sendcurrency with convertto. Two input modes: simple (pass currency names) or advanced (pass a query object with target conversion details).

Input parameters:

- `chain` (string, required): Chain to query (e.g., "VRSC", "vrsctest")
- `currencies` (array): Simple mode: array of currency names. Returns all baskets containing all listed currencies as reserves.
- `params` (object): Advanced mode: query object with convertto, fromcurrency, targetprice, amount, slippage fields. See tool spec for details.

### `estimateconversion` (~202 tokens)

Estimate the output of converting one currency to another, accounting for pending conversions, fees, and slippage. Does not broadcast a transaction — this is a read-only estimate. Use this before sendcurrency with convertto to preview the expected output. Can estimate a single conversion or an array of conversions using the same basket. IMPORTANT: when both source and destination currencies are reserves of a fractional basket (neither is the basket itself), you MUST specify "via" with the basket name — use getcurrencyconverters to find valid baskets. For more options (getcurrencyconverters filters out low-reserve baskets), use listcurrencies with {"converter":["currency1","currency2"]} to discover all baskets holding those reserves. Omitting "via" for reserve-to-reserve conversions will fail.

Input parameters:

- `chain` (string, required): Chain to query (e.g., "VRSC", "vrsctest")
- `conversion` (required): Single conversion object or array of conversion objects.

### `listcurrencies` (~197 tokens)

List and search currencies registered on the blockchain. Returns an array of currency definitions with their current state. Supports filtering by launch state, system type, source system, and converter reserves. Without a query object, returns all currencies on the local chain. Use filters when possible — unfiltered queries on mainnet can return very large result sets.

Input parameters:

- `chain` (string, required): Chain to query (e.g., "VRSC", "vrsctest")
- `endblock` (number): Only return currencies defined at or before this block height.
- `query` (object): Filter object with optional fields: launchstate ("prelaunch"|"launched"|"refund"|"complete"), systemtype ("local"|"imported"|"gateway"|"pbaas"), fromsystem (system name or i-address), converter (stri…
- `startblock` (number): Only return currencies defined at or after this block height.

### `z_getoperationstatus` (~138 tokens)

Check the status of async operations. Returns status, result, and timing for one or more operations. Operations remain in memory after completion — call this to retrieve results. This is the companion tool to sendcurrency, which returns an operation ID that must be polled here to get the transaction ID. Without operationids, returns all operations known to the node.

Input parameters:

- `chain` (string, required): Chain to query (e.g., "VRSC", "vrsctest")
- `operationids` (array): Array of operation IDs to check (e.g., ["opid-f4422247-..."]). Omit to return all operations.

### `gettransaction` (~109 tokens)

Get detailed information about a wallet transaction by transaction ID. Returns amounts, confirmations, block info, and detailed input/output breakdowns including reserve transfers and multi-currency details. The transaction must be in the node's wallet.

Input parameters:

- `chain` (string, required): Chain to query (e.g., "VRSC", "vrsctest")
- `includewatchonly` (boolean): Include watchonly addresses in balance calculation and details. Default: false.
- `txid` (string, required): The transaction ID

### `listtransactions` (~142 tokens)

List recent wallet transactions with pagination. Returns an array of transactions including sends, receives, and multi-currency operations. Each entry includes amounts, confirmations, block info, and — for multi-currency transactions — token amounts and reserve output details. Results are returned most-recent-last.

Input parameters:

- `chain` (string, required): Chain to query (e.g., "VRSC", "vrsctest")
- `count` (number): Number of transactions to return. Default: 10.
- `from` (number): Number of transactions to skip (for pagination). Default: 0.
- `includewatchonly` (boolean): Include watchonly addresses. Default: false.

### `sendcurrency` (~335 tokens)

Send, convert, or cross-chain transfer currency. This is the primary tool for moving value on Verus. Supports simple sends, currency conversions through fractional baskets, cross-chain transfers, currency/ID exports, minting, burning, and data storage. Returns an operation ID (opid) — poll z_getoperationstatus with the opid to check for completion and get the resulting transaction ID. If returntxtemplate is true, returns the raw transaction template instead of broadcasting. IMPORTANT: when converting between two reserve currencies (neither is the basket itself), you MUST include "via" with the basket name in the output — use getcurrencyconverters to find valid baskets. For more options (getcurrencyconverters filters out low-reserve baskets), use listcurrencies with {"converter":["currency1","currency2"]} to discover all baskets holding those reserves.

Input parameters:

- `chain` (string, required): Chain to send on (e.g., "VRSC", "vrsctest")
- `feeamount` (number): Specific fee amount instead of default miner's fee.
- `fromaddress` (string, required): Source address for funds. If the user has not specified a preferred address, ask which address to use or if they prefer a wildcard ("*", "R*", "i*", or "z*" for private txs).
- `minconf` (number): Only use funds confirmed at least this many times. Default: 1.
- `outputs` (array, required): Array of output objects
- `returntxtemplate` (boolean): If true, returns the raw transaction template (hex + output totals) instead of broadcasting. Default: false.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/vdappdev2-send/verusidx-send-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 19
- 2026-07-31: 19
- 2026-07-30: 25
- 2026-07-28: 43
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/@verusidx/send-mcp
- Socket report: https://socket.dev/npm/package/@verusidx/send-mcp
- Repository: https://github.com/vdappdev2/verusidx-mcp
- Changelog RSS feed: https://verifymcp.io/servers/vdappdev2-send/verusidx-send-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/vdappdev2-send/verusidx-send-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/vdappdev2-send/verusidx-send-mcp
