经 AI Skill Hub 精选评估,开源MCP工具:ZClassic全节点 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
ZClassic全节点开源工具,仅需15MB的纯C23二进制文件,支持Equihash 200,9 PoW和Sapling s
开源MCP工具:ZClassic全节点 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
ZClassic全节点开源工具,仅需15MB的纯C23二进制文件,支持Equihash 200,9 PoW和Sapling s
开源MCP工具:ZClassic全节点 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/ZclassiC23/zclassic
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp---zclassic---": {
"command": "npx",
"args": ["-y", "zclassic"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具:ZClassic全节点 执行以下任务... Claude: [自动调用 开源MCP工具:ZClassic全节点 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp___zclassic___": {
"command": "npx",
"args": ["-y", "zclassic"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
One self-contained ~15 MB pure-C23 binary: a full ZClassic node (Equihash 200,9 proof-of-work, Sapling shielded transactions), an embedded Tor onion service, a block explorer, a shielded wallet, and a built-in MCP server that lets an AI agent operate the node through ~100 typed tools.
One binary, one onion, one stack.
- gcc 14+ (or a clang with working -std=c23 support) and GNU make. - Vendored static libraries under vendor/lib/ (LevelDB, SQLite, libevent, OpenSSL, zlib, Tor). Only libsecp256k1.a is tracked in-tree today; the remaining archives must currently be built locally and dropped into vendor/lib/. Packaging them for fresh clones is a known gap — expect friction building outside the maintainer's environment for now.
git clone https://github.com/ZclassiC23/zclassic.git
cd zclassic
make zclassic23 # main binary at build/bin/zclassic23
make test # 860+ test cases across 350+ test files
make lint # defensive-coding gates (see docs/DEFENSIVE_CODING.md)
Other targets: make zcl-rpc (CLI RPC client), make zcl-nodectl (node lifecycle tool), make deploy (install the systemd user service), make ci (local full gate: lint + tests + MVP slices + fuzz where available).
sudo deploy/setup.sh
make zclassic23 && make deploy systemctl --user status zclassic23 tail -f ~/.zclassic-c23/node.log ```
Operator-specific flags (-externalip and a seeded -addnode list) live in ~/.config/zclassic23/env, not in the tracked systemd unit. Copy deploy/zclassic23.env.example there and edit; a fresh install without the env file starts cleanly against DNS seeds.
Useful RPC calls via build/bin/zcl-rpc: getblockchaininfo, getpeerinfo, syncstate, healthcheck, eventlog 100, z_gettotalbalance. The REST API mirrors the explorer: GET /api/blocks, /api/block/:id, /api/tx/:txid, /api/address/:addr, /api/stats, /api/hodl, /api/health.
Handy environment variables: ZCL_RPCPORT (RPC port for zcl-rpc / zclassic-cli, default 18232) and ZCL_DATADIR (where zcl-rpc finds the .cookie file, default ~/.zclassic-c23). Other ZCL_* knobs exist for niche tuning; see the source.
Seeds: 74.50.74.102, 205.209.104.118, 140.174.189.3 · DNS: dnsseed.zclnet.net, dnsseed.zslp.org, mainnet.zclassic.org
The differentiator: zclassic23 ships a built-in Model Context Protocol server, so Claude Code can query and operate the node directly through typed tools — no curl, no log spelunking.
claude mcp add zcl23 -- build/bin/zclassic23 -mcp
Restart Claude Code and the tools appear automatically. The daily drivers:
| Tool | What it does |
|---|---|
zcl_status | Height, peers, sync, onion address, health — one call |
zcl_state | Generic state dump of any subsystem (supervisor, watchdog, boot, …) |
zcl_node_log | Server-side regex tail of node.log |
zcl_sql | SELECT-only SQL over the node database (rate-gated) |
zcl_rpc | Escape hatch into 85+ raw JSON-RPC methods |
zcl_tools_list | Enumerate the full live tool catalog (~100 tools) |
Wallet, mining, ZNAM, ZMSG, swaps, metrics, and admin operations are typed tools too — see the MCP section of CLAUDE.md for the full reference.
The MCP server is an operator interface. In the default -mcp mode it runs on stdio for a local client; destructive tools are explicit in the route table and middleware-gated, and diagnostic SQL is SELECT-only and rate-limited. Do not expose RPC or MCP transports to untrusted clients.
该项目提供了一个开源的MCP工具,支持ZClassic全节点的创建和管理,代码质量较高,但缺乏文档和社区支持
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:开源MCP工具:ZClassic全节点 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | zclassic |
| 原始描述 | 开源MCP工具:ZClassic full node in one ~15 MB pure-C23 binary — Equihash 200,9 PoW, Sapling s。⭐6 · C |
| Topics | mcpblockchainc23cryptocurrencyequihashfull-nodec |
| GitHub | https://github.com/ZclassiC23/zclassic |
| License | Apache-2.0 |
| 语言 | C |
收录时间:2026-06-12 · 更新时间:2026-06-13 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端