{"$schema":"https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json","version":"1.0","protocolVersion":"2025-06-18","serverInfo":{"name":"io.genesisre/proofrelay-mcp-verifier","title":"GENESIS ProofRelay MCP Verifier","version":"2026-06-19.v1"},"description":"Read-only ProofRelay MCP verifier for non-confidential evidence bundles. Exposes 26 public-safe tools, 18 resources, and 13 prompts for bundle integrity checks, receipt-chain review, checkpoint recommendations, MCP risk metadata review, identity references, Registry entries, conformance badge drafts, and real-estate closing proof-pack readiness. Boundary: no payment processing, custody, identity issuance, legal/title/security certification, source-code review, or real-world-truth attestation.","transport":{"type":"streamable-http","endpoint":"https://mcp.genesisre.io/mcp"},"authentication":{"required":false,"schemes":[]},"configSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"capabilities":{"tools":{"listChanged":false},"resources":{"listChanged":false},"prompts":{"listChanged":false}},"tools":[{"name":"proofrelay.get_verifier_status","title":"Get ProofRelay verifier status","description":"Read the ProofRelay verifier status, accepted bundle shape, and trust boundary before submitting evidence. Use this first when an agent needs to understand what ProofRelay verifies and what it does not.","inputSchema":{"type":"object","properties":{},"required":[]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"service":{"type":"string"},"tool_boundary":{"type":"string"}},"required":["ok","service","tool_boundary"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.recommend_checkpoint","title":"Recommend next checkpoint","description":"Choose the next public-safe GENESIS checkpoint for a paid, material, or relied-upon agent workflow. Submit normalized context only; the tool returns reason codes without protected routing internals.","inputSchema":{"type":"object","properties":{"workflow_context":{"properties":{"action_class":{"type":"string"},"payment_context_present":{"type":"boolean"},"authority_envelope_present":{"type":"boolean"},"evidence_bundle_present":{"type":"boolean"},"counterparty_reliance_expected":{"type":"boolean"},"dispute_or_audit_plausible":{"type":"boolean"},"verification_result_present":{"type":"boolean"},"action_receipt_present":{"type":"boolean"},"receiver_acknowledgement_present":{"type":"boolean"},"artifact_delivery_expected":{"type":"boolean"},"dispute_replay_present":{"type":"boolean"},"reliance_tier":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["action_class","payment_context_present","authority_envelope_present","evidence_bundle_present","counterparty_reliance_expected","dispute_or_audit_plausible"],"type":"object"}},"required":["workflow_context"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"schema":{"type":"string"},"ok":{"type":"boolean"},"recommendations":{"type":"array","items":{"type":"object","additionalProperties":true}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.verify_bundle","title":"Verify ProofRelay evidence bundle","description":"Verify a submitted non-confidential ProofRelay V1 or V2 evidence bundle for hash integrity, monotonic ordering, signatures, and chain continuity. The tool does not charge, settle, mutate storage, or certify external facts.","inputSchema":{"type":"object","properties":{"bundle":{"oneOf":[{"$defs":{"ReceiptEvent":{"properties":{"v":{"type":"integer"},"receipt_id":{"type":"string"},"ts_ms":{"type":"integer"},"service":{"type":"string"},"event_type":{"type":"string"},"policy_digest":{"anyOf":[{"type":"string"},{"type":"null"}]},"payload":{"additionalProperties":true,"type":"object"},"prev_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"event_hash":{"type":"string"},"sig":{"anyOf":[{"$ref":"#/$defs/ReceiptSignature"},{"type":"null"}]}},"required":["receipt_id","ts_ms","service","event_type","event_hash"],"type":"object"},"ReceiptSignature":{"properties":{"alg":{"type":"string"},"key_id":{"type":"string"},"sig":{"type":"string"}},"required":["alg","key_id","sig"],"type":"object"}},"properties":{"v":{"type":"integer"},"bundle_hash":{"type":"string"},"created_ts_ms":{"type":"integer"},"service":{"type":"string"},"count":{"type":"integer"},"receipt_ids":{"items":{"type":"string"},"type":"array"},"events":{"items":{"$ref":"#/$defs/ReceiptEvent"},"type":"array"}},"required":["bundle_hash","created_ts_ms","service","count","receipt_ids","events"],"type":"object"},{"$defs":{"EvidenceEventV2":{"additionalProperties":false,"properties":{"schema":{"const":"io.genesisre.proofrelay.evidence-event.v2","type":"string"},"canonicalization":{"const":"RFC8785-JCS","type":"string"},"hash_algorithm":{"const":"SHA-256","type":"string"},"event_id":{"maxLength":128,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9._:-]*[a-z0-9])?$","type":"string"},"tenant_id":{"maxLength":128,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9._:-]*[a-z0-9])?$","type":"string"},"service_id":{"maxLength":128,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9._:-]*[a-z0-9])?$","type":"string"},"sequence":{"maximum":9223372036854775807,"minimum":1,"type":"integer"},"occurred_at_ms":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"event_type":{"maxLength":128,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9._:-]*[a-z0-9])?$","type":"string"},"policy_digest":{"anyOf":[{"pattern":"^sha256:[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"evidence":{"maxProperties":64,"minProperties":1,"patternProperties":{"^[a-z][a-z0-9_]*$":{"pattern":"^sha256:[0-9a-f]{64}$","type":"string"}},"propertyNames":{"maxLength":64,"minLength":1},"type":"object"},"previous_event_hash":{"anyOf":[{"pattern":"^sha256:[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"event_hash":{"pattern":"^sha256:[0-9a-f]{64}$","type":"string"},"producer_signature":{"$ref":"#/$defs/ProducerSignatureV1"}},"required":["event_id","tenant_id","service_id","sequence","occurred_at_ms","event_type","evidence","event_hash","producer_signature"],"type":"object"},"ProducerSignatureV1":{"additionalProperties":false,"properties":{"schema":{"const":"io.genesisre.proofrelay.producer-signature.v1","type":"string"},"algorithm":{"enum":["Ed25519","ES256"],"type":"string"},"key_id":{"maxLength":128,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9._:-]*[a-z0-9])?$","type":"string"},"signature":{"maxLength":256,"minLength":43,"pattern":"^[A-Za-z0-9_-]+$","type":"string"}},"required":["algorithm","key_id","signature"],"type":"object"}},"additionalProperties":false,"properties":{"schema":{"const":"io.genesisre.proofrelay.evidence-bundle.v2","type":"string"},"canonicalization":{"const":"RFC8785-JCS","type":"string"},"hash_algorithm":{"const":"SHA-256","type":"string"},"tenant_id":{"maxLength":128,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9._:-]*[a-z0-9])?$","type":"string"},"service_id":{"maxLength":128,"minLength":1,"pattern":"^[a-z0-9](?:[a-z0-9._:-]*[a-z0-9])?$","type":"string"},"created_at_ms":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"sequence_start":{"minimum":1,"type":"integer"},"sequence_end":{"minimum":1,"type":"integer"},"event_count":{"maximum":10000,"minimum":1,"type":"integer"},"events":{"items":{"$ref":"#/$defs/EvidenceEventV2"},"maxItems":10000,"minItems":1,"type":"array"},"bundle_hash":{"pattern":"^sha256:[0-9a-f]{64}$","type":"string"}},"required":["tenant_id","service_id","created_at_ms","sequence_start","sequence_end","event_count","events","bundle_hash"],"type":"object"}]},"public_keys":{"type":"array","maxItems":128,"items":{"properties":{"tenant_id":{"maxLength":128,"minLength":1,"type":"string"},"service_id":{"maxLength":128,"minLength":1,"type":"string"},"key_id":{"maxLength":128,"minLength":1,"type":"string"},"jwk":{"additionalProperties":true,"type":"object"}},"required":["tenant_id","service_id","key_id","jwk"],"type":"object"}},"require_signature":{"type":"boolean"},"require_chain":{"type":"boolean"}},"required":["bundle"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"tool_boundary":{"type":"string"},"verification_policy":{"type":"object","additionalProperties":true},"checkpoint_recommendation":{"type":"object","additionalProperties":true}},"required":["ok","tool_boundary","verification_policy"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.normalize_payment_proof","title":"Normalize payment proof envelope","description":"Validate rail-agnostic payment or entitlement proof hashes and return the ProofRelay payment_context evidence profile. This does not charge, settle, custody funds, or verify external payment finality.","inputSchema":{"type":"object","properties":{"payment_proof":{"properties":{"provider":{"type":"string"},"protocol":{"type":"string"},"request_hash":{"type":"string"},"challenge_or_session_hash":{"type":"string"},"payment_proof_or_charge_hash":{"type":"string"},"settlement_or_entitlement_hash":{"type":"string"},"response_hash":{"type":"string"},"amount":{"anyOf":[{"type":"string"},{"type":"null"}]},"currency":{"anyOf":[{"type":"string"},{"type":"null"}]},"expires_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"replay_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["provider","protocol","request_hash","challenge_or_session_hash","payment_proof_or_charge_hash","settlement_or_entitlement_hash","response_hash"],"type":"object"}},"required":["payment_proof"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"payment_context":{"type":"object","additionalProperties":true}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.build_bundle_draft","title":"Build unsigned ProofRelay bundle draft","description":"Build a canonical, unsigned, non-attesting ProofRelay bundle draft from public-safe event hashes. The public MCP server does not sign or certify caller-provided facts.","inputSchema":{"type":"object","properties":{"draft":{"$defs":{"BundleDraftEventInput":{"properties":{"receipt_id":{"type":"string"},"ts_ms":{"type":"integer"},"service":{"type":"string"},"event_type":{"type":"string"},"payload":{"additionalProperties":true,"type":"object"},"policy_digest":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["receipt_id","ts_ms","service","event_type"],"type":"object"},"PaymentProofEnvelopeInput":{"properties":{"provider":{"type":"string"},"protocol":{"type":"string"},"request_hash":{"type":"string"},"challenge_or_session_hash":{"type":"string"},"payment_proof_or_charge_hash":{"type":"string"},"settlement_or_entitlement_hash":{"type":"string"},"response_hash":{"type":"string"},"amount":{"anyOf":[{"type":"string"},{"type":"null"}]},"currency":{"anyOf":[{"type":"string"},{"type":"null"}]},"expires_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"replay_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["provider","protocol","request_hash","challenge_or_session_hash","payment_proof_or_charge_hash","settlement_or_entitlement_hash","response_hash"],"type":"object"}},"properties":{"service":{"type":"string"},"created_ts_ms":{"type":"integer"},"events":{"items":{"$ref":"#/$defs/BundleDraftEventInput"},"minItems":1,"type":"array"},"payment_context":{"anyOf":[{"$ref":"#/$defs/PaymentProofEnvelopeInput"},{"type":"null"}]}},"required":["service","created_ts_ms","events"],"type":"object"}},"required":["draft"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"bundle":{"type":"object","additionalProperties":true},"attestation":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.describe_stripe_entitlement_flow","title":"Describe Stripe entitlement flow","description":"Return the agent-native Stripe checkout entitlement workflow for ProofRelay paid verification, including token, status, redemption, and replay expectations.","inputSchema":{"type":"object","properties":{},"required":[]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"payment_protocol":{"type":"string"},"steps":{"type":"array","items":{"type":"object"}}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.adapt_x402_payment_proof","title":"Adapt x402 payment proof","description":"Map public-safe x402 request, 402 challenge, payment payload, facilitator response, and resource response hashes into ProofRelay's payment_context evidence profile.","inputSchema":{"type":"object","properties":{"x402":{"properties":{"request_hash":{"type":"string"},"payment_required_hash":{"type":"string"},"payment_payload_hash":{"type":"string"},"payment_response_hash":{"type":"string"},"resource_response_hash":{"type":"string"},"amount":{"anyOf":[{"type":"string"},{"type":"null"}]},"currency":{"anyOf":[{"type":"string"},{"type":"null"}]},"network":{"anyOf":[{"type":"string"},{"type":"null"}]},"facilitator_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"replay_key":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["request_hash","payment_required_hash","payment_payload_hash","payment_response_hash","resource_response_hash"],"type":"object"}},"required":["x402"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"payment_protocol":{"type":"string"},"payment_context":{"type":"object","additionalProperties":true}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.plan_replay_rejection_test","title":"Plan replay rejection test","description":"Return a deterministic replay rejection test plan and optionally classify observed first/replay responses. The tool does not redeem tokens or call paid endpoints.","inputSchema":{"type":"object","properties":{"replay_test":{"$defs":{"ReplayObservation":{"properties":{"first_status":{"anyOf":[{"type":"integer"},{"type":"null"}]},"first_error":{"anyOf":[{"type":"string"},{"type":"null"}]},"second_status":{"anyOf":[{"type":"integer"},{"type":"null"}]},"second_error":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"}},"properties":{"payment_protocol":{"enum":["stripe_checkout_entitlement","x402","other"],"type":"string"},"redeem_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"entitlement_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"bundle_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"observed":{"anyOf":[{"$ref":"#/$defs/ReplayObservation"},{"type":"null"}]}},"type":"object"}},"required":["replay_test"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"expected_replay_error":{"type":"string"},"classification":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.wrap_mcp_tool_evidence","title":"Wrap MCP tool evidence","description":"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.","inputSchema":{"type":"object","properties":{"tool_evidence":{"properties":{"tool_name":{"type":"string"},"tool_call_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"request_hash":{"type":"string"},"response_hash":{"type":"string"},"tool_schema_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"authority_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"payment_context_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"identity_reference_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"verifier_response_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["tool_name","request_hash","response_hash"],"type":"object"}},"required":["tool_evidence"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.map_openapi_operation_evidence","title":"Map OpenAPI operation evidence","description":"Map public OpenAPI operation metadata and schema hashes into a ProofRelay event plan with checkpoint recommendations for paid, mutating, or relied-upon API operations.","inputSchema":{"type":"object","properties":{"operation":{"properties":{"operation_id":{"type":"string"},"method":{"enum":["GET","POST","PUT","PATCH","DELETE"],"type":"string"},"path_template":{"type":"string"},"request_schema_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"response_schema_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"server_url_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"security_scheme_refs":{"items":{"type":"string"},"type":"array"},"payment_required":{"type":"boolean"},"idempotency_required":{"type":"boolean"}},"required":["operation_id","method","path_template"],"type":"object"}},"required":["operation"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.generate_paid_tool_receipt","title":"Generate paid tool receipt draft","description":"Generate an unsigned, hash-only paid MCP/API tool receipt draft that callers can include in a signed ProofRelay bundle. The tool does not charge, redeem, settle, or attest to external facts.","inputSchema":{"type":"object","properties":{"receipt":{"properties":{"tool_name":{"type":"string"},"receipt_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"ts_ms":{"type":"integer"},"tool_call_hash":{"type":"string"},"result_hash":{"type":"string"},"payment_context_hash":{"type":"string"},"entitlement_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"authority_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["tool_name","ts_ms","tool_call_hash","result_hash","payment_context_hash"],"type":"object"}},"required":["receipt"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.scan_mcp_risk","title":"Scan MCP risk metadata","description":"Return a read-only, public-metadata MCP risk score from tool descriptors, schemas, and registry claims. Use before listing, integrating, or wrapping another MCP server; it does not fetch network data, require auth, mutate systems, inspect source code, or certify vulnerability status.","inputSchema":{"type":"object","properties":{"risk_scan":{"properties":{"server_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"tools":{"items":{"additionalProperties":true,"type":"object"},"type":"array"},"declared_read_only":{"type":"boolean"},"requires_authentication":{"type":"boolean"},"payment_or_entitlement_required":{"type":"boolean"}},"type":"object"}},"required":["risk_scan"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.describe_cli_sdk_helper","title":"Describe CLI and SDK helper","description":"Return public-safe setup guidance for connecting MCP clients to ProofRelay and preparing hash-only evidence inputs without exposing secrets or requiring package installation.","inputSchema":{"type":"object","properties":{"helper":{"properties":{"client":{"enum":["generic","claude","cursor","windsurf","codex"],"type":"string"},"endpoint":{"type":"string"}},"type":"object"}},"required":["helper"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.build_human_approval_receipt","title":"Build human approval receipt draft","description":"Build an unsigned, hash-only human approval receipt draft for authority, policy, and subject evidence. The tool does not create approval authority or certify the approver's identity.","inputSchema":{"type":"object","properties":{"approval":{"properties":{"approval_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"approver_role":{"type":"string"},"approver_hash":{"type":"string"},"decision":{"enum":["approved","rejected","needs_changes"],"type":"string"},"subject_hash":{"type":"string"},"policy_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"scope_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"approved_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"expires_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"reason_codes":{"items":{"type":"string"},"type":"array"},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["approver_role","approver_hash","decision","subject_hash"],"type":"object"}},"required":["approval"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.build_audit_pack_manifest","title":"Build audit pack manifest","description":"Build a portable hash-only audit pack manifest from bundle, verifier, policy, and evidence hashes without uploading private files or logs.","inputSchema":{"type":"object","properties":{"audit_pack":{"properties":{"pack_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"subject_hash":{"type":"string"},"bundle_hashes":{"items":{"type":"string"},"type":"array"},"verifier_response_hashes":{"items":{"type":"string"},"type":"array"},"policy_hashes":{"items":{"type":"string"},"type":"array"},"evidence_hashes":{"items":{"type":"string"},"type":"array"},"control_refs":{"items":{"type":"string"},"type":"array"},"generated_at":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["subject_hash"],"type":"object"}},"required":["audit_pack"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.summarize_agent_action_log","title":"Summarize agent action log","description":"Summarize public-safe agent action log counts and hashes into a governance review profile without ingesting raw logs or traces.","inputSchema":{"type":"object","properties":{"action_log":{"properties":{"log_hash":{"type":"string"},"action_count":{"minimum":0,"type":"integer"},"actor_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"session_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"authority_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"payment_context_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"first_ts_ms":{"anyOf":[{"type":"integer"},{"type":"null"}]},"last_ts_ms":{"anyOf":[{"type":"integer"},{"type":"null"}]},"action_type_counts":{"additionalProperties":{"type":"integer"},"type":"object"},"error_count":{"minimum":0,"type":"integer"}},"required":["log_hash","action_count"],"type":"object"}},"required":["action_log"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.review_vendor_risk_profile","title":"Review vendor risk profile","description":"Review public vendor or MCP server risk metadata for governance signals using hashes and declared boundaries only. This is not legal, security, or procurement certification.","inputSchema":{"type":"object","properties":{"vendor":{"properties":{"vendor_name":{"type":"string"},"vendor_profile_hash":{"type":"string"},"data_boundary":{"enum":["none","metadata","pii","unknown"],"type":"string"},"requires_authentication":{"type":"boolean"},"requires_payment":{"type":"boolean"},"stores_customer_data":{"type":"boolean"},"security_docs_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"terms_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"subprocessors_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"prior_incident_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"control_refs":{"items":{"type":"string"},"type":"array"}},"required":["vendor_name","vendor_profile_hash"],"type":"object"}},"required":["vendor"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.build_title_production_evidence","title":"Build title production evidence","description":"Build a hash-only title production evidence profile from order, property, title-search, commitment, exception, and tax-cert hashes. The tool does not certify title status or legal sufficiency.","inputSchema":{"type":"object","properties":{"title_evidence":{"properties":{"order_hash":{"type":"string"},"property_hash":{"type":"string"},"title_search_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"title_commitment_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"exception_hashes":{"items":{"type":"string"},"type":"array"},"tax_cert_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"production_status":{"enum":["open","clear","exceptions","review_required"],"type":"string"},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["order_hash","property_hash"],"type":"object"}},"required":["title_evidence"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.build_closing_proof_pack","title":"Build closing proof pack","description":"Build a hash-only closing proof pack manifest from settlement, title, lender, funding, notary, disbursement, and approval hashes. The tool does not authorize closing or disbursement.","inputSchema":{"type":"object","properties":{"closing_pack":{"properties":{"closing_file_hash":{"type":"string"},"settlement_statement_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"title_policy_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"lender_package_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"funding_authorization_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"notary_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"disbursement_hashes":{"items":{"type":"string"},"type":"array"},"approval_receipt_hashes":{"items":{"type":"string"},"type":"array"},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["closing_file_hash"],"type":"object"}},"required":["closing_pack"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.review_wire_payoff_change","title":"Review wire/payoff change evidence","description":"Review hash-only wire, payoff, or disbursement change metadata for red flags and required controls without approving funds movement.","inputSchema":{"type":"object","properties":{"wire_change":{"properties":{"change_type":{"enum":["wire_instruction","payoff_statement","disbursement_instruction","other"],"type":"string"},"change_request_hash":{"type":"string"},"original_instruction_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"new_instruction_hash":{"type":"string"},"requester_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"callback_evidence_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"payoff_statement_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"approval_hashes":{"items":{"type":"string"},"type":"array"},"observed_red_flags":{"items":{"type":"string"},"type":"array"}},"required":["change_type","change_request_hash","new_instruction_hash"],"type":"object"}},"required":["wire_change"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.map_lender_condition_evidence","title":"Map lender condition evidence","description":"Map lender condition text, evidence, reviewer, and waiver hashes into a portable condition profile without satisfying lender conditions.","inputSchema":{"type":"object","properties":{"condition":{"properties":{"condition_id":{"type":"string"},"condition_type":{"type":"string"},"condition_hash":{"type":"string"},"evidence_hashes":{"items":{"type":"string"},"type":"array"},"reviewer_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"enum":["pending","satisfied","rejected","waived","needs_review"],"type":"string"},"waiver_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["condition_id","condition_type","condition_hash"],"type":"object"}},"required":["condition"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.compute_readiness_signal","title":"Compute readiness signal","description":"Compute a public-safe readiness signal from title, closing, wire, lender-condition, approval, exception, and risk hashes/counts. The tool does not certify readiness to close or fund.","inputSchema":{"type":"object","properties":{"readiness":{"properties":{"workflow_hash":{"type":"string"},"target_milestone":{"enum":["title_clear_to_close","closing","funding","disbursement","post_close"],"type":"string"},"title_evidence_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"closing_pack_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"wire_review_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"lender_condition_hashes":{"items":{"type":"string"},"type":"array"},"approval_receipt_hashes":{"items":{"type":"string"},"type":"array"},"unresolved_exception_count":{"minimum":0,"type":"integer"},"open_condition_count":{"minimum":0,"type":"integer"},"critical_risk_count":{"minimum":0,"type":"integer"}},"required":["workflow_hash","target_milestone"],"type":"object"}},"required":["readiness"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.adapt_agent_identity_evidence","title":"Adapt agent identity evidence","description":"Map Concordium, ERC-8004, DID, domain, wallet-controller, or IAM identity references into a hash-only PREP-3 input. ProofRelay accepts identity as evidence; it does not issue identity or certify people.","inputSchema":{"type":"object","properties":{"identity":{"properties":{"provider":{"enum":["concordium_agent_registry","erc_8004","did","domain_control","wallet_controller","enterprise_iam","other"],"type":"string"},"agent_id_hash":{"type":"string"},"registry_record_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"controller_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"domain_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"attestation_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"verification_method_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"action_binding_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"issued_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"expires_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["provider","agent_id_hash"],"type":"object"}},"required":["identity"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.build_registry_entry","title":"Build registry entry draft","description":"Build a public-safe ProofRelay Registry entry draft for an agent, API, MCP server, workflow, or adapter using only hashes and profile markers.","inputSchema":{"type":"object","properties":{"entry":{"properties":{"entry_type":{"enum":["mcp_server","agent","api","workflow","adapter"],"type":"string"},"name":{"type":"string"},"subject_hash":{"type":"string"},"status":{"enum":["draft","evidence_submitted","verified_bundle","replay_tested","listed"],"type":"string"},"profiles":{"items":{"type":"string"},"type":"array"},"proof_envelope_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"evidence_bundle_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"verifier_response_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"identity_reference_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"payment_context_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"replay_test_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"mcp_server_card_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"openapi_schema_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"conformance_fixture_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["entry_type","name","subject_hash"],"type":"object"}},"required":["entry"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.issue_conformance_badge","title":"Issue conformance badge draft","description":"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.","inputSchema":{"type":"object","properties":{"badge":{"properties":{"badge_type":{"enum":["prep_compatible","verified_bundle","verified_mcp","replay_tested"],"type":"string"},"subject_hash":{"type":"string"},"criteria_hash":{"type":"string"},"profile":{"anyOf":[{"type":"string"},{"type":"null"}]},"registry_entry_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"evidence_bundle_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"verifier_response_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"proof_envelope_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"replay_test_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"issued_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"expires_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"non_secret_refs":{"items":{"type":"string"},"type":"array"}},"required":["badge_type","subject_hash","criteria_hash"],"type":"object"}},"required":["badge"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"proofrelay.verify_signed_attestation","title":"Verify signed ProofRelay attestation","description":"Verify a legacy Ed25519 or V2 ES256 ProofRelay artifact using public key material and optional issuer/purpose pins. The tool never accepts private keys and does not sign caller claims.","inputSchema":{"type":"object","properties":{"verification":{"properties":{"signed_artifact":{"additionalProperties":true,"type":"object"},"public_key_hex":{"anyOf":[{"type":"string"},{"type":"null"}]},"public_jwk":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}]},"expected_issuer":{"anyOf":[{"type":"string"},{"type":"null"}]},"expected_purpose":{"anyOf":[{"type":"string"},{"type":"null"}]},"now":{"anyOf":[{"type":"string"},{"type":"null"}]},"now_ms":{"anyOf":[{"minimum":0,"type":"integer"},{"type":"null"}]}},"required":["signed_artifact"],"type":"object"}},"required":["verification"]},"outputSchema":{"type":"object","additionalProperties":true,"properties":{"ok":{"type":"boolean"},"schema":{"type":"string"},"tool_boundary":{"type":"string"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}}],"resources":[{"uri":"proofrelay://contract/checkpoint-recommendation/v1","name":"checkpoint_recommendation_contract","title":"Checkpoint recommendation contract","description":"Public-safe reason codes and output fields for checkpoint routing.","mimeType":"application/json"},{"uri":"proofrelay://schemas/evidence-bundle-v1","name":"proofrelay_evidence_bundle_schema","title":"ProofRelay evidence bundle schema","description":"JSON Schema for non-confidential evidence bundles accepted by verify_bundle.","mimeType":"application/json"},{"uri":"proofrelay://status","name":"proofrelay_verifier_status","title":"ProofRelay verifier status","description":"Current read-only verifier status and non-claims.","mimeType":"application/json"},{"uri":"proofrelay://schemas/payment-context-evidence-profile-v1","name":"payment_context_evidence_profile_schema","title":"Payment context evidence profile schema","description":"Hash-only rail-agnostic payment proof profile used by ProofRelay.","mimeType":"application/json"},{"uri":"proofrelay://schemas/agent-identity-evidence-v1","name":"agent_identity_evidence_schema","title":"Agent identity evidence schema","description":"Hash-only PREP-3 input schema for Concordium, ERC-8004, DID, domain-control, wallet-controller, or enterprise IAM references.","mimeType":"application/json"},{"uri":"proofrelay://schemas/registry-entry-v1","name":"proofrelay_registry_entry_schema","title":"ProofRelay Registry entry schema","description":"Public-safe hash directory entry schema for Registry drafts.","mimeType":"application/json"},{"uri":"proofrelay://schemas/conformance-badge-v1","name":"proofrelay_conformance_badge_schema","title":"ProofRelay conformance badge schema","description":"Unsigned evidence-conformance badge schema; not legal, security, model-safety, or platform certification.","mimeType":"application/json"},{"uri":"proofrelay://schemas/proof-envelope-v1","name":"proofrelay_proof_envelope_schema","title":"ProofRelay proof envelope schema","description":"Canonical public-safe receipt envelope emitted behind paid and high-risk checkpoints.","mimeType":"application/json"},{"uri":"proofrelay://schemas/xrpl-settlement-evidence-v1","name":"xrpl_settlement_evidence_schema","title":"XRPL settlement evidence schema","description":"Hash-only XRPL/RLUSD/USDC settlement reference schema for binding external ledger-verifier evidence into ProofRelay envelopes.","mimeType":"application/json"},{"uri":"proofrelay://workflows/invisible-checkpoint-v1","name":"proofrelay_invisible_checkpoint_workflow","title":"Invisible checkpoint workflow","description":"One-call workflow that returns pass/fail/review status while automatically emitting a proof envelope.","mimeType":"application/json"},{"uri":"proofrelay://workflows/stripe-entitlement-v1","name":"stripe_entitlement_workflow","title":"Stripe entitlement workflow","description":"Agent-readable Stripe checkout entitlement workflow.","mimeType":"application/json"},{"uri":"proofrelay://workflows/mcp-operator-evidence-v1","name":"mcp_operator_evidence_workflow","title":"MCP operator evidence workflow","description":"Public workflow for wrapping paid MCP/API tool calls with hash-only ProofRelay evidence.","mimeType":"application/json"},{"uri":"proofrelay://workflows/registry-and-badges-v1","name":"registry_and_badges_workflow","title":"Registry and badges workflow","description":"Workflow for combining PREP-2, PREP-3, replay, bundle, and proof hashes into Registry entries and conformance badge drafts.","mimeType":"application/json"},{"uri":"proofrelay://schemas/mcp-risk-scan-v1","name":"mcp_risk_scan_schema","title":"MCP risk scan schema","description":"Public metadata schema for scoring MCP descriptor risk signals.","mimeType":"application/json"},{"uri":"proofrelay://workflows/governance-audit-v1","name":"governance_audit_workflow","title":"Governance audit workflow","description":"Public workflow for approval receipts, audit packs, action logs, and vendor risk review.","mimeType":"application/json"},{"uri":"proofrelay://schemas/vendor-risk-profile-v1","name":"vendor_risk_profile_schema","title":"Vendor risk profile schema","description":"Public metadata schema for vendor risk profile review.","mimeType":"application/json"},{"uri":"proofrelay://workflows/real-estate-proof-pack-v1","name":"real_estate_proof_pack_workflow","title":"Real estate proof pack workflow","description":"Public workflow for title, closing, wire/payoff, lender-condition, and readiness evidence packs.","mimeType":"application/json"},{"uri":"proofrelay://schemas/real-estate-readiness-signal-v1","name":"real_estate_readiness_signal_schema","title":"Real estate readiness signal schema","description":"Public schema for hash-only real-estate readiness signals.","mimeType":"application/json"}],"prompts":[{"name":"proofrelay.verify_before_reliance","title":"Verify before relying on paid output","description":"Guide an agent to verify non-confidential evidence before relying on a paid or material output."},{"name":"proofrelay.route_next_checkpoint","title":"Route next checkpoint","description":"Guide an agent to call recommend_checkpoint with normalized public-safe workflow context."},{"name":"proofrelay.explain_trust_boundary","title":"Explain ProofRelay trust boundary","description":"Summarize what ProofRelay verifies and explicitly does not verify."},{"name":"proofrelay.prepare_paid_mcp_evidence","title":"Prepare paid MCP evidence","description":"Guide an agent through payment-proof normalization, bundle drafting, verification, and replay rejection checks."},{"name":"proofrelay.test_replay_rejection","title":"Test replay rejection","description":"Guide an agent to confirm deterministic replay rejection without logging bearer tokens."},{"name":"proofrelay.wrap_paid_tool_output","title":"Wrap paid tool output","description":"Guide MCP builders through request/response hashing, payment context normalization, receipt drafting, and bundle verification."},{"name":"proofrelay.scan_before_listing","title":"Scan before MCP listing","description":"Guide operators to run public metadata risk checks before submitting an MCP server to a directory or marketplace."},{"name":"proofrelay.prepare_human_approval_receipt","title":"Prepare human approval receipt","description":"Guide operators to preserve human approval decisions as hash-only receipts before relying on high-impact actions."},{"name":"proofrelay.build_governance_audit_pack","title":"Build governance audit pack","description":"Guide operators through approval, bundle, verifier, action-log, and vendor-risk evidence needed for governance audit replay."},{"name":"proofrelay.prepare_real_estate_proof_pack","title":"Prepare real-estate proof pack","description":"Guide title, closing, lender, and funding operators to assemble hash-only real-estate proof packs."},{"name":"proofrelay.review_wire_change_before_funding","title":"Review wire change before funding","description":"Guide operators to preserve callback, approval, and instruction hashes before relying on wire/payoff changes."},{"name":"proofrelay.prepare_identity_bound_action","title":"Prepare identity-bound action evidence","description":"Guide operators to bind external PREP-3 identity references into paid MCP/API action evidence without issuing identity claims."},{"name":"proofrelay.prepare_registry_badge_entry","title":"Prepare Registry and badge entry","description":"Guide operators to combine PREP, bundle, replay, verifier, and proof hashes into Registry entries and conformance badge drafts."}],"homepage":"https://genesisre.io/proofrelay","documentation":"https://genesisre.io/llms.txt","serviceDescriptor":"https://genesisre.io/.well-known/proofrelay-agent-service.json","termsOfService":"https://genesisre.io/legal/proofrelay-terms","trustBoundary":"Read-only ProofRelay verification tools. The MCP surface verifies submitted bundle integrity only; it does not ingest receipts, mutate storage, charge tokens, settle payments, expose source code, or certify external facts.","dataBoundary":"Submit only non-confidential or synthetic bundles. Do not submit secrets, private prompts, source code, raw customer data, raw logs, payment credentials, or tenant traces.","notProvided":["payment_processing","wallet_custody","escrow","legal_advice","model_safety_certification","real_world_truth_oracle","source_code_review"]}