Skip to content
VS Code

XRPL Wallet Risk Score for VS Code

io.github.kynto2001-ctrl/xrplriskscore-mcp

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

client:VS Code transport:stdio runtime:npm

Install XRPL Wallet Risk Score in VS Code

.vscode/mcp.json

{
  "servers": {
    "xrplriskscore-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@xrplriskscore/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

XRPL Wallet Risk Score in other clients