{
  "markdown": "# HiveClear — Multi-Party Settlement — MCP Server\n\nHiveClear 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.\n\n## MCP Tools\n\n| Tool | Description |\n|------|-------------|\n| `hiveclear_submit_settlement` | Submit a settlement for multi-party validator consensus. Accepts an array of parties (DID, role, amount), settlement type, and optional memo. |\n| `hiveclear_get_status` | Get the current status of a settlement by ID, including vote breakdown from each validator. |\n| `hiveclear_get_stats` | Get clearing network statistics: volume today, fees today, consensus approval rate, and total settlement count. |\n| `hiveclear_list_validators` | List all active validators in the consensus network with voting power, bond amount, uptime, and earnings. |\n\n## Usage\n\nSend JSON-RPC 2.0 requests to the `/mcp` endpoint:\n\n```json\n{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"hiveclear_get_stats\",\n    \"arguments\": {}\n  }\n}\n```\n\n### Settlement Flow\n\n1. **Submit** a settlement with two or more parties via `hiveclear_submit_settlement`\n2. Validators vote to approve or reject (67% threshold required)\n3. **Check status** with `hiveclear_get_status` to see vote progress and final outcome\n4. Approved settlements have fees distributed: 70% to validators, 20% to reward pool, 10% to platform\n\n## Running\n\n```bash\nnpm install\nnpm start\n```\n\nThe server listens on port 3001 by default (`PORT` env var to override).\n\n## License\n\nProprietary\n\n\n---\n\n## Hive Civilization\n\nHive Civilization is the cryptographic backbone of autonomous agent commerce — the layer that makes every agent transaction provable, every payment settable, and every decision defensible.\n\nThis repository is part of the **SETTABLE** pillar.\n\n- thehiveryiq.com\n- hiveagentiq.com\n- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json\n",
  "bytes": 2083,
  "sha": "10ebde69caaa89aceeb0832e5e2ae5e139f152b55aade2ab83c4e918bd9ed6be",
  "repo_slug": "srotzin/hiveclear",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_srotzin_hiveclear_23d5313d/readme"
}