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

MCP server: solver auction across io.net / Akash / Render with signed receipts · 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-compute-grid/compute-grid-mcp.md), [page](https://verifymcp.io/servers/srotzin-hive-mcp-compute-grid/compute-grid-mcp)

## Channel facts

- Endpoint: `https://hive-mcp-gateway.onrender.com/compute-grid/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 189 tokens (~63/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-compute-grid https://hive-mcp-gateway.onrender.com/compute-grid/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

### `computegrid_list_agents` (~39 tokens)

List the 15-agent compute grid fleet across all 6 driver types. Returns agent type, count, and revenue model. No auth required.

### `computegrid_get_capacity` (~44 tokens)

Read-only capacity view from the Capacity Listener fleet. Per spec section 8: NO bids, NO hedges, NO positions, NO derivatives — pure read-only telemetry.

### `computegrid_verify_proof` (~106 tokens)

Submit a compute job for verification by the Verification Fleet (4 agents). Returns Groth16-style proof. $0.001/proof in USDC.

Input parameters:

- `claimed_output_hash` (string, required): SHA-256 of claimed output
- `driver` (string, required): Source driver: ionet | render | akash | aleo | custom
- `job_id` (string, required): Job ID to verify
- `submitter_did` (string, required): DID of the submitting agent

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/srotzin-hive-mcp-compute-grid/compute-grid-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/compute-grid/mcp
- Repository: https://github.com/srotzin/hive-mcp-compute-grid
- Website: https://thehiveryiq.com/
- Changelog RSS feed: https://verifymcp.io/servers/srotzin-hive-mcp-compute-grid/compute-grid-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/srotzin-hive-mcp-compute-grid/compute-grid-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/srotzin-hive-mcp-compute-grid/compute-grid-mcp
