dero-mcp-server

DHEBP/dero-mcp-server
★ 0 stars TypeScript 🌐 Browser/Web Updated 2d ago
Expose DERO daemon JSON-RPC as read-only Model Context Protocol tools for Cursor, Claude Desktop, and other MCP clients.
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": {
    "dero-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "DHEBP/dero-mcp-server"
      ]
    }
  }
}

README Excerpt

- Connects to `{DERO_DAEMON_URL}/json_rpc` (default `http://82.65.143.182:10102`). - Registers one MCP tool per common daemon method (`DERO.GetInfo`, `DERO.GetHeight`, `DERO.GetSC`, etc.). - Returns JSON results as MCP text content. **Not included (by design in v0.1):** wallet RPC (`transfer`, `scinvoke`), `DERO.SendRawTransaction`, `DERO.SubmitBlock`. Those can move funds or consensus data; add them only with explicit user consent and a locked-down setup.

Tools (1)

DERO_DAEMON_URL