proofrelay.scan_mcp_risk
InactiveTool of GENESIS ProofRelay MCP Verifier
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries