vuln-intel

An MCP server that gives an AI agent source-grounded vulnerability intelligence for authorized security research and bug-bounty triage. It fuses NVD, CISA KEV, FIRST EPSS, OSV/GHSA and CISA Vulnrichment (SSVC) into ranked, exploitation-first answers, and fact-checks the CVEs an agent might hallucinate. The server lays out the facts; your agent does the reasoning. Refreshed daily.

What it does

The nine tools

Full reference, every argument and response field, is in TOOLS.md.

Connect

It is a Streamable-HTTP MCP server with bearer auth. For a generic MCP client:

{
  "mcpServers": {
    "vuln-intel": {
      "url": "https://mcp.rozetyp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

Or with the Claude CLI:

claude mcp add --transport http vuln-intel \
  https://mcp.rozetyp.com/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Get a key

It is free. Get a key → Enter your email and your personal key is emailed over.

Field notes


For authorized, defensive security research only. Not for exploitation.