Multi-agent settlement and clearing with validator consensus
{
"mcpServers": {
"io-github-srotzin-hiveclear": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Multi-agent settlement and clearing with validator consensus
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
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
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.srotzin/hiveclear and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.