You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).

proofrelay.build_closing_proof_pack

Inactive

Tool of GENESIS ProofRelay MCP Verifier

declared in 1.28.0

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.

Parameters schema

{
  "type": "object",
  "$defs": {
    "ClosingProofPackInput": {
      "type": "object",
      "title": "ClosingProofPackInput",
      "required": [
        "closing_file_hash"
      ],
      "properties": {
        "notary_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Notary Hash",
          "default": null,
          "description": "Optional notary event hash."
        },
        "non_secret_refs": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Non Secret Refs",
          "description": "Public-safe closing references."
        },
        "closing_file_hash": {
          "type": "string",
          "title": "Closing File Hash",
          "description": "SHA-256 closing file hash."
        },
        "title_policy_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Title Policy Hash",
          "default": null,
          "description": "Optional title policy hash."
        },
        "disbursement_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Disbursement Hashes",
          "description": "Disbursement instruction hashes."
        },
        "lender_package_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Lender Package Hash",
          "default": null,
          "description": "Optional lender package hash."
        },
        "approval_receipt_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Approval Receipt Hashes",
          "description": "Human approval receipt hashes."
        },
        "settlement_statement_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Settlement Statement Hash",
          "default": null,
          "description": "Optional settlement statement hash."
        },
        "funding_authorization_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Funding Authorization Hash",
          "default": null,
          "description": "Optional funding authorization hash."
        }
      },
      "description": "Hash-only closing proof pack input."
    }
  },
  "title": "build_closing_proof_packArguments",
  "required": [
    "closing_pack"
  ],
  "properties": {
    "closing_pack": {
      "$ref": "#/$defs/ClosingProofPackInput"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

GENESIS ProofRelay MCP Verifier

1/7 registries
View full server →
proofrelay.build_closing_proof_pack — GENESIS ProofRelay MCP Verifier — PRSM MCP