Awesome MCPSecurity & Reverse Engineering

roadwy/cve-search_mcp

⭐ 106 Python added to this list on 2025-05-14 repository created 2025-03-12

CVE-Search MCP Server exposes the CVE-Search API, a public interface over an aggregated vulnerability database, to MCP clients. Its tools follow the way that API is structured. One returns every vendor known to the database, another returns the products associated with a given vendor, and a third returns the vulnerabilities affecting a specific vendor and product pair — a three-step drill-down that lets a model narrow from a software name to the relevant advisories without guessing identifiers. A further tool retrieves a single CVE by its identifier, and another returns the thirty most recently published CVEs expanded with their CAPEC attack patterns, CWE weakness classifications and CPE platform identifiers, which is what turns a raw advisory into something categorisable. A database-information tool reports which data sources are in use and when they were last updated — worth checking, since a vulnerability lookup against a stale mirror gives a falsely clean answer. It is a Python project requiring 3.10 or newer with uv, and the README documents use from clients including Cline and Roo Code. The audience is security engineers and developers checking dependencies or deployed software against known vulnerabilities during a review or an incident.

https://github.com/roadwy/cve-search_mcp

mcpcvevulnerabilitysecuritypythoncwecapecthreat-intelligence

Also in Security & Reverse Engineering

mukul975/Anthropic-Cybersecurity-Skills

A comprehensive open-source library featuring 754 structured cybersecurity skills for AI agents, mapped to five industry frameworks to provide expert-level guidance.

NVIDIA/SkillSpector

NVIDIA security scanner for AI agent skills and MCP tooling that detects prompt injection, data exfiltration, MCP tool poisoning and least-privilege problems, and can itself be run as an MCP server inside agent sessions.

mrexodia/ida-pro-mcp

ida-pro-mcp is an MCP server for IDA Pro that enables advanced reverse engineering capabilities through MCP-based interactions and automation.

LaurieWired/GhidraMCP

GhidraMCP is an MCP server that integrates Ghidra's reverse engineering capabilities with MCP clients, enabling automated binary analysis and decompilation through large language models.

invariantlabs-ai/mcp-scan

MCP-Scan is a security tool that statically and dynamically scans and monitors Model Context Protocol (MCP) connections to detect and prevent vulnerabilities such as prompt injections, tool poisoning, and cross-origin escalations.

zinja-coder/jadx-ai-mcp

JADX-AI-MCP is a JADX plugin integrating Model Context Protocol to enable AI-powered live reverse engineering, vulnerability detection, and code analysis of Android APKs using large language models like Claude.

mariocandela/beelzebub

Beelzebub is a secure low-code honeypot framework leveraging large language models and the Model Context Protocol (MCP) to detect and analyze cyber attacks, including prompt injection attempts against LLM agents.

svnscha/mcp-windbg

mcp-windbg is a Model Context Protocol server that enables AI models to analyze Windows crash dumps using WinDBG through natural language interaction and command execution.