Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

HiveAttest

REMOTE · HIVE-MCP-ATTEST.ONRENDER.COM · SCANNED AUG 3

Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call.

+38 this week 52 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability40
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 1644 tokens (~91/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · hive-mcp-attest.onrender.com

# add to Claude Code
claude mcp add --transport http srotzin-hive-mcp-attest https://hive-mcp-attest.onrender.com/mcp
# ~/.codex/config.toml
[mcp_servers.srotzin-hive-mcp-attest]
url = "https://hive-mcp-attest.onrender.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "srotzin-hive-mcp-attest": {
      "type": "remote",
      "url": "https://hive-mcp-attest.onrender.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add srotzin-hive-mcp-attest --url https://hive-mcp-attest.onrender.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  srotzin-hive-mcp-attest:
    url: "https://hive-mcp-attest.onrender.com/mcp"
// mcp.json
{
  "mcpServers": {
    "srotzin-hive-mcp-attest": {
      "type": "http",
      "url": "https://hive-mcp-attest.onrender.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +29
    • Transport: fail → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 18 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • MCP protocol: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: poor functional
    • First check of Tool coverage: 98 functional
    • First check of Schema quality: pass functional
  • 31 Jul 26 +9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 14

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://hive-mcp-attest.onrender.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=onrender.com CN=WE1,O=Google Trust Services,C=US 24 Jul 2026 22 Oct 2026 ECDSA 256 ECDSA-SHA256 756bcb97dcf1455f0ebf70e5dbe07256
SANs: onrender.com, *.onrender.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of hive-mcp-attest.onrender.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
onrender.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://hive-mcp-attest.onrender.com/mcp Verified 200
http (plaintext) http://hive-mcp-attest.onrender.com/mcp HTTPS enforced 301 https://hive-mcp-attest.onrender.com/mcp
MCP tools — 18 exposed · ~1,644 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
attest_absence_build ~80

Build a sorted Merkle tree for an audit window (enables cryptographic non-membership proofs, C13: prov-absence). Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
eventsarrayyesObserved events to commit to the sorted Merkle tree
window_idstringyesAudit window identifier

No output schema declared.

No examples provided.

attest_absence_prove ~72

Prove that a query event is NOT a member of a previously-built audit window (C13). Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
queryobjectyesEvent to prove absent
window_idstringyesAudit window identifier (must have been built)

No output schema declared.

No examples provided.

attest_absence_verify ~71

Verify a non-membership proof against an expected Merkle root (C13). Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
proofobjectyesNon-membership proof from attest_absence_prove
root_hexstringyesExpected Merkle root (hex)

No output schema declared.

No examples provided.

attest_cargo_register ~145

Register a versioned cargo type in the HiveAttest registry (C17: hive-cargo-taxonomy). Pins a definition hash for version-anchoring. Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
idstringyesUnique cargo type ID, e.g. "pii"
namestringyesHuman-readable cargo type name
schemaobjectyesJSON Schema defining the payload shape
sensitivitystringyes
supersedesobjectOptional {id, version} of superseded type
versionstringyesSemver version string, e.g. "1.0.0"

No output schema declared.

No examples provided.

attest_cargo_snapshot ~40

Get a registry snapshot with Merkle root for version pinning (C17). Reference-grade implementation. Wire format normative; production-grade is Layer B.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

attest_cargo_validate ~73

Validate a payload against a registered cargo type schema (C17). Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
cargo_type_idstringyesRegistered cargo type ID
payloadobjectyesPayload to validate against the schema
versionstringyesCargo type version

No output schema declared.

No examples provided.

attest_custody_append ~128

Append a node to a custody chain (C16: hive-custody). Taint propagates: once tainted, always tainted. Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
agent_didstringyesDID of the agent performing the transform
chain_idstringyesChain identifier (create new by using a fresh ID)
payloadobjectTransform payload (will be hashed)
taint_statusstringDeclared taint status
transform_idstringyesTransform identifier for this step

No output schema declared.

No examples provided.

attest_custody_proof ~66

Retrieve a Merkle inclusion proof for a specific node in a custody chain (C16). Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
chain_idstringyesChain identifier
indexintegeryes0-based node index

No output schema declared.

No examples provided.

attest_custody_verify ~68

Verify a custody chain: hash linkage, Ed25519 signatures, and taint propagation (C16). Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
nodesarrayyesOrdered array of custody chain node objects (from attest_custody_append responses)

No output schema declared.

No examples provided.

attest_gate_evaluate ~156

THE HEADLINE TOOL. Evaluate whether an agent may proceed through the HiveAttest gate (C19: hive-gate-enforcer). Verifies passport signature + expiry, cargo registry membership, and warranty status. Every response (allow OR deny) includes a signed C18-format receipt of the gate decision. Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
cargo_manifestobjectC17 cargo manifest (optional)
contextobjectAdditional gate evaluation context
custody_rootstringExpected custody chain Merkle root (optional)
passport_manifestobjectyesC15 passport manifest from attest_passport_issue
warranty_idsarrayActive warranty IDs to verify

No output schema declared.

No examples provided.

attest_inspect_sample ~106

Probabilistic secondary inspection of a record batch (C20: hive-secondary-inspection). Returns a signed inspection record. Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
recordsarrayyesRecords to probabilistically inspect
sample_idstringyesIdentifier for the sample batch
sample_ratenumberFraction to inspect (0.0 to 1.0)
seedintegerOptional RNG seed for reproducibility

No output schema declared.

No examples provided.

attest_meta ~42

Return HiveAttest layer/spec/patent metadata for all claims. Useful for agent introspection. Reference-grade implementation. Wire format normative; production-grade is Layer B.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

attest_passport_issue ~150

Issue a Pre-Action Attestation Manifest (C15: hive-passport). Signs with Ed25519 over RFC 8785 JCS-canonical body. Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
action_idstringyesCaller-supplied action correlation ID
agent_didstringyesDID of the attesting agent
inputsobjectDeclared inputs (will be hashed)
intended_opstringyesOperation name, e.g. "tool_invocation"
target_resourcestringyesURI or identifier of the target resource
ttl_secondsintegerValidity window in seconds (default 300)

No output schema declared.

No examples provided.

attest_passport_verify ~88

Verify a Pre-Action Attestation Manifest (C15: hive-passport). Checks Ed25519 signature, temporal validity, and optionally observed inputs hash. Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
manifestobjectyesFull passport manifest object (from attest_passport_issue)
observed_inputsobjectOptional observed inputs to check against declared hash

No output schema declared.

No examples provided.

attest_smsh_verify ~120

Verify a SMSH-Stamp v1 receipt (C8/C12: smsh-stamp-verifier). Validates schema, version, algorithm, timestamp, and Ed25519 signature. Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
max_age_secondsintegerReject receipts older than this many seconds
pubkey_b64urlstringOverride trust anchor Ed25519 public key (base64url, 32 bytes)
receiptobjectyesSMSH-Stamp v1 receipt object

No output schema declared.

No examples provided.

attest_warranty_breach ~81

Report a warranty breach. Marks the warranty as breached and returns a signed breach record (C18). Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
breach_descriptionstringyesDescription of the breach
evidenceobjectOptional evidence dict
warranty_idstringyesWarranty ID to report breach on

No output schema declared.

No examples provided.

attest_warranty_get ~43

Retrieve a warranty by ID (C18). Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
warranty_idstringyesWarranty ID

No output schema declared.

No examples provided.

attest_warranty_issue ~115

Issue an attestation warranty committing an agent to a claim (C18: hive-attestation-warranty). Signed with Ed25519. Reference-grade implementation. Wire format normative; production-grade is Layer B.

NameTypeReqDescription
action_idstringyesAction correlation ID being warranted
agent_didstringyesDID of the warranting agent
claimstringyesHuman-readable warranty claim
expires_atstringISO-8601 expiry UTC (optional)
scopeobjectScope constraints

No output schema declared.

No examples provided.