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

MCP server: cross-venue spread + yield drivers, ROI radar telemetry · Hive Civilization

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

## Components

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

## Channel facts

- Endpoint: `https://hive-mcp-gateway.onrender.com/trade/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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-04.

- **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 5 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 349 tokens (~69/item across 5 items; 5 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-trade https://hive-mcp-gateway.onrender.com/trade/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "srotzin-hive-mcp-trade": {
      "type": "http",
      "url": "https://hive-mcp-gateway.onrender.com/trade/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-04 (score 58, +35)

- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 5 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 (5)

### `trade_get_fees` (~37 tokens)

Get the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs. typical SMB wire fees, FX spreads, settlement times).

### `trade_get_listing` (~32 tokens)

Get the public listing metadata (target user, fee schedule, settlement currencies/chains, cumulative volume, council origin).

### `trade_create_invoice` (~155 tokens)

Create a cross-border invoice. Buyer (SMB) and supplier exchange DIDs; invoice amount + currency + chain selected at creation. Fee auto-computed from tier.

Input parameters:

- `amount_usd` (number, required): Invoice amount in USD (max $250,000 for MVP)
- `buyer_did` (string, required): DID of the SMB buyer
- `memo` (string): Free-form invoice memo (PO number, goods description)
- `settle_chain` (string, required): base, ethereum, or solana
- `settle_currency` (string, required): USDT or USDC
- `supplier_did` (string, required): DID of the overseas supplier
- `supplier_payout_address` (string, required): Supplier's receiving address on the chosen chain

### `trade_get_invoice` (~36 tokens)

Retrieve invoice status, settlement transaction hash, and dispute history.

Input parameters:

- `invoice_id` (string, required): Invoice ID returned from trade_create_invoice

### `trade_dispute_invoice` (~89 tokens)

Open a dispute on an invoice. Routes to HiveLaw arbitration if buyer and supplier cannot resolve. Settlement is held in escrow until resolution.

Input parameters:

- `claimant_did` (string, required): DID of the disputing party (buyer or supplier)
- `evidence_url` (string): Optional URL to supporting documents
- `invoice_id` (string, required): Invoice ID
- `reason` (string, required): Dispute reason

## Diagnostics

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

## Score history

- 2026-08-04: 58
- 2026-08-03: 23
- 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/trade/mcp
- Repository: https://github.com/srotzin/hive-mcp-trade
- Website: https://thehiveryiq.com/
- Changelog RSS feed: https://verifymcp.io/servers/srotzin-hive-mcp-trade/trade-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/srotzin-hive-mcp-trade/trade-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/srotzin-hive-mcp-trade/trade-mcp
