dero-mcp-server
Related Servers
Alternatives to dero-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceModel Context Protocol (MCP) server for 5 classic non-EVM blockchains: Bitcoin, Monero, Zcash, Dogecoin, and Litecoin. Zero-auth, read-only & privacy-first.MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server that monitors a Bitcoin Core full node via JSON-RPC, providing tools to check node status, network info, mempool, and peer information.MIT
- AlicenseAqualityBmaintenanceA read-only MCP server for querying Hyperliquid perp markets, funding rates, order books, candles, and account positions/fills/funding for any address, without needing API keys or wallets.835 npm1MIT
- AlicenseAqualityBmaintenanceA read-only MCP server that queries multichain EVM on-chain data through Blockscout REST API, providing tools for address info, transactions, logs, and more.1610 npmMIT
- FlicenseAqualityDmaintenanceEnables MCP-compatible clients to query the RustChain blockchain, check balances, list miners, view epoch info, check network health, transfer RTC, and browse recent transactions and bounties.7-
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for Hyperliquid that provides public market data (prices, order books, funding) and any wallet's positions, orders, and fills via MCP tools, without requiring a private key.MIT
TDQS
Scored across 33 tools
Tools are mostly distinct by resource+key (header-by-hash vs header-by-topoheight vs last-header; get_info vs get_height vs get_block_count), and composite tools carry explicit PREFER routing that tells agents when to use them over primitives. A few pairs remain confusable — recommend_docs_path vs dero_docs_search, explain_smart_contract vs tela_inspect, and the dero_get_info/get_height/get_block_count trio — but the descriptions mitigate most misselection risk.
The dero_get_* primitives and dero_docs_*/dero_daemon_* sub-groups are highly consistent, but the composite tier mixes conventions: bare verbs (explain_smart_contract, verify_supply, audit_chain_artifact_claim), tela_* forms (tela_inspect, tela_get_doc_content), and prefixed forms (dero_tela_list_apps, dero_forge_demo_proof). All names are readable snake_case, but the prefix pattern is not uniform across the 33-tool surface.
33 tools is heavy for a single MCP server, though the actual domain is broad (daemon RPC reads, bundled docs, TELA app inspection, proof integrity auditing). The count is inflated by composite wrappers (diagnose_chain_health, trace_transaction_with_context, audit_chain_artifact_claim, recommend_docs_path) that duplicate primitive capabilities rather than adding new surface area.
The read-only surface is thorough: chain state, blocks, headers, txs, SC state, encrypted balances, gas estimates, name/dURL resolution, docs search/retrieval, TELA content extraction, supply verification, and end-to-end integrity audits. Write operations (wallet transfers, SubmitBlock) are deliberately excluded with explicit notes, and minor gaps such as batch block fetches or full-block-by-topoheight are workable around via existing tools.