# XRPL Wallet Risk Score (npm · @xrplriskscore/mcp)

XRPL wallet risk scoring. Behavioral tags, sub-scores, graph analysis. Pay per call in XRP.

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

## Components

- npm · `@xrplriskscore/mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/kynto2001-ctrl-xrplriskscore-mcp/xrplriskscore-mcp.md), [page](https://verifymcp.io/servers/kynto2001-ctrl-xrplriskscore-mcp/xrplriskscore-mcp)

## Channel facts

- Registry: `npm`
- Package: `@xrplriskscore/mcp`
- Version: `1.3.0`
- 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-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 93 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 743 tokens (~82/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 70% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add kynto2001-ctrl-xrplriskscore-mcp -- npx -y @xrplriskscore/mcp
```

### Codex

```bash
codex mcp add kynto2001-ctrl-xrplriskscore-mcp -- npx -y @xrplriskscore/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add kynto2001-ctrl-xrplriskscore-mcp --command npx --arg -y --arg @xrplriskscore/mcp
```

### Hermes

```yaml
mcp_servers:
  kynto2001-ctrl-xrplriskscore-mcp:
    command: "npx"
    args: ["-y", "@xrplriskscore/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "kynto2001-ctrl-xrplriskscore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@xrplriskscore/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-04 (score 61, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-02 (score 61, +41)

- [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: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 20, +20)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 0, −21)

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

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

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (9)

### `check_xrpl_wallet_risk` (~151 tokens)

Full 31-signal XRPL wallet risk analysis. Returns ALLOW/CHALLENGE/BLOCK verdict, 0-100 risk score, behavioral tags (e.g. established_wallet, wash_trading_detected, large_balance), and plain-English summary. Add ?v=2 for multi-dimensional sub-scores (velocity_risk, counterparty_risk, pattern_risk, compliance_risk) and network graph analysis (cluster_size, flagged_counterparties, hops_to_flagged). Costs 1 XRP via x402. Use this before any significant XRPL transaction.

Input parameters:

- `walletAddress` (string, required): XRPL wallet address (starts with r, 25-35 chars)

### `quick_xrpl_prescore` (~71 tokens)

Fast 3-second pre-payment check for an XRPL wallet. Returns ALLOW/CHALLENGE/BLOCK using 3 signals only (account age, balance, existence). Use when speed matters more than depth.

Input parameters:

- `walletAddress` (string, required): XRPL wallet address (starts with r)

### `explain_xrpl_risk_score` (~91 tokens)

Explains what an XRPL wallet risk score means in plain English. Interprets verdict, risk level, behavioral tags, sub-scores, and flags. Use this after check_xrpl_wallet_risk to help users understand the result. Does not call any external API.

Input parameters:

- `flags` (array)
- `riskScore` (number, required)
- `verdict` (string, required)

### `check_xrpl_rwa_compliance` (~70 tokens)

Check if an XRPL wallet is compliant for Real World Asset (RWA) interactions — RLUSD holdings, trustlines, compliance score. Returns COMPLIANT / REVIEW / NON_COMPLIANT.

Input parameters:

- `walletAddress` (string, required): XRPL wallet address (starts with r)

### `check_xrpl_credential_eligibility` (~65 tokens)

Screen an XRPL wallet for eligibility to receive a Permissioned Domain credential (XLS-80d). Returns CREDENTIAL_READY / REVIEW_REQUIRED / CREDENTIAL_DENIED.

Input parameters:

- `walletAddress` (string, required): XRPL wallet address (starts with r)

### `check_xrpl_escrow_counterparty` (~73 tokens)

Screen an XRPL wallet as a potential escrow counterparty (XLS-85 Token Escrow). Returns ESCROW_SAFE / ESCROW_REVIEW / ESCROW_DENIED. Use before locking funds in escrow.

Input parameters:

- `walletAddress` (string, required): XRPL wallet address (starts with r)

### `list_xrpl_risk_endpoints` (~37 tokens)

List all available xrplriskscore.ai API endpoints with pricing. Use when the user asks what endpoints exist.

### `check_xrpl_compliance_bundle` (~80 tokens)

Runs score + RWA + credential checks in parallel for a single wallet. Returns overall PASS/REVIEW/BLOCK verdict plus behavioral tags from the score component. The most comprehensive single-call compliance check available. Costs 3 XRP via x402.

Input parameters:

- `walletAddress` (string, required): XRPL wallet address to check (starts with r)

### `provision_xrpl_wallet` (~105 tokens)

Generate a fresh XRPL wallet keypair instantly via x402. Returns the wallet address, seed, and public key in one call. You fund the 2 XRP mainnet reserve yourself from any wallet or exchange. Costs 1 XRP via x402. The seed is shown only once — store it immediately.

Input parameters:

- `confirmStore` (boolean, required): Must be true — confirms the caller understands the seed will be shown only once and must be stored securely before calling this tool

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/kynto2001-ctrl-xrplriskscore-mcp/xrplriskscore-mcp#diagnostics

## Score history

- 2026-08-04: 61
- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 20
- 2026-07-31: 0
- 2026-07-30: 21
- 2026-07-28: 39
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/@xrplriskscore/mcp
- Socket report: https://socket.dev/npm/package/@xrplriskscore/mcp
- Changelog RSS feed: https://verifymcp.io/servers/kynto2001-ctrl-xrplriskscore-mcp/xrplriskscore-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kynto2001-ctrl-xrplriskscore-mcp/xrplriskscore-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kynto2001-ctrl-xrplriskscore-mcp/xrplriskscore-mcp
