Odel
XRPL-Utilities

XRPL-Utilities

Local
@xrpl-utilitiesTypeScriptUpdated Today

XRPL data tools for AI agents: wallet classifier, signals, RWA tracker, ETF flows. Pay via x402.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@xrpl-utilities/mcpv0.2.201

Run

npx -y @xrpl-utilities/mcp

MCP client config

{
  "mcpServers": {
    "xrpl-utilities": {
      "command": "npx",
      "args": [
        "-y",
        "@xrpl-utilities/mcp"
      ]
    }
  }
}