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

MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization

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

## Components

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

## Channel facts

- Endpoint: `https://hive-mcp-gateway.onrender.com/depin/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-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 3 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**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 344 tokens (~114/item across 3 items; 3 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-depin https://hive-mcp-gateway.onrender.com/depin/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "srotzin-hive-mcp-depin": {
      "type": "http",
      "url": "https://hive-mcp-gateway.onrender.com/depin/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 57, +34)

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

### `depin_list_providers` (~84 tokens)

List DePIN provider listings. Filter by category (storage, compute, gpu, bandwidth, energy, sensor, wireless), region, or capacity. No auth required.

Input parameters:

- `provider_category` (string): storage | compute | gpu | bandwidth | energy | sensor | wireless
- `region` (string): Filter by region (e.g. us-east, eu-west)

### `depin_create_listing` (~227 tokens)

List physical infrastructure capacity (storage TB, compute cores, GPU VRAM, bandwidth Mbps, sensor sample rate, etc.). 22 metadata fields supported. Match fee 0.15%.

Input parameters:

- `agent_id` (string, required): Operator agent ID
- `capacity_gb` (number): Capacity for storage providers (GB)
- `gpu_model` (string): GPU model for GPU providers
- `kind` (string): Listing kind (default: depin_provider)
- `operator_did` (string, required): Operator DID for trust scoring
- `payout_address` (string, required): Settlement address
- `provider_category` (string, required): storage | compute | gpu | bandwidth | energy | sensor | wireless
- `region` (string): Geographic region
- `throughput_mbps` (number): Throughput for bandwidth providers (Mbps)
- `unit_label` (string, required): Pricing unit, e.g. 'per TB-month', 'per GPU-hour'
- `unit_rate_usdc` (number, required): Price per unit in USDC
- `vram_gb` (number): VRAM for GPU providers (GB)

### `depin_get_match_fee` (~33 tokens)

Get the current DePIN marketplace match fee (currently 0.15%). Returned alongside settlement currencies and chains.

## Diagnostics

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

## Score history

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