# io.github.lazymac2x/mcpwatch (npm · mcpwatch-mcp)

Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.

- Trust score: 69/100 (medium)
- Change this week: +45
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcpwatch-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/lazymac2x-mcpwatch/mcpwatch-mcp.md), [page](https://verifymcp.io/servers/lazymac2x-mcpwatch/mcpwatch-mcp)

## Channel facts

- Registry: `npm`
- Package: `mcpwatch-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 113 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 396 tokens (~99/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add lazymac2x-mcpwatch -- npx -y mcpwatch-mcp
```

### Codex

```bash
codex mcp add lazymac2x-mcpwatch -- npx -y mcpwatch-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lazymac2x-mcpwatch": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcpwatch-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lazymac2x-mcpwatch --command npx --arg -y --arg mcpwatch-mcp
```

### Hermes

```yaml
mcp_servers:
  lazymac2x-mcpwatch:
    command: "npx"
    args: ["-y", "mcpwatch-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "lazymac2x-mcpwatch": {
      "command": "npx",
      "args": [
        "-y",
        "mcpwatch-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 66, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 36, +21)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 15, −65)

- [security regression] Malware scan: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 80, +55)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

### 2026-07-28 (score 25, +1)

- [functional improvement] Dependency health: unverified → partial

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (4)

### `scan_directory` (~150 tokens)

Run the MCPWatch security scanner on a local directory. Returns a 0-100 score, A-F letter grade, and findings from the 10 OWASP MCP Top 10 checks (command injection, path traversal, SSRF, prompt injection via tool descriptions, unauthenticated mutations, secret leakage, over-permissive filesystem scopes, missing rate limits, outdated dependencies, missing input schema validation).

Input parameters:

- `name` (string): Optional name for the target (defaults to the directory basename)
- `path` (string, required): Absolute path to the directory to scan
- `sarif` (boolean): If true, return findings as a SARIF v2.1.0 document for GitHub Code Scanning

### `scan_github_repo` (~88 tokens)

Fetch the latest MCPWatch scan result for a public GitHub repository from the live crawler. Use this when you want to audit an MCP server by its GitHub owner/repo name instead of cloning it locally. Returns the same grade + findings shape as scan_directory.

Input parameters:

- `owner` (string, required): GitHub owner (user or org)
- `repo` (string, required): GitHub repository name

### `get_leaderboard` (~97 tokens)

Fetch the current MCPWatch leaderboard of public MCP servers ranked by security grade. Returns the most recently scanned set with per-repo grade, score, and finding count. Use this to pick a safe MCP server from a set of candidates.

Input parameters:

- `grade_filter` (string): Optional letter grade filter (A, B, C, D, F)
- `limit` (integer): Maximum number of entries to return (default: 20)

### `get_badge_url` (~61 tokens)

Return the URL of a live MCPWatch SVG grade badge for a GitHub repository. Drop this into any README to show the current MCPWatch grade.

Input parameters:

- `owner` (string, required): GitHub owner
- `repo` (string, required): GitHub repository name

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lazymac2x-mcpwatch/mcpwatch-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 66
- 2026-08-01: 36
- 2026-07-30: 15
- 2026-07-29: 80
- 2026-07-28: 25
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/mcpwatch-mcp
- Socket report: https://socket.dev/npm/package/mcpwatch-mcp
- Repository: https://github.com/lazymac2x/mcpwatch
- Changelog RSS feed: https://verifymcp.io/servers/lazymac2x-mcpwatch/mcpwatch-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lazymac2x-mcpwatch/mcpwatch-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lazymac2x-mcpwatch/mcpwatch-mcp
