apifyforge/autonomous-cyber-red-team-mcp
Autonomous cyber red team intelligence for AI agents — this MCP server gives Claude, GPT-4o, and any MCP-compatible agent the ability to run quantitative attack simulations, synthesize exploit chains, forecast vulnerability emergence, and model adversary behavior using eight rigorously implemented mathematical frameworks.
Platform-specific configuration:
{
"mcpServers": {
"autonomous-cyber-red-team-mcp": {
"command": "npx",
"args": [
"-y",
"autonomous-cyber-red-team-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> [View on ApifyForge](https://apifyforge.com/actors/mcp-servers/autonomous-cyber-red-team-mcp) | [Use on Apify Store](https://apify.com/ryanclinton/autonomous-cyber-red-team-mcp)
---
Add to your MCP client (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"autonomous-cyber-red-team-mcp": {
"url": "https://ryanclinton--autonomous-cyber-red-team-mcp.apify.actor/mcp"
}
}
}---
Autonomous cyber red team intelligence for AI agents — this MCP server gives Claude, GPT-4o, and any MCP-compatible agent the ability to run quantitative attack simulations, synthesize exploit chains, forecast vulnerability emergence, and model adversary behavior using eight rigorously implemented mathematical frameworks. It is built for security engineers, threat analysts, and AI agents that need structured, reproducible cyber risk intelligence from a single tool call.
The server aggregates live data from 15 cybersecurity sources in parallel — NVD, CISA KEV, Censys, DNS, SSL transparency logs, WHOIS, GitHub, StackExchange, Hacker News, OFAC, OpenSanctions, IP geolocation, tech stack detection, website monitoring, and FRED economic data — assembles a weighted attack graph, then applies algorithms from game theory, stochastic processes, and extreme value theory to produce quantitative outputs that go well beyond keyword searches or CVSS score lookups.
| Data Point | Source | Example | |---|---|---| | 📋 CVE records with CVSS base scores and CWE classifications | NVD CVE Search | CVE-2021-44228, CVSS 10.0 (Log4Shell) | | 🚨 Known exploited vulnerabilities with CISA remediation deadlines | CISA KEV Catalog | 1,000+ actively exploited CVEs | | 🌐 Exposed hosts, open ports, and service banners | Censys Search | 443/tcp nginx 1.18.0, cert CN=*.target.com | | 🔍 DNS record enumeration (A, AAAA, MX, TXT, CNAME, NS) | DNS Lookup | mail.acmecorp.com → 203.0.113.42 | | 🔒
Loading reviews...