tstanmay13/mcp-authcheck
Grade an MCP server's OAuth conformance against the MCP authorization spec and fail the build on serious violations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The MCP server URL to check (e.g. https://mcp.example.com/mcp). | yes | — |
| strict | If 'true', fail only on critical/high failures; otherwise fail on any failure. | no | true |
| min-grade | Fail if the grade is below this letter (A-F). Overrides strict when set. A public server always passes. | no | — |
| spec | MCP spec revision to grade against (e.g. 2026-07-28, 2025-11-25). | no | — |
| timeout | Per-request timeout in milliseconds. | no | 10000 |
| version | npm version/tag of mcp-authcheck to run. | no | latest |
Outputs
no outputs