io.github.vdappdev2/send
NPM · @VERUSIDX/SEND-MCP · SCANNED AUG 3
MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries
Available components
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 84 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @verusidx/send-mcp
claude mcp add vdappdev2-send -- npx -y @verusidx/send-mcp
codex mcp add vdappdev2-send -- npx -y @verusidx/send-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vdappdev2-send": {
"type": "local",
"command": [
"npx",
"-y",
"@verusidx/send-mcp"
],
"enabled": true
}
}
} openclaw mcp add vdappdev2-send --command npx --arg -y --arg @verusidx/send-mcp
mcp_servers:
vdappdev2-send:
command: "npx"
args: ["-y", "@verusidx/send-mcp"] {
"mcpServers": {
"vdappdev2-send": {
"command": "npx",
"args": [
"-y",
"@verusidx/send-mcp"
]
}
}
} 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.
- 2 Aug 26 +44
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 31 Jul 26 −6
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 43
First indexed and scored.
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 3 Aug 2026 · Analysed npm/@verusidx/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 96 packages
96 packages in the resolved dependency tree · 96 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
estimateconversion ~202
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain to query (e.g., "VRSC", "vrsctest") |
| conversion | — | yes | Single conversion object or array of conversion objects. |
No output schema declared.
No examples provided.
getcurrencybalance ~228
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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | — | yes | 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 | yes | 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. |
No output schema declared.
No examples provided.
getcurrencyconverters ~165
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).
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | 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. |
No output schema declared.
No examples provided.
gettransaction ~109
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain to query (e.g., "VRSC", "vrsctest") |
| includewatchonly | boolean | — | Include watchonly addresses in balance calculation and details. Default: false. |
| txid | string | yes | The transaction ID |
No output schema declared.
No examples provided.
listcurrencies ~197
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | 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. |
No output schema declared.
No examples provided.
listtransactions ~142
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | 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. |
No output schema declared.
No examples provided.
sendcurrency ~335
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain to send on (e.g., "VRSC", "vrsctest") |
| feeamount | number | — | Specific fee amount instead of default miner's fee. |
| fromaddress | string | yes | 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 | yes | Array of output objects |
| returntxtemplate | boolean | — | If true, returns the raw transaction template (hex + output totals) instead of broadcasting. Default: false. |
No output schema declared.
No examples provided.
z_getoperationstatus ~138
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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | Chain to query (e.g., "VRSC", "vrsctest") |
| operationids | array | — | Array of operation IDs to check (e.g., ["opid-f4422247-..."]). Omit to return all operations. |
No output schema declared.
No examples provided.