CVE Checker for Node Modules
Provides tools for checking npm packages for known security vulnerabilities and CVEs before installation using the OSV API
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CVE Checker for Node Modulescheck express 4.17.1 for vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server with CVE Checker for Node Modules
This Model Context Protocol (MCP) server provides tools for checking Common Vulnerabilities and Exposures (CVEs) in npm packages before installation, along with weather information tools.
Features
CVE Checking Tools
check_package_cves: Check a single npm package for known vulnerabilities
check_packages_bulk_cves: Check multiple npm packages at once before installation
Related MCP server: GuardianMCP
CVE Checking
The server uses the OSV (Open Source Vulnerabilities) API to check npm packages for known security vulnerabilities. This helps you make informed decisions before installing packages.
Usage Examples
Check a single package:
{
"tool": "check_package_cves",
"arguments": {
"packageName": "express",
"version": "4.17.1"
}
}Check multiple packages at once:
{
"tool": "check_packages_bulk_cves",
"arguments": {
"packages": [
{ "name": "express", "version": "4.17.1" },
{ "name": "lodash", "version": "4.17.20" },
{ "name": "axios" }
]
}
}Building and Running
Install dependencies:
npm installBuild the project:
npm run buildRun the MCP server:
node build/index.jsUsage
Add to .vscode/mcp.json to configure the MCP server in your development environment.
{
"servers": {
"cve-checker-mcp": {
"type": "stdio",
"command": "node",
"args": ["./build/index.js"]
}
},
"inputs": []
}Integration
This MCP server can be integrated with any MCP-compatible client to provide CVE checking capabilities before installing npm packages.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceAudits npm package dependencies for security vulnerabilities, providing detailed reports and fix recommendations with MCP integration.14656MIT
- AlicenseAqualityDmaintenanceAutomatically scans project dependencies (npm, Composer) for security vulnerabilities using the OSV.dev database, providing real-time alerts and detailed remediation guidance directly in your IDE.1111MIT
- AlicenseBqualityCmaintenanceEnables security scanning for npm dependencies by checking manifest and lockfiles against the OSV.dev and Socket.dev vulnerability databases. It provides tools to detect vulnerabilities in specific packages and retrieve detailed technical reports for identified security issues.37MIT
- FlicenseNot gradedqualityCmaintenanceScans Python, Node.js, Java/Spring, and PHP dependency manifests for known vulnerabilities using OSV and GitHub Advisory APIs.
Related MCP Connectors
Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…
Query OSV.dev for package vulnerabilities and batch-audit dependency lists via MCP.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RobinBreugelmans-S/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server