Every known bug, next to its fix

Open-source security context

Known vulnerabilities across widely-used open-source projects — each with the actual code that fixed it. The context to find the next bug. Tracking 20 projects and 2,196 advisories.

Web frameworks

JavaScript

Cloud & infra

AI / ML

Security & data

For your agents

Query it from your own tools

The same intelligence is available as a Model Context Protocol server and a plain REST API — point an MCP client (Claude, Cursor, your own agent) at it, or curl it directly.

MCP server

Streamable HTTP. Tools: list_projects, search_projects, get_project, get_vulnerability (with fix diff).

{
  "mcpServers": {
    "hunters-security-context": {
      "url": "https://<your-host>/api/v1/security-context/mcp"
    }
  }
}
REST API

Public, JSON, no key. The same processed shape the site renders.

GET /api/v1/security-context/projects
GET /api/v1/security-context/projects/django/django
GET /api/v1/security-context/vuln/{id}?diffs=true
GET /api/v1/security-context/search?q=react