MCP server for XRPL wallet risk scoring — Claude Desktop integration for xrplriskscore.ai
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"
]
}
}
}
Run in terminal:
claude mcp add xrplriskscore-mcp npx -y kynto2001-ctrl/xrplriskscore-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"xrplriskscore-mcp": {
"command": "npx",
"args": [
"-y",
"kynto2001-ctrl/xrplriskscore-mcp"
]
}
}
}