Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.
Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard. The mcpwatch mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.
When running as an MCP server, MCPWatch exposes the following tools to your AI agent:
mcpwatch-scanner on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
scan_mcp_server — Scan a local MCP server by path — returns grade + per-check findingsget_public_score — Fetch the live grade for any public MCP server by owner/repo sluglist_leaderboard — Return the top/bottom N servers from the public leaderboardexplain_check — Get a detailed explanation of any OWASP MCP Top 10 check by IDscan_mcp_server / CLI) - No API key required for public leaderboard lookupsThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Mcpwatch's toolset — scan_mcp_server, get_public_score, list_leaderboard and 1 more — is a fair guide to whether it matches your workflow. It is maintained by lazymac2x; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| scan_mcp_server | Scan a local MCP server by path — returns grade + per-check findings |
| get_public_score | Fetch the live grade for any public MCP server by owner/repo slug |
| list_leaderboard | Return the top/bottom N servers from the public leaderboard |
| explain_check | Get a detailed explanation of any OWASP MCP Top 10 check by ID |
{
"mcpServers": {
"mcpwatch": {
"command": "npx",
"args": ["-y", "mcpwatch-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
scan_mcp_server / CLI) - No API key required for public leaderboard lookupsKill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.