# Hive Dispute (remote · hive-mcp-gateway.onrender.com)

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

- Trust score: 58/100 (low)
- Change this week: +44
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `hive-mcp-gateway.onrender.com`: 58/100 (this document), [markdown](https://verifymcp.io/servers/srotzin-hive-mcp-dispute/dispute-mcp.md), [page](https://verifymcp.io/servers/srotzin-hive-mcp-dispute/dispute-mcp)

## Channel facts

- Endpoint: `https://hive-mcp-gateway.onrender.com/dispute/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 293 tokens (~73/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http srotzin-hive-mcp-dispute https://hive-mcp-gateway.onrender.com/dispute/mcp
```

### Codex

```toml
[mcp_servers.srotzin-hive-mcp-dispute]
url = "https://hive-mcp-gateway.onrender.com/dispute/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "srotzin-hive-mcp-dispute": {
      "type": "remote",
      "url": "https://hive-mcp-gateway.onrender.com/dispute/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add srotzin-hive-mcp-dispute --url https://hive-mcp-gateway.onrender.com/dispute/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  srotzin-hive-mcp-dispute:
    url: "https://hive-mcp-gateway.onrender.com/dispute/mcp"
```

### Other

```json
{
  "mcpServers": {
    "srotzin-hive-mcp-dispute": {
      "type": "http",
      "url": "https://hive-mcp-gateway.onrender.com/dispute/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 58, +35)

- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good
- [functional] First check of Tool coverage: 100

### 2026-07-31 (score 23, +9)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 14, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 14, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 14)

First indexed and scored.

## MCP tools (4)

### `dispute_check` (~105 tokens)

Given a counterparty address + chain, return public dispute history, active arbitration cases, and on-chain reversal-pattern flags. Sources: Kleros / UMA / Reality.eth subgraphs (with direct on-chain RPC fallback) plus Etherscan-family transaction scans. Observational only — Hive does NOT judge, freeze, or enforce.

Input parameters:

- `address` (string, required): 0x-prefixed counterparty address (20 bytes)
- `chain` (string, required): ethereum | base | arbitrum

### `dispute_providers` (~52 tokens)

List available third-party arbitration protocols (Kleros, UMA Optimistic Oracle, Reality.eth) with current case load, intake URLs, and jurisdiction model. Hive is not one of them — Hive only surfaces signal.

### `dispute_route` (~109 tokens)

Given a case description, disputed amount in USD, and optional jurisdiction preference, return ranked arbitration provider options. NO automatic filing — Hive returns options + intake URLs only. The disputing party files directly with the chosen provider.

Input parameters:

- `amount_usd` (number, required): Disputed amount in USD
- `description` (string, required): Free-form case description (max 2000 chars)
- `jurisdiction` (string): Optional preference (e.g. 'decentralized', 'optimistic', 'crowdsourced')

### `dispute_today` (~27 tokens)

24-hour rollup: flagged-counterparty count + top arbitration providers by active case load.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/srotzin-hive-mcp-dispute/dispute-mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 23
- 2026-08-01: 23
- 2026-07-31: 23
- 2026-07-30: 14
- 2026-07-29: 14
- 2026-07-28: 14
- 2026-07-27: 14
- 2026-07-26: 14

## Links

- Remote endpoint: https://hive-mcp-gateway.onrender.com/dispute/mcp
- Repository: https://github.com/srotzin/hive-mcp-dispute
- Website: https://www.hiveagentiq.com/
- Changelog RSS feed: https://verifymcp.io/servers/srotzin-hive-mcp-dispute/dispute-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/srotzin-hive-mcp-dispute/dispute-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/srotzin-hive-mcp-dispute/dispute-mcp
