MCP.so
登录

Dero Mcp Server

@DHEBP

关于 Dero Mcp Server

Read-only MCP server for querying DERO blockchain. Get block heights, inspect smart contracts, look up transactions, query network info. Privacy-first: runs locally, no accounts, no tracking.

基本信息

分类

其他

传输方式

stdio

发布者

DHEBP

提交者

derod

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "dero": {
      "command": "dero-mcp-server"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Dero Mcp Server?

Dero Mcp Server is a Model Context Protocol (MCP) server that exposes read-only and analysis calls against a DERO Stargate daemon JSON‑RPC endpoint. It is designed for use with Claude Desktop, Cursor, or any MCP client that launches a local process over stdio.

How to use Dero Mcp Server?

Install and build using npm install && npm run build, then run node dist/index.js. Optionally set the DERO_DAEMON_URL environment variable to point to your own daemon. Configure the server in Claude Desktop or Cursor by adding the command and arguments to the respective MCP settings file.

Key features of Dero Mcp Server

  • Read‑only daemon RPC calls via MCP tools
  • Supports methods like DERO.GetInfo, DERO.GetHeight, DERO.GetSC
  • Configurable daemon URL through DERO_DAEMON_URL env variable
  • Works with stdio‑based MCP clients (Claude Desktop, Cursor, etc.)
  • Returns JSON results as MCP text content

Use cases of Dero Mcp Server

  • Query DERO blockchain info from Claude Desktop
  • Monitor daemon status inside an MCP‑enabled IDE like Cursor
  • Retrieve smart contract data (via DERO.GetSC) without wallet access

FAQ from Dero Mcp Server

What daemon methods are supported?

The server registers one MCP tool per common daemon method, such as DERO.GetInfo, DERO.GetHeight, and DERO.GetSC.

Does it support wallet RPC or sending transactions?

No. In v0.1, wallet RPC (transfer, scinvoke), DERO.SendRawTransaction, and DERO.SubmitBlock are intentionally excluded. They may be added later behind an explicit opt‑in.

What are the runtime requirements?

Node.js 18+ and a reachable DERO daemon with RPC enabled. The default URL points to a third‑party public node; using your own local daemon is recommended.

How do I configure the daemon URL?

Set the DERO_DAEMON_URL environment variable (default http://82.65.143.182:10102). The server automatically appends /json_rpc to the configured base URL.

What transport does the server use?

The server runs as a local process communicating over stdio, compatible with any MCP client that supports stdio transport.

评论

其他 分类下的更多 MCP 服务器