firetix/vulnerability-intelligence-mcp-server
If you are the rightful owner of vulnerability-intelligence-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Vulnerability Checker Server is a modular server providing comprehensive security vulnerability intelligence tools.
The MCP Vulnerability Checker Server is designed to offer a wide range of security vulnerability intelligence tools, including CVE lookup, EPSS scoring, CVSS calculation, exploit detection, and Python package vulnerability checking. It is built on a modular architecture, allowing for easy extension and integration with various platforms. The server is hosted and can be accessed via a simple configuration in MCP clients like Claude Desktop and Cursor IDE. It provides real-time threat intelligence and risk assessment capabilities, making it an essential tool for security engineers, developers, and teams focused on vulnerability research, risk assessment, dependency management, and security operations.
Features
- Comprehensive CVE lookup with detailed vulnerability information.
- EPSS scoring for accurate risk prioritization.
- CVSS score calculation from vector strings.
- Exploit detection from multiple sources.
- Python package vulnerability checking.
Usages
usage with claude desktop
{ "mcpServers": { "vulnerability-intelligence": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-fetch"], "env": { "FETCH_URL": "https://vulnerability-intelligence-mcp-server-edb8b15494e8.herokuapp.com/sse" } } } }
usage with cursor ide
{ "mcpServers": { "vulnerability-intelligence": { "url": "https://vulnerability-intelligence-mcp-server-edb8b15494e8.herokuapp.com/sse" } } }
Tools
cve_lookup
Fetches detailed vulnerability information from the National Vulnerability Database.
get_epss_score
Get Exploit Prediction Scoring System (EPSS) scores for CVEs.
calculate_cvss_score
Calculate CVSS base scores from vector strings.
get_exploit_availability
Check for public exploits and proof-of-concepts (PoCs).
package_vulnerability_check
Checks Python packages for known security vulnerabilities.