staticbit-xrpl-mcp

StaticBit-io/staticbit-xrpl-mcp
★ 0 stars C# Code/Dev Tools Updated today
XRPL MCP server + plugin marketplace (server, signer, plugins live together)
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "staticbit-xrpl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "StaticBit-io/staticbit-xrpl-mcp"
      ]
    }
  }
}

README Excerpt

> 🇷🇺 [Прочесть на русском](README.ru.md) XRPL toolkit for Claude Code — **source + three plugins in one repo**. Contains: - **C# / .NET 10 server** for the XRP Ledger (cloud deploy + local stdio in one binary). - **Offline stdio signer** with an encrypted keystore (PBKDF2 + AES-256-GCM). - **Three plugins** for Claude Code shaped as a marketplace inside the same repo.