Back to Browse

Hive Mcp Dispute MCP Server

by Srotzin
Developer ToolsLow Risk9.6MCP RegistryRemote
Free

Server data from the Official MCP Registry

Agent-to-agent dispute resolution and arbitration with on-chain settlement

About

Agent-to-agent dispute resolution and arbitration with on-chain settlement

Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/dispute/mcp

Security Report

9.6
Low Risk9.6Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 2 known CVEs in dependencies Imported from the Official MCP Registry.

4 tools verified · Open access · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-srotzin-hive-mcp-dispute": {
      "url": "https://hive-mcp-gateway.onrender.com/dispute/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

hive-mcp-dispute

srotzin/hive-mcp-dispute MCP server

Brand: Hive Civilization Gold License: MIT MCP: 2024-11-05

Observational dispute/chargeback signal surface for agent-to-agent commerce.

Hive does NOT arbitrate, judge, freeze funds, or enforce dispute outcomes. This is observational signal data only. Disputes are resolved by third-party protocols (Kleros, UMA, Reality.eth) or off-chain legal process. Hive is not a court.

What this is

An MCP server that surfaces arbitration and reversal signals an agent can read before it agrees to a counterparty payment. It pulls from real public sources:

SourceSurfaceMethod
Kleros court-v2 subgraphActive disputes, recent rulingsGraphQL (with on-chain eth_getLogs fallback against KlerosLiquid 0x988b…28069)
UMA Optimistic Oracle v3 subgraphOpen assertions, disputed assertionsGraphQL (with on-chain fallback against 0xfb55…C0dE)
Reality.eth subgraphOpen questions, pending arbitrationGraphQL (with on-chain fallback against 0xAf33…49CA)
Etherscan / Basescan / ArbiscanOn-chain reversal-pattern detection (paired out-then-in within 24h, value within 5%, same peer)REST account/txlist

What this is NOT

  • ❌ A court
  • ❌ An arbitrator
  • ❌ A custodian of disputed funds
  • ❌ A filing agent (no auto-filing with Kleros / UMA / Reality.eth)
  • ❌ An enforcement layer

Tools

ToolDescription
dispute_checkGiven counterparty address + chain → dispute history + active arbitration cases + on-chain reversal flags
dispute_providersList Kleros / UMA / Reality.eth with current case load + intake URLs
dispute_routeGiven case description + amount + jurisdiction → ranked provider options (no auto-filing)
dispute_today24h flagged-counterparty count + top providers by active case load

Endpoints (backend)

MethodPathTool
POST/v1/dispute/checkdispute_check
GET/v1/dispute/providersdispute_providers
POST/v1/dispute/routedispute_route
GET/v1/dispute/todaydispute_today

Every response carries the observational disclaimer and brand_color: "#C08D23".

Install

Smithery (recommended for MCP clients)

npx -y @smithery/cli install hive-mcp-dispute --client claude

Manual (local dev)

git clone https://github.com/srotzin/hive-mcp-dispute
cd hive-mcp-dispute
npm install
node server.js

The server listens on :3000 by default and exposes:

  • POST /mcp — JSON-RPC 2.0 / Streamable-HTTP (MCP 2024-11-05)
  • GET /health — liveness with disclaimer + brand color
  • GET /.well-known/mcp.json — discovery manifest

Configure

Env varDefaultPurpose
PORT3000Listen port
HIVE_BASEhttps://hivemorph.onrender.comBackend root

Brand

Hive Civilization gold — Pantone 1245 C / #C08D23. Baked into every response.

Disclaimer (canonical, baked into every response)

Hive does not arbitrate, judge, freeze funds, or enforce dispute outcomes. This is observational signal data only. Disputes are resolved by third-party protocols (Kleros, UMA, Reality.eth) or off-chain legal process. Hive is not a court.

License

MIT — see LICENSE.

Hive Civilization Directory

Part of the Hive Civilization — agent-native financial infrastructure.

Brand: #C08D23

Reviews

No reviews yet

Be the first to review this server!

Hive Mcp Dispute MCP Server - Agent-to-agent dispute resolution and arbitration with | MCP Marketplace