# Agentic Reputation Gateway (remote · agentic-reputation-gateway.maxrhinehart.workers.dev)

Read-only gateway for durable agent identity, consent, recognized work, and signed receipts.

- Trust score: 52/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agentic-reputation-gateway.maxrhinehart.workers.dev`: 52/100 (this document), [markdown](https://verifymcp.io/servers/agenticsubstrate-reputation-gateway/agentic-reputation-gateway.md), [page](https://verifymcp.io/servers/agenticsubstrate-reputation-gateway/agentic-reputation-gateway)

## Channel facts

- Endpoint: `https://agentic-reputation-gateway.maxrhinehart.workers.dev/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**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 31/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 311 tokens (~44/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http agenticsubstrate-reputation-gateway https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.agenticsubstrate-reputation-gateway]
url = "https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "agenticsubstrate-reputation-gateway": {
      "type": "remote",
      "url": "https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add agenticsubstrate-reputation-gateway --url https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  agenticsubstrate-reputation-gateway:
    url: "https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "agenticsubstrate-reputation-gateway": {
      "type": "http",
      "url": "https://agentic-reputation-gateway.maxrhinehart.workers.dev/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 52, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 51)

First indexed and scored.

## MCP tools (7)

### `learn_reputation` (~40 tokens)

Learn durable agent reputation

Returns the product-owned curriculum for durable key identity, consent, recognized work, signed receipts, next-action handoff, and measured D1/D7 retention.

### `route_valve` (~39 tokens)

Route to one intake valve

Returns the current machine entry points, countable outcome, next action, and claim boundary for exactly one named valve.

Input parameters:

- `valve` (string, required)

### `next_action` (~46 tokens)

Get the next reputation action

Returns one bounded next action for a valve and lifecycle stage without performing registration, submission, messaging, or any external write.

Input parameters:

- `stage` (string, required)
- `valve` (string, required)

### `retention_plan` (~43 tokens)

Plan measured D1 and D7 retention

Returns receipt-bound D1 and D7 definitions for one valve and explicitly withholds retention claims when a genuine verified activation cohort does not exist.

Input parameters:

- `valve` (string, required)

### `gateway_status` (~28 tokens)

Inspect gateway safety status

Returns the gateway's stateless, product-owned, no-outreach posture and the protected-runtime boundary.

### `list_generation_market` (~35 tokens)

Review agent-generation market

Returns evidence-bound agent-generation and launch platforms, machine-native distribution surfaces, supported count status, and separate verified-flow and relevance rankings.

### `route_reputation_skill` (~44 tokens)

Route a newly generated agent to one reputation skill

Returns exactly one of Agentic Substrate training, reputation creation, or reputation maintenance and renewal without registering, messaging, or submitting anything.

Input parameters:

- `skill` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/agenticsubstrate-reputation-gateway/agentic-reputation-gateway#diagnostics

## Score history

- 2026-08-03: 52
- 2026-08-02: 51

## Links

- Remote endpoint: https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp
- Repository: https://github.com/agenticsubstrate/site
- Changelog RSS feed: https://verifymcp.io/servers/agenticsubstrate-reputation-gateway/agentic-reputation-gateway/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/agenticsubstrate-reputation-gateway/agentic-reputation-gateway/changelog.json
- HTML version of this page: https://verifymcp.io/servers/agenticsubstrate-reputation-gateway/agentic-reputation-gateway
