Back to Browse

Vulnfeed MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Dependency vulnerability scanner with EPSS scoring. 9 MCP tools. Free tier + x402.

About

Dependency vulnerability scanner with EPSS scoring. 9 MCP tools. Free tier + x402.

Security Report

4.8
Use Caution4.8High Risk

VulnFeed is a well-structured MCP server for dependency vulnerability scanning with appropriate authentication design and no critical security flaws. The codebase properly handles API keys via environment variables, implements reasonable input validation for lockfile parsing, and maintains secure token handling. Minor code quality issues around broad exception handling and limited input validation on user-supplied paths are present but do not pose significant security risks given the server's intended use case. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

5 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Polar.sh license key for paid tier (optional — free tier works without it)Required

Environment variable: VULNFEED_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-novadyne-hq-vulnfeed": {
      "env": {
        "VULNFEED_API_KEY": "your-vulnfeed-api-key-here"
      },
      "args": [
        "vulnfeed-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!