MCP server for multi-party transaction settlement. Submits agent-to-agent settlements for validator consensus and tracks clearing volume in USDC.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hiveclear": {
"command": "npx",
"args": [
"-y",
"srotzin/hiveclear"
]
}
}
}
Run in terminal:
claude mcp add hiveclear npx -y srotzin/hiveclear
Add to .cursor/mcp.json:
{
"mcpServers": {
"hiveclear": {
"command": "npx",
"args": [
"-y",
"srotzin/hiveclear"
]
}
}
}