This server runs a validator consensus network for multi-party USDC settlements. You submit a settlement with multiple parties (each with a DID, role, and amount), then a network of bonded validators votes on it. Settlements finalize when 67% of voting power approves. Four tools let you submit settlements, check their vote status in real time, list active validators with their voting power and uptime, and pull network stats like daily volume and consensus approval rates. Fees from approved settlements get split 70/20/10 across validators, a reward pool, and the platform. Useful if you're building agent-to-agent payment rails that need cryptographic proof and distributed approval before funds move.
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.
| 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. |
Send JSON-RPC 2.0 requests to the /mcp endpoint:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "hiveclear_get_stats",
"arguments": {}
}
}
hiveclear_submit_settlementhiveclear_get_status to see vote progress and final outcomenpm install
npm start
The server listens on port 3001 by default (PORT env var to override).
Proprietary
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.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent