alitiknazoglu/MCProbe MCP Conformance Audit
Audit an MCP server: lint + fuzz its tools, score conformance 0-100, and fail the build below a threshold.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | HTTP(S) URL of the MCP server to audit. | yes | — |
| fuzz | Run behavioral fuzzing (call each tool with malformed input). true/false. | no | true |
| min-score | Fail the job if the 0–100 score is below this. Empty = report only, never fail. (Grades: A≥90, B≥75, C≥60, D≥40.) | no | "" |
| token | Optional mcprobe.org Pro token (a GitHub secret). When set, the run is ALSO uploaded to your dashboard (runs `push` instead of `audit`). Leave empty for a free, local-only audit. | no | "" |
Outputs
| name | description |
|---|---|
| score | The 0–100 conformance score. |
| grade | The A–F letter grade. |