MCP Verification Gate
gate.horizonshield.dev
· The HORIZ音s Co., Ltd.
Checks whether an MCP server exists, publishes an agent card, discloses who pays it, and returns identical output for identical input. Free. Conformance and disclosure only; this gate does not verify that any price returned by a checked server is correct.
gate.horizonshield.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 73/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
9 snapshots drifted 8× Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-12 13:44:28 current | d5425171919c… |
view → |
| 2026-09-10 15:53:08 | d6f01b14bd02… |
view → |
| 2026-09-09 02:02:17 | 2ba7c78c65a7… |
view → |
| 2026-09-07 00:36:50 | 7e0a3fcc2e5e… |
view → |
| 2026-09-04 22:03:18 | a0d43e9a7bbe… |
view → |
| 2026-08-31 04:35:53 | 3f3784e5dfc3… |
view → |
| 2026-08-22 01:32:29 | e6e4063f04ec… |
view → |
| 2026-08-17 05:29:34 | 95888cd69dc3… |
view → |
| 2026-08-09 08:13:23 | a8687925b05b… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://gate.horizonshield.dev/.well-known/agent-card.json |
Skills · 2 declared · mapped to canonical taxonomy
POST /check with an MCP endpoint URL, or call the check_conformance tool over MCP at /mcp. Returns a verdict with a recomputable SHA-256. Over A2A (SendMessage …
Recompute the SHA-256 of a verdict this gate issued, so you do not have to trust the issuer. Available as the verify_verdict tool over MCP.
Health · last 30 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/gate.horizonshield.dev) [](https://agenstry.com/agents/gate.horizonshield.dev) [](https://agenstry.com/agents/gate.horizonshield.dev) [](https://agenstry.com/agents/gate.horizonshield.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "MCP Verification Gate",
"description": "Checks whether an MCP server exists, publishes an agent card, discloses who pays it, and returns identical output for identical input. Free. Conformance and disclosure only; this gate does not verify that any price returned by a checked server is correct.",
"supportedInterfaces": [
{
"url": "https://gate.horizonshield.dev/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://gate.horizonshield.dev/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3"
}
],
"url": "https://gate.horizonshield.dev/a2a",
"provider": {
"organization": "The HORIZ\u97f3s Co., Ltd."
},
"version": "0.4.7",
"protocolVersion": "0.3.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extensions": [
{
"uri": "https://gate.horizonshield.dev/ext/conduct/v1",
"description": "Who pays this agent, where its measured conduct record lives, and where to file a witness walk. The specification is served at the URI.",
"required": false,
"params": {
"compensation": {
"paid_by": "buyer",
"referral_fee": false,
"listing_fee": false,
"success_fee_pct": 0,
"disclosure_url": "https://shield.the-horizons-innovation.com/yakumo/plans/"
},
"measured_endpoints": [
"https://gate.horizonshield.dev/mcp"
],
"conduct_record": "https://gate.horizonshield.dev/history?endpoint=https%3A%2F%2Fgate.horizonshield.dev%2Fmcp",
"verdict_recipe": "https://gate.horizonshield.dev/spec",
"witness_intake": "https://ledger.horizonshield.dev/witness",
"register": "https://gate.horizonshield.dev/register",
"rings": {
"spec": "https://github.com/ogasurfproject-jpg/horizon-shield/blob/main/workers/hs-ledger/nenrin/NENRIN_SPEC_v1.md",
"spec_sha256": "9ccba2e325fd2a555fcdb2dec519b8c6bf7a669064674846aea98ecfff824e3d",
"base": "https://raw.githubusercontent.com/ogasurfproject-jpg/mcp-conduct-register/main/rings/",
"path": "<slug>/<YYYY-MM>.json",
"slug": "endpoint URL without https://, lower case, every run of characters outside [a-z0-9] replaced by one hyphen, hyphens trimmed at both ends",
"ledger": "https://ledger.horizonshield.dev/ledger"
}
}
}
]
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"compensation": {
"paid_by": "buyer",
"referral_fee": false,
"listing_fee": false,
"success_fee_pct": 0,
"disclosure_url": "https://shield.the-horizons-innovation.com/yakumo/plans/"
},
"preferredTransport": "JSONRPC",
"skills": [
{
"id": "check",
"name": "Conformance check",
"description": "POST /check with an MCP endpoint URL, or call the check_conformance tool over MCP at /mcp. Returns a verdict with a recomputable SHA-256. Over A2A (SendMessage at /a2a), a text part carrying an MCP endpoint URL returns this gate's current register reading for it (the same bytes as GET /is-verified): verified true only on a full pass, null otherwise, never false.",
"tags": [
"mcp",
"verification",
"conformance",
"disclosure"
]
},
{
"id": "verify",
"name": "Verdict verification",
"description": "Recompute the SHA-256 of a verdict this gate issued, so you do not have to trust the issuer. Available as the verify_verdict tool over MCP.",
"tags": [
"verification",
"tamper-evident",
"recomputable"
]
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpPU0UiLCJraWQiOiJocy0yMDI2LTA5Iiwiamt1IjoiaHR0cHM6Ly9nYXRlLmhvcml6b25zaGllbGQuZGV2Ly53ZWxsLWtub3duL2p3a3MuanNvbiJ9",
"signature": "YdfpE2yp-vrrz0WgabcMIkX6rkHRKFFa2e4RNcrfoAjfqG3O6eSDBwueJhmRu3jffiHanNxZadJBkESgksmRPw"
}
]
}