vulnerability-intelligence-mcp-server

firetix/vulnerability-intelligence-mcp-server

3.3

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

  1. cve_lookup

    Fetches detailed vulnerability information from the National Vulnerability Database.

  2. get_epss_score

    Get Exploit Prediction Scoring System (EPSS) scores for CVEs.

  3. calculate_cvss_score

    Calculate CVSS base scores from vector strings.

  4. get_exploit_availability

    Check for public exploits and proof-of-concepts (PoCs).

  5. package_vulnerability_check

    Checks Python packages for known security vulnerabilities.