Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

vulnfeed-mcp MCP server](https://glama.ai/mcp/servers/infai-tech/vulnfeed-mcp/badges/score.svg)](https://glama.ai/mcp/servers/infai-tech/vulnfeed-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - Dependency vulnerability scanner with EPSS exploit probability scoring.

README.md

<!-- mcp-name: io.github.novadyne-hq/vulnfeed -->

VulnFeed β€” Dependency Vulnerability Monitoring for Claude Code

![CI](https://github.com/novadyne-hq/vulnfeed-mcp/actions/workflows/ci.yml) ![PyPI](https://pypi.org/project/vulnfeed-mcp/) ![License: MIT](LICENSE) ![vulnfeed-mcp MCP server](https://glama.ai/mcp/servers/novadyne-hq/vulnfeed-mcp)

An MCP server that scans your project dependencies for known vulnerabilities, enriches with EPSS exploit probability scores, and recommends fix versions.

Free tier β€” 10 scans/day, 1 monitored project, no signup required.

Homepage: vulnfeed.novadyne.ai

Install

uvx vulnfeed-mcp

MCP client config

Add to your MCP client config (~/.claude/settings.json for Claude Code, claude_desktop_config.json for Claude Desktop):

Free tier (no signup, no API key): ``json { "mcpServers": { "vulnfeed": { "command": "uvx", "args": ["vulnfeed-mcp"] } } } ``

Paid ($14/mo, unlimited scans + projects): ``json { "mcpServers": { "vulnfeed": { "command": "uvx", "args": ["vulnfeed-mcp"], "env": { "VULNFEED_API_KEY": "YOUR_LICENSE_KEY_HERE" } } } } ``

Get a license key at vulnfeed.novadyne.ai.

x402 micropayments

VulnFeed also accepts x402 micropayments β€” AI agents can pay per scan with USDC on Base, no API key or signup needed. When the free tier limit is reached, the API returns HTTP 402 with payment requirements that x402-compatible clients handle automatically.

  • $0.01 per scan
  • $0.002 per CVE lookup
  • $0.05 per project monitor setup

Tools

Scanning

| Tool | Description | |------|-------------| | scan_project | Auto-detect and scan all lockfiles in a directory | | scan_lockfile | Scan a specific lockfile | | check_package | Check a single package for vulnerabilities | | lookup_cve | Detailed CVE info with EPSS + fix versions |

Monitoring

| Tool | Description | |------|-------------| | monitor_project | Register for continuous monitoring | | check_alerts | New vulns since last scan | | update_deps | Update snapshot after upgrading packages | | list_monitored | See all monitored projects | | unmonitor_project | Remove from monitoring |

Supported lockfiles

  • package-lock.json (npm)
  • yarn.lock (Yarn)
  • pnpm-lock.yaml (pnpm)
  • requirements.txt (pip)
  • Pipfile.lock (Pipenv)
  • go.sum / go.mod (Go)
  • Cargo.lock (Rust)
  • Gemfile.lock (Ruby)
  • composer.lock (PHP)

How it works

  1. Parses your lockfile to extract dependency names + versions
  2. Queries OSV.dev (NVD + GitHub Advisories) for known CVEs
  3. Enriches with EPSS exploit probability scores
  4. Filters noise β€” suppresses low-EPSS, non-critical CVEs by default
  5. Sorts by exploitability β€” most likely to be exploited first
  6. Returns fix version recommendations from package registries

Smart filtering

By default, VulnFeed suppresses low-priority CVEs (EPSS < 10% AND CVSS < 9.0). This cuts noise by ~80%.

Pass show_all=True to any scan tool to see everything.

Continuous monitoring

  1. monitor_project β€” takes a baseline snapshot of current deps + known vulns
  2. check_alerts β€” diffs against baseline, surfaces only new vulns
  3. Run check_alerts periodically to catch newly published CVEs

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Files & Docs servers.