FREE · NO REGISTRATION · REVOKED BY MEASUREMENT

Passed the five
conditions? Take
the badge.

If the gate measures your server as conformant, you are welcome to display this. It costs nothing, it requires no account, and nobody pays to show it. It links back to a live verdict that anyone can recompute, so it is worth exactly as much as the measurement behind it, and not a cent more.

The badge

One asset, two backgrounds

Plain SVG. No script, no tracking pixel, no phone-home. It is an image and a link.

CONFORMANCE VERIFIED HORIZONSHIELD
HTML
<!-- replace YOUR_ENDPOINT with the URL the gate measured --> <a href="https://shield.the-horizons-innovation.com/verify-directory/" rel="noopener"> <img src="https://shield.the-horizons-innovation.com/badges/conformance-verified.svg" alt="Conformance verified by HORIZON SHIELD" width="248" height="56"> </a>
Markdown
[![Conformance verified by HORIZON SHIELD](https://shield.the-horizons-innovation.com/badges/conformance-verified.svg)](https://shield.the-horizons-innovation.com/verify-directory/)
Terms, such as they are

What displaying it means, and what it does not

You may display it when
  • 01The gate has measured your endpoint as conformant. Run POST /check yourself and see.
  • 02You keep the link to the directory intact, so a reader can reach the live verdict rather than the picture alone.
  • 03You are honest about scope: this says your server discloses and behaves consistently, nothing about your prices.
! It stops being true when
  • 01Your endpoint stops meeting a condition. The badge is a claim about a current measurement, not a certificate you keep.
  • 02A published compensation declaration turns out to be false. The gate does not judge content, but a false declaration is grounds for removal.
  • 03Anyone can check at any time, including your competitors and your customers. That is the point of it being free.

There is no revocation committee. If the measurement changes, the verdict changes, and the badge is simply no longer accurate. We do not police it, and we do not need to: the link next to it is live.

Before you take it

Check yourself first. It is free and it takes one command

$ curl -s -X POST https://hs-verify-gate.oga-surf-project.workers.dev/check \ -H 'content-type: application/json' \ -d '{"endpoint":"https://your-server/mcp"}' # the verdict tells you exactly which condition failed, and why # the record_sha256 is yours to recompute; you do not have to trust the result

The operator's own servers are listed in the directory under the same conditions, including the ones that took several tries to pass. On 2026-08-08 the first run against our own servers returned 0.0% on compensation disclosure. We publish that too.