{
  "markdown": "# Security Intel MCP — by Datakoot\n\nVulnerability intelligence for AI agents — as MCP tools your agent can call mid-task. No API keys.\n\n## Tools\n\n| Tool | What it does | Source |\n|---|---|---|\n| `cve_lookup` | CVE summary: description, CVSS score & severity, CWE, references | NVD (NIST) |\n| `package_vulnerabilities` | Known vulnerabilities for a package/version | OSV.dev |\n| `audit_dependencies` | Audit a whole package.json (or dependency list) in one call | OSV.dev |\n\nNo API keys required for any tool.\n\n## Quick start\n\n```\nclaude mcp add --transport http security-intel https://security.datakoot.com/mcp\n```\n\nOr point any MCP client at `https://security.datakoot.com/mcp`.\n\n## Try it in 10 seconds — no key, no signup\n\nPaste this into a terminal:\n\n```bash\ncurl -s https://security.datakoot.com/mcp \\\n  -H 'content-type: application/json' \\\n  -H 'accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/call\", \"params\": {\"name\": \"cve_lookup\", \"arguments\": {\"cve_id\": \"CVE-2021-44228\"}}}'\n```\n\nYou get the full NVD record for Log4Shell (CVE-2021-44228) — severity, CVSS vector, affected products — no API key, nothing to sign up for.\n\nOr point any MCP client at the URL and just ask your agent, in plain language:\n\n- \"Is CVE-2021-44228 something I need to worry about?\"\n- \"Audit my package.json for known vulnerabilities before I deploy.\"\n\n\n## Data & attribution\n\nVulnerability data comes from the [National Vulnerability Database](https://nvd.nist.gov) (NIST — US public domain) and [OSV.dev](https://osv.dev) (CC-BY 4.0), the same open source used by scanners like Trivy and Grype.\n\nPart of [Datakoot](https://datakoot.com) — keyless intelligence APIs for AI agents.\n",
  "bytes": 1716,
  "sha": "1a9ef5dde157b071dce4af6da2e41026f26d118d963c3becf5f33f1f03dcb771",
  "repo_slug": "datakoot/security-intel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_datakoot_cve_vulnerability_lookup_c97e1230/readme"
}