# Yakumo Verification Gate: conformance and disclosure checker for MCP servers (remote · hs-verify-gate.oga-surf-project.workers.dev)

Conformance and disclosure checker for MCP servers. Free, no key, verdicts you can recompute.

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

## Components

- remote · `hs-verify-gate.oga-surf-project.workers.dev`: 59/100 (this document), [markdown](https://verifymcp.io/servers/ogasurfproject-jpg-hs-verify-gate/hs-verify-gate.md), [page](https://verifymcp.io/servers/ogasurfproject-jpg-hs-verify-gate/hs-verify-gate)

## Channel facts

- Endpoint: `https://hs-verify-gate.oga-surf-project.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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-08.

- **Endpoint Security**: 46/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 check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 315 tokens (~105/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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); 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 ogasurfproject-jpg-hs-verify-gate https://hs-verify-gate.oga-surf-project.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.ogasurfproject-jpg-hs-verify-gate]
url = "https://hs-verify-gate.oga-surf-project.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ogasurfproject-jpg-hs-verify-gate": {
      "type": "remote",
      "url": "https://hs-verify-gate.oga-surf-project.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ogasurfproject-jpg-hs-verify-gate --url https://hs-verify-gate.oga-surf-project.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ogasurfproject-jpg-hs-verify-gate:
    url: "https://hs-verify-gate.oga-surf-project.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ogasurfproject-jpg-hs-verify-gate": {
      "type": "http",
      "url": "https://hs-verify-gate.oga-surf-project.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-08 (score 59)

First indexed and scored.

## MCP tools (3)

### `get_conditions` (~56 tokens)

Get the conformance conditions

Return the five conditions this gate measures, what it explicitly does not verify, and the tier definitions. Takes no arguments and returns identical output every time. Read this before running a check so you know what a verdict does and does not claim.

### `check_conformance` (~165 tokens)

Check an MCP server for conformance and disclosure

Measure a public MCP endpoint against five conditions: it speaks MCP, it publishes an A2A agent card, it declares who pays it, identical input returns identical output, and the verdict itself can be recomputed by anyone. Free, no key. Conformance and disclosure only; this says nothing about whether any figure the checked server returns is correct. By default no tool on the checked server is called, so determinism comes back as not measured rather than guessed. Set allow_tool_call true only for a server you control.

Input parameters:

- `allow_tool_call` (boolean): Consent to executing one tool on the checked server, twice, with empty arguments. Only set this for a server you own. Default false.
- `endpoint` (string, required): https URL of the MCP endpoint to measure

### `verify_verdict` (~94 tokens)

Recompute a verdict hash without trusting the issuer

Take a verdict this gate issued and recompute its record_sha256 independently. Removes record_sha256 and recompute_note, serialises the remainder in key order, and hashes it. Returns whether the verdict was altered after it was issued. You do not have to trust the party that issued the verdict, including this one.

Input parameters:

- `record` (object, required): The full verdict object as returned by check_conformance or GET /self

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ogasurfproject-jpg-hs-verify-gate/hs-verify-gate#diagnostics

## Score history

- 2026-08-08: 59

## Links

- Remote endpoint: https://hs-verify-gate.oga-surf-project.workers.dev/mcp
- Repository: https://github.com/ogasurfproject-jpg/horizon-shield
- Website: https://shield.the-horizons-innovation.com/verify-directory/
- Changelog RSS feed: https://verifymcp.io/servers/ogasurfproject-jpg-hs-verify-gate/hs-verify-gate.xml
- Changelog JSON feed: https://verifymcp.io/servers/ogasurfproject-jpg-hs-verify-gate/hs-verify-gate.json
- HTML version of this page: https://verifymcp.io/servers/ogasurfproject-jpg-hs-verify-gate/hs-verify-gate
