# H/M Agent Surface - Free MCP Receipt (remote · agents.hogarmas.net)

Connect any MCP client and create a free zero-input receipt. No account or payment required.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `agents.hogarmas.net`: 70/100 (this document), [markdown](https://verifymcp.io/servers/net-hogarmas-agent-surface/mcp-agent-surface.md), [page](https://verifymcp.io/servers/net-hogarmas-agent-surface/mcp-agent-surface)

## Channel facts

- Endpoint: `https://agents.hogarmas.net/mcp/agent-surface`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.5.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**: 77/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 is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 528 tokens (~66/item across 8 items; 4 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 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.
  - Structured output schemas are declared (75% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http net-hogarmas-agent-surface https://agents.hogarmas.net/mcp/agent-surface
```

### Codex

```toml
[mcp_servers.net-hogarmas-agent-surface]
url = "https://agents.hogarmas.net/mcp/agent-surface"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-hogarmas-agent-surface": {
      "type": "remote",
      "url": "https://agents.hogarmas.net/mcp/agent-surface",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add net-hogarmas-agent-surface --url https://agents.hogarmas.net/mcp/agent-surface --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  net-hogarmas-agent-surface:
    url: "https://agents.hogarmas.net/mcp/agent-surface"
```

### Other

```json
{
  "mcpServers": {
    "net-hogarmas-agent-surface": {
      "type": "http",
      "url": "https://agents.hogarmas.net/mcp/agent-surface"
    }
  }
}
```

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 70, +1)

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

### 2026-08-01 (score 69, +1)

- [functional] Server version: 1.4.0 → 1.5.0

### 2026-07-31 (score 68, +3)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 47 → 66
- [functional improvement] Tool coverage: 50% → 75%
- [functional improvement] Stability: unverified → 0.03
- [functional] New prompt “prove-mcp-connection”
- [functional] New resource “mcp-connection-receipt-schema”
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server
- [functional] Server version: 1.3.0 → 1.4.0
- [functional] New tool “create_mcp_connection_receipt”

### 2026-07-30 (score 65)

First indexed and scored.

## MCP tools (4)

### `create_mcp_connection_receipt` (~71 tokens)

Create a verifiable MCP connection receipt

Zero-input end-to-end tool-call preflight. Returns a browser-verifiable SHA-256 receipt for this named tools/call, the current focused server contract and exact free next actions. No authentication or target required. The detached receipt is unsigned, does not verify client identity and is not certification.

Output parameters:

- `receipt` (object)
- `schema` (string)
- `share` (object)
- `verification` (object)

### `audit_agent_surface` (~98 tokens)

Check AI crawler policy and audit a public agent surface

Checks nine named ChatGPT, Claude, Perplexity and Google crawler controls by search, user-retrieval and training purpose, then audits access, retrieval, action and trust. Returns structured evidence plus an unsigned checksum share receipt. Free, no authentication. The target and response bodies are not stored; no indexing, citation, ranking or adoption is guaranteed.

Input parameters:

- `url` (string, required): Public website to audit, for example https://example.com

Output parameters:

- `checks` (array)
- `evidenceVersion` (string)
- `generatedAt` (string)
- `layers` (array)
- `privacy` (object)
- `reportId` (string)
- `scan` (object)
- `schema` (string)
- `share` (object)
- `summary` (object)
- `target` (object)
- `truthBoundary` (object)

### `get_mcp_handshake_observatory` (~98 tokens)

Read the live MCP handshake observatory

Returns a privacy-minimized aggregate of MCP initialize handshakes, named tool requests, client classes, protocol versions and declared capabilities observed by H/M endpoints. Free, no authentication and no input required. A handshake is not proof of an AI user; clientInfo is self-declared and QA is excluded.

Input parameters:

- `windowDays`: Observation window: 1, 7 or 30 days; defaults to 7

Output parameters:

- `adoption` (object)
- `canonicalUrl` (string)
- `clientClasses` (array)
- `endpoints` (array)
- `funnel` (array)
- `generatedAt` (string)
- `limitations` (array)
- `links` (object)
- `privacy` (object)
- `protocolObservations` (array)
- `schema` (string)
- `snapshot` (object)
- `timeline` (array)
- `totals` (object)
- `truthBoundary` (object)
- `window` (object)

### `unlock_agent_surface_evidence_pack` (~77 tokens)

Runs a live public-surface audit after exact x402 settlement and returns resource SHA-256 digests, selected HTTP headers, deterministic remediation templates and an unsigned package integrity receipt. It does not certify identity, ranking, indexing or citation.

Input parameters:

- `url` (string, required): Public website to audit, for example https://example.com

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/net-hogarmas-agent-surface/mcp-agent-surface#diagnostics

## Score history

- 2026-08-04: 70
- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 69
- 2026-07-31: 68
- 2026-07-30: 65

## Links

- Remote endpoint: https://agents.hogarmas.net/mcp/agent-surface
- Website: https://hogarmas.net/connect-ai/
- Changelog RSS feed: https://verifymcp.io/servers/net-hogarmas-agent-surface/mcp-agent-surface/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/net-hogarmas-agent-surface/mcp-agent-surface/changelog.json
- HTML version of this page: https://verifymcp.io/servers/net-hogarmas-agent-surface/mcp-agent-surface
