# NPM Sentinel MCP

Provide AI-powered real-time analysis and intelligence on NPM packages, including security, dependencies, performance, and quality metrics. Enable faster and safer package management decisions by int…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Nekzus/npm-sentinel-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Nekzus/npm-sentinel-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Nekzus/npm-sentinel-mcp npmLatest

# Call a tool
npx -y @smithery/cli@latest tool call Nekzus/npm-sentinel-mcp npmLatest '{}'
```

## Direct MCP Connection

Endpoint: `https://npm-sentinel-mcp--nekzus.run.tools`

## Tools (19)

- `npmLatest` — Latest version & changelog
- `npmSearch` — Search NPM packages
- `npmTrends` — Download trends & popularity
- `npmVulnerabilities` — Security analysis
- `npmVersions` — Available versions list
- `npmDeps` — Deps & devDeps analysis
- `npmTypes` — TS types availability
- `npmSize` — Package & bundle size
- `npmCompare` — Compare multiple packages
- `npmQuality` — Quality metrics analysis
- `npmMaintenance` — Maintenance metrics analysis
- `npmScore` — Consolidated package score
- `npmMaintainers` — Maintainers info
- `npmPackageReadme` — Full README content
- `npmLicenseCompatibility` — License compatibility check
- `npmRepoStats` — Repository statistics
- `npmDeprecated` — Check deprecation status
- `npmChangelogAnalysis` — Changelog & release history
- `npmAlternatives` — Find similar alternatives

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Nekzus/npm-sentinel-mcp <tool-name>
```

---

Source: https://github.com/Nekzus/npm-sentinel-mcp | License: MIT
