Cybersecurity MCP Server avatar

Cybersecurity MCP Server

Pricing

from $40.00 / 1,000 tool calls

Go to Apify Store
Cybersecurity MCP Server

Cybersecurity MCP Server

MCP server: cybersecurity & vulnerability intelligence for AI agents — search CVEs (NVD), CISA KEV exploited vulns with EPSS, dependency advisories, SSL/TLS checks, domain security posture, Chrome-extension risk. For DevSecOps & threat intel.

Pricing

from $40.00 / 1,000 tool calls

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

10 hours ago

Last modified

Share

Cybersecurity MCP Server — Vulnerability & Security Intelligence for AI Agents

An MCP (Model Context Protocol) server that gives AI agents — Claude Desktop, Cursor, Windsurf, ChatGPT, and any MCP-compatible client — a single connection to a full vulnerability and security-intelligence toolkit for DevSecOps, threat intel, and security operations.

Instead of wiring up eight separate actors, point your agent at one MCP endpoint and it gains live tools for CVEs, actively-exploited vulnerabilities, dependency advisories, DNS, TLS/SSL, domain security posture, and Chrome-extension risk analysis.

This is an MCP server, not a scraper. Running it directly only prints connection instructions. Connect from an MCP client to use the tools.

🔌 Connect

Streamable HTTP endpoint:

https://nexgendata--cybersecurity-mcp-server.apify.actor/mcp

Claude Desktop / Cursor / Windsurf (mcp config):

{
"mcpServers": {
"cybersecurity": {
"url": "https://nexgendata--cybersecurity-mcp-server.apify.actor/mcp",
"headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
}
}
}

🛡️ Tools

ToolWhat it does
search_cvesSearch recent CVE records by keyword (vendor/product/tech) — IDs, descriptions, CVSS severity, dates
cisa_kevQuery CISA's Known Exploited Vulnerabilities catalog + EPSS exploit-probability scores and due dates
dependency_advisoriesKnown security advisories (CVE/GHSA) for npm / PyPI / other package dependencies
dns_lookupBulk DNS records — A/AAAA, MX, NS, TXT (SPF/DKIM/DMARC), CNAME, SOA
dns_propagationCheck DNS propagation across global resolvers (cutover / migration verification)
ssl_checkTLS/SSL certificate inspection — issuer, validity, expiry, chain, protocol
domain_security_postureComposite domain security score — email auth, DNSSEC, TLS, security headers
extension_securityChrome-extension risk analysis — permissions, host access, risk scoring (CRXcavator-style)

🎯 Use Cases

  • Vulnerability triage — an agent pulls new CVEs for your stack, cross-checks CISA KEV for active exploitation, and flags what to patch first.
  • Dependency / supply-chain risk — feed a package.json or requirements.txt and get advisories per dependency.
  • Attack-surface & domain hygiene — DNS records, SSL expiry, and a security-posture score for any domain portfolio.
  • Browser-extension governance — score the Chrome extensions your org allows for permission risk.
  • Continuous monitoring — agents call these tools on a schedule and alert on changes.

🧪 Example agent prompts

  • "Are there any critical CVEs for Fortinet in the last week? Check CISA KEV too."
  • "Audit lodash and django for known advisories."
  • "What's the SSL expiry and security posture for github.com?"

⚙️ How it works

Each MCP tool proxies to a dedicated, production-tested NexGenData security actor via the Apify API and returns the resulting dataset items as structured content. No re-implementation of scraping — the server orchestrates eight existing actors behind one MCP surface.

🏢 About NexGenData

NexGenData publishes a broad fleet of public-data actors and MCP servers for analysts, developers, and security teams. Full catalog: apify.com/nexgendata.