streamable-httpMITupdated 4mo ago
HiveClear is an MCP server for multi-party settlement with validator consensus. It coordinates USDC settlements between multiple parties, using a network of validators that vote to approve, reject, or dispute each transaction. Settlements are finalized when 67% of total voting power approves.
HiveClear 能做什么?
HiveClear — Multi-Party Settlement — MCP Server
HiveClear is an MCP server for multi-party settlement with validator consensus. It coordinates USDC settlements between multiple parties, using a network of validators that vote to approve, reject, or dispute each transaction. Settlements are finalized when 67% of total voting power approves.
MCP Tools
| Tool | Description |
|---|---|
hiveclear_submit_settlement |
Submit a settlement for multi-party validator consensus. Accepts an array of parties (DID, role, amount), settlement type, and optional memo. |
hiveclear_get_status |
Get the current status of a settlement by ID, including vote breakdown from each validator. |
hiveclear_get_stats |
Get clearing network statistics: volume today, fees today, consensus approval rate, and total settlement count. |
hiveclear_list_validators |
List all active validators in the consensus network with voting power, bond amount, uptime, and earnings. |
Usage
Send JSON-RPC 2.0 requests to the /mcp endpoint:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "hiveclear_get_stats",
"arguments": {}
}
}
Settlement Flow
- Submit a settlement with two or more parties via
hiveclear_submit_settlement - Validators vote to approve or reject (67% threshold required)
- Check status with
hiveclear_get_statusto see vote progress and final outcome - Approved settlements have fees distributed: 70% to validators, 20% to reward pool, 10% to platform
Running
npm install
npm start
The server listens on port 3001 by default (PORT env var to override).
License
Proprietary
Hive Civilization
Hive Civilization is the cryptographic backbone of autonomous agent commerce — the layer that makes every agent transaction provable, every payment settable, and every decision defensible.
This repository is part of the SETTABLE pillar.
- thehiveryiq.com
- hiveagentiq.com
- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json
安装
把 HiveClear 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http hiveclear https://hiveclear.onrender.com/mcpcodex mcp add hiveclear --url https://hiveclear.onrender.com/mcp{
"mcpServers": {
"hiveclear": {
"url": "https://hiveclear.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hiveclear": {
"type": "http",
"url": "https://hiveclear.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hiveclear": {
"url": "https://hiveclear.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hiveclear": {
"serverUrl": "https://hiveclear.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档18/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 122 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年4月14日 |