XRPL Wallet Risk Score
NPM · @XRPLRISKSCORE/MCP · SCANNED AUG 3
XRPL wallet risk scoring. Behavioral tags, sub-scores, graph analysis. Pay per call in XRP.
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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- 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 92 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 743 tokens (~82/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 70% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · @xrplriskscore/mcp
claude mcp add kynto2001-ctrl-xrplriskscore-mcp -- npx -y @xrplriskscore/mcp
codex mcp add kynto2001-ctrl-xrplriskscore-mcp -- npx -y @xrplriskscore/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"kynto2001-ctrl-xrplriskscore-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@xrplriskscore/mcp"
],
"enabled": true
}
}
} openclaw mcp add kynto2001-ctrl-xrplriskscore-mcp --command npx --arg -y --arg @xrplriskscore/mcp
mcp_servers:
kynto2001-ctrl-xrplriskscore-mcp:
command: "npx"
args: ["-y", "@xrplriskscore/mcp"] {
"mcpServers": {
"kynto2001-ctrl-xrplriskscore-mcp": {
"command": "npx",
"args": [
"-y",
"@xrplriskscore/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 +41
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- 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. security
- Capabilities: pass → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +20
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −21
- 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 39
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/@xrplriskscore/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 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.
check_xrpl_compliance_bundle ~80
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.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | XRPL wallet address to check (starts with r) |
No output schema declared.
No examples provided.
check_xrpl_credential_eligibility ~65
Screen an XRPL wallet for eligibility to receive a Permissioned Domain credential (XLS-80d). Returns CREDENTIAL_READY / REVIEW_REQUIRED / CREDENTIAL_DENIED.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | XRPL wallet address (starts with r) |
No output schema declared.
No examples provided.
check_xrpl_escrow_counterparty ~73
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.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | XRPL wallet address (starts with r) |
No output schema declared.
No examples provided.
check_xrpl_rwa_compliance ~70
Check if an XRPL wallet is compliant for Real World Asset (RWA) interactions — RLUSD holdings, trustlines, compliance score. Returns COMPLIANT / REVIEW / NON_COMPLIANT.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | XRPL wallet address (starts with r) |
No output schema declared.
No examples provided.
check_xrpl_wallet_risk ~151
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.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | XRPL wallet address (starts with r, 25-35 chars) |
No output schema declared.
No examples provided.
explain_xrpl_risk_score ~91
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.
| Name | Type | Req | Description |
|---|---|---|---|
| flags | array | — | — |
| riskScore | number | yes | — |
| verdict | string | yes | — |
No output schema declared.
No examples provided.
list_xrpl_risk_endpoints ~37
List all available xrplriskscore.ai API endpoints with pricing. Use when the user asks what endpoints exist.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
provision_xrpl_wallet ~105
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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmStore | boolean | yes | Must be true — confirms the caller understands the seed will be shown only once and must be stored securely before calling this tool |
No output schema declared.
No examples provided.
quick_xrpl_prescore ~71
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.
| Name | Type | Req | Description |
|---|---|---|---|
| walletAddress | string | yes | XRPL wallet address (starts with r) |
No output schema declared.
No examples provided.