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.

コメント

「その他」の他のコンテンツ