score_mcp_server_trust
Score an MCP server A–F on trustworthiness and maintenance health, so you can choose between four servers that all claim to do the same thing. Supply what you know about the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stars | No | GitHub stars | |
| repoExists | No | Is the declared GitHub repo still reachable? | |
| serverName | No | Server name (for the report) | |
| hasToolDocs | No | Does the README document the exposed tools and required credentials? | |
| npmDeprecated | No | Is the npm/PyPI package marked deprecated? | |
| hasInstallConfig | No | Does it ship a working install config for Claude Desktop / Cursor / VS Code? | |
| inOfficialRegistry | No | Is it listed in the official MCP registry? | |
| daysSinceLastCommit | No | Days since the last commit |