
DERO MCP Server
Query a local DERO daemon read-only—balances, blocks, and docs—through 25 MCP tools while building crypto or privacy-related agent workflows.
Overview
DERO MCP Server is a MCP server for the Build phase that provides read-only DERO daemon queries through 25 tools, bundled docs, and structured error metadata.
What is this MCP server?
- Read-only access to DERO daemon state via MCP (no write tools emphasized)
- 25 MCP tools including 5 composite helpers for common queries
- Bundled DERO documentation surfaced to the agent
- Structured _meta.error codes for predictable failure handling
- npm package dero-mcp-server@0.4.4 with stdio transport
- Version 0.4.4 on npm identifier dero-mcp-server
- 25 tools total with 5 composite tools per server description
- Read-only DERO daemon MCP with bundled docs and _meta.error codes
Community signal: 2 GitHub stars.
What problem does it solve?
Agent-assisted DERO development bogs down when every balance or block question requires manual RPC calls and parsing.
Who is it for?
Indie crypto or privacy-tool builders who already run DERO infrastructure and want MCP-native read queries in their coding agent.
Skip if: Non-crypto products, beginners without a synced daemon, or teams needing write, sign, or custody operations from MCP alone.
What do I get? / Deliverables
After you add the npm stdio server, your agent can call composite and atomic DERO tools with documented errors instead of ad-hoc daemon requests.
- Stdio MCP server exposing 25 read-oriented DERO tools to your agent
- In-session access to bundled DERO documentation via tools
- Predictable error handling using structured _meta.error codes
Recommended MCP Servers
Journey fit
DERO MCP Server belongs in build when you connect an agent to blockchain infrastructure during product or tooling development. Integrations is the right shelf because it wraps the DERO daemon and bundled documentation as MCP tools, not a ship-phase security audit product.
How it compares
Read-only blockchain daemon MCP, not a wallet UI skill or generic EVM JSON-RPC wrapper.
Common Questions / FAQ
Who is DERO MCP Server for?
Developers building on DERO who use MCP-capable agents and want read-only chain and daemon inspection with bundled protocol docs.
When should I use DERO MCP Server?
Use it during build when integrating agent workflows that must query DERO state safely without exposing write keys through chat tools.
How do I add DERO MCP Server to my agent?
Install/configure the npm package dero-mcp-server with stdio transport per the DHEBP repository, ensure your DERO daemon is reachable, and register the server in your MCP client.