This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.build_registry_entry
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Build a public-safe ProofRelay Registry entry draft for an agent, API, MCP server, workflow, or adapter using only hashes and profile markers.
Parameters schema
{
"type": "object",
"$defs": {
"RegistryEntryInput": {
"type": "object",
"title": "RegistryEntryInput",
"required": [
"entry_type",
"name",
"subject_hash"
],
"properties": {
"name": {
"type": "string",
"title": "Name",
"description": "Public display name, no secrets."
},
"status": {
"enum": [
"draft",
"evidence_submitted",
"verified_bundle",
"replay_tested",
"listed"
],
"type": "string",
"title": "Status",
"default": "draft",
"description": "Public registry workflow status."
},
"profiles": {
"type": "array",
"items": {
"type": "string"
},
"title": "Profiles",
"description": "PREP profiles supported by the subject."
},
"entry_type": {
"enum": [
"mcp_server",
"agent",
"api",
"workflow",
"adapter"
],
"type": "string",
"title": "Entry Type",
"description": "Registry subject category."
},
"subject_hash": {
"type": "string",
"title": "Subject Hash",
"description": "SHA-256 hash of registry subject."
},
"non_secret_refs": {
"type": "array",
"items": {
"type": "string"
},
"title": "Non Secret Refs",
"description": "Public-safe listing references."
},
"replay_test_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Replay Test Hash",
"default": null,
"description": "Optional replay test hash."
},
"openapi_schema_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Openapi Schema Hash",
"default": null,
"description": "Optional OpenAPI schema hash."
},
"proof_envelope_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Proof Envelope Hash",
"default": null,
"description": "Optional proof hash."
},
"evidence_bundle_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Evidence Bundle Hash",
"default": null,
"description": "Optional bundle hash."
},
"mcp_server_card_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Mcp Server Card Hash",
"default": null,
"description": "Optional MCP server-card hash."
},
"payment_context_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Payment Context Hash",
"default": null,
"description": "Optional payment context hash."
},
"verifier_response_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Verifier Response Hash",
"default": null,
"description": "Optional verifier response hash."
},
"identity_reference_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Identity Reference Hash",
"default": null,
"description": "Optional PREP-3 identity reference hash."
},
"conformance_fixture_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Conformance Fixture Hash",
"default": null,
"description": "Optional conformance fixture hash."
}
},
"description": "Public-safe ProofRelay Registry entry draft input."
}
},
"title": "build_registry_entryArguments",
"required": [
"entry"
],
"properties": {
"entry": {
"$ref": "#/$defs/RegistryEntryInput"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries