curl -X POST -F "git_url=https://github.com/example/repo.git" https://mcp.grabsecurity.com/mcp-badge/cli
curl -X POST -F "zip_file=@/path/to/your/codebase.zip" https://mcp.grabsecurity.com/mcp-badge/cli
"| tee >(awk '/Badge generated!/{flag=1;next}flag' > badge.json)" at the end of your curl command to save the badge.json as a file.
curl -Ls https://mcp.grabsecurity.com/mcp-badge/cli/validate.sh | bash
[ Arg ] : -s at the end to specify the badge file location