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.
基本情報
設定
以下の設定を使って、このサーバーを 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_URLenv 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.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント