io.github.vdappdev2/send
NPM · @VERUSIDX/SEND-MCP · SCANNED SEP 20
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 → 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
- 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 132 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- 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 Management87
- Stability observed for 26 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 Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "sendcurrency" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 8 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
How do I install the io.github.vdappdev2/send MCP server?
io.github.vdappdev2/send runs locally as an npm package, launched with npx -y @verusidx/send-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/send-mcp
claude mcp add vdappdev2-send -- npx -y @verusidx/send-mcp
{
"mcpServers": {
"vdappdev2-send": {
"command": "npx",
"args": [
"-y",
"@verusidx/send-mcp"
]
}
}
} {
"servers": {
"vdappdev2-send": {
"command": "npx",
"args": [
"-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": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@verusidx/send-mcp"
]
}
}
} assistant mcp add vdappdev2-send -t stdio -c npx -a -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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.77 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.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −2
- Stability: pass → 0.80 functional
- 9 Sept 26 0
- Stability: 0.97 → pass security
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/send-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 →
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 →
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.
What is the io.github.vdappdev2/send MCP server?
io.github.vdappdev2/send is an MCP server listed in the public MCP registry as io.github.vdappdev2/send. MCP server for Verus currency, send, convert, cross-chain transfer, balance/path/tx queries. This page covers its npm package (@verusidx/send-mcp).
Is the io.github.vdappdev2/send MCP server safe to use?
io.github.vdappdev2/send scores 80 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/send MCP server expose?
io.github.vdappdev2/send exposes 8 tools: getcurrencybalance, getcurrencyconverters, estimateconversion, listcurrencies, z_getoperationstatus, and 3 more. Their descriptions and schemas cost roughly 1,516 tokens of context every time the server is loaded.
Is the io.github.vdappdev2/send MCP server still maintained?
io.github.vdappdev2/send 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/send MCP server under?
io.github.vdappdev2/send declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.