Connect your AI to the Tuxcare CVE tracker

Add our Model Context Protocol (MCP) server to your assistant and ask about CVEs, fix status and advisories in plain language — straight from the live tracker.

Server endpoint
https://tuxcare.com/cve-tracker/mcp/
Stateless Streamable HTTP Anonymous, read-only 100 requests / min per IP

Set up your client

Claude Code

One command in your terminal:

claude mcp add --transport http tuxcare-cve https://tuxcare.com/cve-tracker/mcp/
Cursor

Add to ~/.cursor/mcp.json, then restart Cursor:

{
  "mcpServers": {
    "tuxcare-cve": {
      "type": "streamableHttp",
      "url": "https://tuxcare.com/cve-tracker/mcp/"
    }
  }
}
Claude Desktop

Bridge via mcp-remote in claude_desktop_config.json:

{
  "mcpServers": {
    "tuxcare-cve": {
      "command": "npx",
      "args": ["mcp-remote", "https://tuxcare.com/cve-tracker/mcp/"]
    }
  }
}

Available tools

search_cves Search CVEs with filters and pagination.
get_cve_context Fix status of a CVE for one product/component/version.
list_products Products the tracker covers.
list_subscription_products Products available for CVE-notification subscription.
list_component_versions Component/version pairs tracked under a product.
list_fixes Published advisories with changelog, packages and related CVEs.
list_fixes_products Products that have at least one published fix.

Try asking

Which critical CVEs affect AlmaLinux 9.2 ESU? Is CVE-2026-27143 patched for golang on AlmaLinux 9.2 ESU? Show the latest critical fixes for AlmaLinux 9.2 ESU Which products does the tracker cover? Which components are tracked under AlmaLinux 9.2 ESU?