compute_trust_score
Calculates an A+-F trust score for an MCP server by analyzing security dimensions including CVSS, CVE count, transport protocol, and authentication method.
Instructions
Compute an A+-F trust score for an MCP server across 8 security dimensions (like SSL Labs for MCP)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxCvss | No | Maximum CVSS score | |
| cveCount | No | Number of known CVEs | |
| transport | No | Transport protocol | |
| authMethod | No | Authentication method | |
| serverName | No | Server name to score |