Open-source · runs offline
Every MCP server can read your files, call your APIs, and run commands on your behalf. Check what it actually does before your agent installs it.
npx mcp-customs scan .
Currently a manually-maintained list of 12 servers from the initial launch scan — not yet a live, automatic database. Run the CLI yourself for anything not listed here.
| Server | Score | Stamp | Inspected |
|---|
Run the CLI against any MCP server. Nothing leaves your machine — checks run fully offline.
Optionally push your report to the public registry so others can look up the server before they install it too.
Maintainers add the trust badge to their README. Anyone browsing the repo sees the score before they ever run the install command.
- run: npx mcp-customs scan . --sarif results.sarif --fail-on high
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif