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.generate_paid_tool_receipt

Inactive

Tool of GENESIS ProofRelay MCP Verifier

declared in 1.28.0

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.

Parameters schema

{
  "type": "object",
  "$defs": {
    "PaidToolReceiptInput": {
      "type": "object",
      "title": "PaidToolReceiptInput",
      "required": [
        "tool_name",
        "ts_ms",
        "tool_call_hash",
        "result_hash",
        "payment_context_hash"
      ],
      "properties": {
        "ts_ms": {
          "type": "integer",
          "title": "Ts Ms",
          "description": "Receipt timestamp in Unix milliseconds."
        },
        "tool_name": {
          "type": "string",
          "title": "Tool Name",
          "description": "Paid tool or API operation name."
        },
        "receipt_id": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Receipt Id",
          "default": null,
          "description": "Optional stable receipt id."
        },
        "result_hash": {
          "type": "string",
          "title": "Result Hash",
          "description": "SHA-256 hash of the tool result."
        },
        "authority_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Authority Hash",
          "default": null,
          "description": "Optional authority, policy, or scope hash."
        },
        "tool_call_hash": {
          "type": "string",
          "title": "Tool Call Hash",
          "description": "SHA-256 hash of the tool call."
        },
        "non_secret_refs": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Non Secret Refs",
          "description": "Non-secret references to include."
        },
        "entitlement_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Entitlement Hash",
          "default": null,
          "description": "Optional public-safe entitlement hash."
        },
        "payment_context_hash": {
          "type": "string",
          "title": "Payment Context Hash",
          "description": "SHA-256 hash of normalized payment context."
        }
      },
      "description": "Hash-only paid MCP/API tool receipt draft input."
    }
  },
  "title": "generate_paid_tool_receiptArguments",
  "required": [
    "receipt"
  ],
  "properties": {
    "receipt": {
      "$ref": "#/$defs/PaidToolReceiptInput"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

GENESIS ProofRelay MCP Verifier

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