Read-only MCP server for querying DERO blockchain — blocks, smart contracts, transactions, network info. Privacy-first, runs locally.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.DERO_DAEMON_URL— "env": { "": "http://127.0.0.1:10102" }DERO_DOCS_ROOT— bundled index Optional dev override: path to a local dero-docs clone to index live MDX instead of the shipped bundle.DERO_MCP_AUTH_TOKEN— $(openssl rand -base64 48) \DERO_MCP_HTTP— unset Set to 1 (or pass --http) to start in HTTP mode.DERO_MCP_HTTP_HOST— 127.0.0.1 Listen address. Use 0.0.0.0 to bind publicly (do not without auth + TLS upstream).DERO_MCP_HTTP_PORT— 8787 Listen port.DERO_TRACE_SC_TX_HASH[](https://m8ven.ai/mcp/dhebp-dero-mcp-server-pfh7ng)