mcp-scan-dependency
v1.0.2
Published
MCP server for scanning dependency vulnerabilities in JS/TS/Python projects with intelligent package recommendations
Maintainers
Readme
MCP Dependency Scanner
A lightweight MCP server to scan dependencies for vulnerabilities in JavaScript/TypeScript and Python projects. Built for LLM agents — not a general CLI tool.
Install (Recommended)
npm install -g mcp-scan-dependencyMCP Setup
{
"mcpServers": {
"dependency-scanner": {
"command": "mcp-scan-dependency"
}
}
}Available Tools
scan_dependencies
projectPathminSeveritysuggestAlternativesformat→summary | detailed | json
check_project_type
projectPath
Test Prompt
Use this to verify MCP is working:
Scan dependencies in /your/project/path and show only high and critical vulnerabilities.Notes
- Built on official
npm auditandpip-audit - Read-only scan (no file changes)
- Designed for MCP / LLM usage
