dipandhali2021/MCP Verify
Verify MCP servers for spec conformance, security vulnerabilities, and health metrics
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | MCP server URL or stdio command to verify | yes | — |
| fail-on-severity | Minimum severity level to fail on (critical, high, medium, low, none) | no | critical |
| conformance-threshold | Minimum conformance score (0-100) to pass | no | 0 |
| format | Output format for the human-readable step log (terminal, json, markdown) | no | terminal |
| config | Path to mcp-verify.json config file | no | — |
| timeout | Timeout in milliseconds for server responses | no | 10000 |
Outputs
| name | description |
|---|---|
| conformance-score | Overall conformance score (0-100) |
| security-findings-count | Total number of active security findings |
| pass | Whether verification passed (true/false) |