This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.wrap_mcp_tool_evidence
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Convert hash-only MCP tool request, response, schema, authority, and payment context references into a portable ProofRelay evidence wrapper without ingesting raw prompts, outputs, credentials, or logs.
Parameters schema
{
"type": "object",
"$defs": {
"MCPToolEvidenceInput": {
"type": "object",
"title": "MCPToolEvidenceInput",
"required": [
"tool_name",
"request_hash",
"response_hash"
],
"properties": {
"tool_name": {
"type": "string",
"title": "Tool Name",
"description": "MCP tool name being wrapped."
},
"request_hash": {
"type": "string",
"title": "Request Hash",
"description": "SHA-256 hash of the tool request."
},
"tool_call_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Tool Call Id",
"default": null,
"description": "Public-safe tool call id or correlation id."
},
"response_hash": {
"type": "string",
"title": "Response Hash",
"description": "SHA-256 hash of the tool response."
},
"authority_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Authority Hash",
"default": null,
"description": "Optional hash of authority, scope, or policy context."
},
"non_secret_refs": {
"type": "array",
"items": {
"type": "string"
},
"title": "Non Secret Refs",
"description": "Endpoint names, descriptor ids, or other non-secret references."
},
"tool_schema_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Tool Schema Hash",
"default": null,
"description": "Optional SHA-256 hash of the tool schema."
},
"payment_context_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Payment Context Hash",
"default": null,
"description": "Optional hash returned by normalize_payment_proof."
},
"verifier_response_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Verifier Response Hash",
"default": null,
"description": "Optional hash of a downstream verifier response."
},
"identity_reference_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Identity Reference Hash",
"default": null,
"description": "Optional PREP-3 agent identity reference hash."
}
},
"description": "Hash-only MCP tool call evidence for portable ProofRelay wrapping."
}
},
"title": "wrap_mcp_tool_evidenceArguments",
"required": [
"tool_evidence"
],
"properties": {
"tool_evidence": {
"$ref": "#/$defs/MCPToolEvidenceInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries