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

Inactive

Tool of GENESIS ProofRelay MCP Verifier

declared in 1.28.0

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.

Parameters schema

{
  "type": "object",
  "$defs": {
    "MCPRiskScanInput": {
      "type": "object",
      "title": "MCPRiskScanInput",
      "properties": {
        "tools": {
          "type": "array",
          "items": {
            "type": "object",
            "additionalProperties": true
          },
          "title": "Tools",
          "description": "Public tool descriptors, schemas, and descriptions only."
        },
        "server_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Server Name",
          "default": null,
          "description": "Public MCP server name."
        },
        "declared_read_only": {
          "type": "boolean",
          "title": "Declared Read Only",
          "default": false,
          "description": "Whether the server claims read-only behavior."
        },
        "requires_authentication": {
          "type": "boolean",
          "title": "Requires Authentication",
          "default": false,
          "description": "Whether the server requires user authentication."
        },
        "payment_or_entitlement_required": {
          "type": "boolean",
          "title": "Payment Or Entitlement Required",
          "default": false,
          "description": "Whether paid access is expected."
        }
      },
      "description": "Public MCP descriptor or tool metadata for lightweight risk scanning."
    }
  },
  "title": "scan_mcp_riskArguments",
  "required": [
    "risk_scan"
  ],
  "properties": {
    "risk_scan": {
      "$ref": "#/$defs/MCPRiskScanInput"
    }
  }
}

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.scan_mcp_risk — GENESIS ProofRelay MCP Verifier — PRSM MCP