xrplriskscore-mcp

kynto2001-ctrl/xrplriskscore-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated today
MCP server for XRPL wallet risk scoring — Claude Desktop integration for xrplriskscore.ai
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xrplriskscore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kynto2001-ctrl/xrplriskscore-mcp"
      ]
    }
  }
}