CI/CD Integration

Generate a GitHub Actions workflow that scans your MCP server on every push and blocks PRs below your threshold.

CI will fail if grade is at or below this.

Other CI/CD Platforms

Our API works with any CI/CD platform. Use the score endpoint:

curl -s https://mcpscanner.cloud/api/v1/score/{owner}/{repo}

# Returns: { "grade": "A", "score": 95, "findings": {...} }