A read-only MCP server for the DERO Stargate privacy blockchain that exposes daemon JSON-RPC read and analysis functions to an AI host. It can inspect chain data, trace transactions, analyze smart contracts, and search bundled DERO documentation from derod, tela, hologram, and deropay.
From the registry: Read-only DERO blockchain MCP: 32 tools (11 composites) incl. TELA discovery + bundled docs.
$ node --versionhttps://nodejs.org/Please install the `dero-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — Node.js version 18 or newer is required to run the MCP server via npx. Run: `node --version` (https://nodejs.org/)
Optional prerequisites:
- Optional: Run your own DERO daemon — The server auto-detects a local DERO daemon at 127.0.0.1:10102 if available; otherwise it falls back to a public RPC endpoint. Running your own daemon is recommended for production/privacy but not required for basic setup. (https://derod.org/basics/running-a-node.md)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","dero-mcp-server"]
- optional environment variables:
- `DERO_DAEMON_URL`: Base URL of the DERO daemon to use, without /json_rpc. If unset, the server uses a local daemon at 127.0.0.1:10102 when reachable, otherwise a public fallback RPC. (example: `<your-dero-daemon-url>`)
- `DERO_DOCS_ROOT`: Optional development override pointing to a local dero-docs clone to index live MDX instead of the bundled docs index. (example: `<path-to-your-dero-docs-clone>`)
Note: The README also documents a self-hosted streamable-HTTP mode (--http), but the simplest portable install path is the stdio npm package via npx. The server appends /json_rpc automatically, so DERO_DAEMON_URL should be the daemon base URL only.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DERO_DAEMON_URLSets the DERO daemon base URL to query instead of auto-detecting a local node or falling back to the public RPC.DERO_MCP_AUTH_TOKENBearer token required for HTTP mode requests to /mcp when set.DERO_MCP_HTTPEnables HTTP mode when set to 1 (or via --http).DERO_MCP_HTTP_PORTPort for HTTP mode.DERO_MCP_HTTP_HOSTHost address for HTTP mode.DERO_DOCS_ROOTOptional path to a local dero-docs clone to index live MDX instead of the bundled docs.Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.