# Hive Morph (remote · hive-mcp-morph.onrender.com)

HiveMorph polymorphic identity and capability tokens for autonomous agents

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

## Components

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

## Channel facts

- Endpoint: `https://hive-mcp-morph.onrender.com/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 14 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**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 702 tokens (~50/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.

## Install

### Claude

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 57, +1)

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

### 2026-07-30 (score 56, +1)

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

### 2026-07-28 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 54, +1)

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

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

First indexed and scored.

## MCP tools (14)

### `morph_audit_recent` (~63 tokens)

Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue. Anonymized counterparty (hashed). No auth.

Input parameters:

- `limit` (number): Max rows to return (default 50, max 500)

### `morph_get_identity` (~51 tokens)

Look up a Morph Identity Index (MII) record. Returns the polymorphic envelope: capabilities, current shape, supermodel parent, trust score.

Input parameters:

- `mii_id` (string, required): MII identifier

### `morph_list_supermodels` (~76 tokens)

List all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline. The supermodel directory is the canonical lineage for every spawned brood variant. Free up to 100 calls/day per agent-DID; $0.001/call thereafter via x402 USDC settlement on Base.

### `morph_get_supermodel` (~79 tokens)

Fetch a single supermodel by name or id (e.g. 'MONROE', 'W1'). Returns full role, lane, lead-shape, tagline, address, and brood conversion summary.

Input parameters:

- `name_or_id` (string, required): Supermodel name (e.g. MONROE) or id (e.g. W1)

### `morph_carousel` (~48 tokens)

Read the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.

### `morph_brood_pending_approvals` (~41 tokens)

List brood variants currently awaiting human/operator approval before promotion. Read-only — approval itself is performed via the private hivemorph operator surface.

### `morph_brood_conversion` (~42 tokens)

Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.

### `morph_brood_all` (~27 tokens)

List all brood variants across every supermodel. Useful for fleet-wide population scans.

### `morph_brood_conversion_leaderboard` (~38 tokens)

Conversion leaderboard across all brood variants ranked by settle rate × revenue. Drives the auto-cull and auto-promote signals.

### `morph_brood_for_supermodel` (~45 tokens)

List brood variants for a specific supermodel (e.g. MONROE / W1).

Input parameters:

- `supermodel` (string, required): Supermodel name or id

### `morph_spawn_monitor_scan` (~45 tokens)

Run the spawn-monitor scan: detect supermodels eligible for new brood spawns based on conversion gaps, opportunity surface, and saturation. READ-ONLY — does not actually spawn.

### `morph_money_flavor_probe` (~48 tokens)

Probe the money-flavor classifier on the most recent settlement window: asset class histogram, chain class histogram, flow class histogram, arb-high count, refused count, non-USDC share.

### `morph_money_flavor_stats` (~50 tokens)

Rolling aggregate money-flavor statistics (default 1 hour window): asset class, chain class, flow class distributions, plus arb/refused/non-USDC ratios. Drives the CLEAN-MONEY gate.

### `morph_auto_cull_scan` (~49 tokens)

Run the auto-cull dry-run scan: which brood variants the system would cull based on conversion floors, ROI thresholds, and saturation. READ-ONLY — does not actually cull.

## Diagnostics

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

## Score history

- 2026-08-03: 58
- 2026-08-02: 57
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 56
- 2026-07-29: 55
- 2026-07-28: 55
- 2026-07-27: 54
- 2026-07-26: 53

## Links

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