Skip to main content
Glama
AiAgentKarl

Cybersecurity MCP Server

by AiAgentKarl
README.md
# Cybersecurity MCP Server 🔒

CVE database and vulnerability intelligence for AI agents. Search the NIST National Vulnerability Database, check software security, and stay informed about threats.

## Features

- **CVE Search** — Search vulnerabilities by keyword or severity
- **CVE Details** — Full details including CVSS score, affected products, references
- **Software Check** — Check any software for known vulnerabilities
- **CPE Database** — Search products in the Common Platform Enumeration
- **No API Key** — Uses the free NIST NVD API

## Installation

```bash
pip install cybersecurity-mcp-server
```

## Tools

| Tool | Description |
|------|-------------|
| `search_vulnerabilities` | Search CVE database by keyword |
| `get_cve_details` | Get full CVE details by ID |
| `check_software_vulnerabilities` | Check a software for known CVEs |
| `search_products` | Search CPE product database |

## Examples

```
"Are there critical vulnerabilities in Apache Log4j?"
"Show me CVE-2021-44228 details"
"Check nginx for known security issues"
"What are the latest critical CVEs?"
```


---

## More MCP Servers by AiAgentKarl

| Category | Servers |
|----------|---------|
| 🔗 Blockchain | [Solana](https://github.com/AiAgentKarl/solana-mcp-server) |
| 🌍 Data | [Weather](https://github.com/AiAgentKarl/weather-mcp-server) · [Germany](https://github.com/AiAgentKarl/germany-mcp-server) · [Agriculture](https://github.com/AiAgentKarl/agriculture-mcp-server) · [Space](https://github.com/AiAgentKarl/space-mcp-server) · [Aviation](https://github.com/AiAgentKarl/aviation-mcp-server) · [EU Companies](https://github.com/AiAgentKarl/eu-company-mcp-server) |
| 🔒 Security | [Cybersecurity](https://github.com/AiAgentKarl/cybersecurity-mcp-server) · [Policy Gateway](https://github.com/AiAgentKarl/agent-policy-gateway-mcp) · [Audit Trail](https://github.com/AiAgentKarl/agent-audit-trail-mcp) |
| 🤖 Agent Infra | [Memory](https://github.com/AiAgentKarl/agent-memory-mcp-server) · [Directory](https://github.com/AiAgentKarl/agent-directory-mcp-server) · [Hub](https://github.com/AiAgentKarl/mcp-appstore-server) · [Reputation](https://github.com/AiAgentKarl/agent-reputation-mcp-server) |
| 🔬 Research | [Academic](https://github.com/AiAgentKarl/crossref-academic-mcp-server) · [LLM Benchmark](https://github.com/AiAgentKarl/llm-benchmark-mcp-server) · [Legal](https://github.com/AiAgentKarl/legal-court-mcp-server) |

[→ Full catalog (40+ servers)](https://github.com/AiAgentKarl)

## License

MIT