This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.issue_conformance_badge
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Build an unsigned ProofRelay evidence-conformance badge draft such as PREP-compatible, Verified Bundle, Verified MCP, or Replay Tested. This is not legal, security, model-safety, or platform certification.
Parameters schema
{
"type": "object",
"$defs": {
"ConformanceBadgeInput": {
"type": "object",
"title": "ConformanceBadgeInput",
"required": [
"badge_type",
"subject_hash",
"criteria_hash"
],
"properties": {
"profile": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Profile",
"default": null,
"description": "Optional PREP profile marker."
},
"issued_at": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Issued At",
"default": null,
"description": "Optional ISO-8601 issue time."
},
"badge_type": {
"enum": [
"prep_compatible",
"verified_bundle",
"verified_mcp",
"replay_tested"
],
"type": "string",
"title": "Badge Type",
"description": "Evidence-conformance badge type."
},
"expires_at": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Expires At",
"default": null,
"description": "Optional ISO-8601 expiry time."
},
"subject_hash": {
"type": "string",
"title": "Subject Hash",
"description": "SHA-256 hash of the badge subject."
},
"criteria_hash": {
"type": "string",
"title": "Criteria Hash",
"description": "SHA-256 hash of badge criteria."
},
"non_secret_refs": {
"type": "array",
"items": {
"type": "string"
},
"title": "Non Secret Refs",
"description": "Public-safe badge references."
},
"replay_test_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Replay Test Hash",
"default": null,
"description": "Optional replay test hash."
},
"proof_envelope_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Proof Envelope Hash",
"default": null,
"description": "Optional envelope hash."
},
"registry_entry_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Registry Entry Hash",
"default": null,
"description": "Optional ProofRelay Registry entry hash."
},
"evidence_bundle_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Evidence Bundle Hash",
"default": null,
"description": "Optional bundle hash."
},
"verifier_response_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Verifier Response Hash",
"default": null,
"description": "Optional verifier response hash."
}
},
"description": "Unsigned ProofRelay conformance badge draft input."
}
},
"title": "issue_conformance_badgeArguments",
"required": [
"badge"
],
"properties": {
"badge": {
"$ref": "#/$defs/ConformanceBadgeInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries