.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/mukul975/cve-mcp-server
home/mcp-servers/mukul975/cve-mcp-server
mukul975 avatar

cve-mcp-server

bymukul975· 3 MCP servers

Installs

201

Stars

1.1k

Forks

179

Category

Security

View on GitHub

TL;DR

A production-grade Model Context Protocol (MCP) server that turns Claude into a full-spectrum security analyst. Instead of juggling 15+ browser tabs across NVD, EPSS, CISA KEV, Shodan, VirusTotal, and GreyNoise, ask Claude one question and get correlated intelligence in secon

How to install cve-mcp-server?

mukul975/cve-mcp-server
$git clone https://github.com/mukul975/cve-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install cve-mcp-server by running `git clone https://github.com/mukul975/cve-mcp-server`, then use it for the current task and follow its documentation at https://github.com/mukul975/cve-mcp-server.

Files · 1

View on GitHub
README.md
1# 🛡️ CVE MCP Server
2 
3![CVE MCP Server](assets/banner.png)
4 
5**AI-powered security intelligence at your fingertips — 28 tools + a one-call `triage_cve` orchestrator, 24 data sources, one protocol.**
6[![GARS-2026 Survey](https://img.shields.io/badge/GARS--2026-Take%20the%20Survey-E8B84B?style=for-the-badge&logo=googleforms&logoColor=black)](https://mahipal.engineer/survey?utm_source=github_badge&utm_medium=readme&utm_campaign=gars2026)
7[![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-3776AB?style=flat-square&logo=python&logoColor=white)](https://python.org)
8[![License: MIT](https://img.shields.io/badge/License-MIT-green?style=flat-square)](LICENSE)
9[![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-blue?style=flat-square)](https://modelcontextprotocol.io)
10[![Security Tool](https://img.shields.io/badge/Security-Intelligence-red?style=flat-square&logo=shield)](https://github.com/mukul975/cve-mcp-server)
11[![FastMCP](https://img.shields.io/badge/FastMCP-Python-00d4ff?style=flat-square)](https://gofastmcp.com)
12 
13A production-grade **Model Context Protocol (MCP) server** that turns Claude into a full-spectrum security analyst. Instead of juggling 15+ browser tabs across NVD, EPSS, CISA KEV, Shodan, VirusTotal, and GreyNoise, ask Claude one question and get correlated intelligence in seconds. Built with Python, FastMCP, httpx, aiosqlite, Pydantic v2, and defusedxml.
14 
15**The problem:** Triaging a single CVE means querying NVD for CVSS scores, EPSS for exploitation probability, CISA KEV for active exploitation status, GitHub for patches, and VirusTotal for malware associations — then mentally correlating everything. For 50 CVEs, that's an entire day lost.
16 
17**The solution:** CVE MCP Server gives Claude direct access to 28 security tools across 24 APIs — fronted by the **`triage_cve`** one-call orchestrator. Ask "Should we patch CVE-2024-3400?" and Claude fans out to every relevant source in parallel, calculates a composite risk score (with a CISA KEV hard override), and delivers a prioritized recommendation with evidence.
18 
19---
20 
21## 🌍 GARS-2026 — Global Agentic AI Readiness Survey
22 
23I'm running a global academic study measuring how ready security professionals,
24developers, and enterprise teams actually are for agentic AI — MCP servers,
25tool calling, governance, and human-in-the-loop workflows.
26 
27**If you use this repo, your response would be a genuinely valuable data point.**
28 
29📋 **Take the survey (10 min):**
30[Survey](https://mahipal.engineer/survey?utm_source=github_repo&utm_medium=readme&utm_campaign=gars2026)
31 
32- 60 questions · Anonymous · Supervised by SRH Berlin
33- You get **50 Casky Tokens** for early access to [casky.ai](https://casky.ai)
34- Results published open access under CC-BY 4.0
35 
36---
37 
38## 📑 Table of contents
39 
40- [Architecture](#-architecture)
41- [Tool catalog](#-tool-catalog-28-tools)
42- [Installation](#-installation)
43- [API keys setup](#-api-keys-setup)
44- [Configuration](#%EF%B8%8F-configuration)
45- [Quick start](#-quick-start)
46- [Usage examples](#-usage-examples)
47- [Risk score explained](#-risk-score-explained)
48- [Data sources](#-data-sources)
49- [Running tests](#-running-tests)
50- [Architecture deep dive](#-architecture-deep-dive)
51- [Security and privacy](#-security-and-privacy)
52- [Troubleshooting](#-troubleshooting)
53- [Roadmap and known limitations](#-roadmap-and-known-limitations)
54- [Contributing](#-contributing)
55- [License](#-license)
56 
57---
58 
59## 🏗️ Architecture
60 
61```
62┌─────────────────────────────────────────────────────────────────────┐
63│ Claude Desktop / Claude Code │
64│ (MCP Client via stdio) │
65└──────────────────────────────┬──────────────────────────────────────┘
66 │ Model Context Protocol (stdio)
67 ▼
68┌─────────────────────────────────────────────────────────────────────┐
69│ CVE MCP Server (Python) │
70│ ┌─────────────┐ ┌───

Preview

mukul975/cve-mcp-servermukul975/cve-mcp-server

# 🛡️ CVE MCP Server

![CVE MCP Server](assets/banner.png)

**AI-powered security intelligence at your fingertips — 28 tools + a one-call `triage_cve` orchestrator, 24 data sources, one protocol.**

[![GARS-2026 Survey](https://img.shields.io/badge/GARS--2026-Take%20the%20Survey-E8B84B?style=for-the-badge&logo=googleforms&logoColor=black)](https://mahipal.e

Repomukul975/cve-mcp-server
TypeMCP Servers
CategorySecurity
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPcisa-kevclaude-ai

Related

6 picks
Type
  1. cisco-ai-defense avatarmcp-scannerA tool to scan MCP servers and tools for security findingsMCP ServersJul 2026124k994
  2. hashgraph-online avatarhol-guardOpen-source antivirus and runtime protection for AI agents, tools, MCP servers, plugins, skills, and package installs.MCP ServersJul 202664k419
  3. snyk avataragent-scanAgent supply chain security scanner.MCP ServersJul 202659k2.8k
  4. crowdstrike avatarfalcon-mcpConnects AI agents with CrowdStrike Falcon for security analysis and automation.MCP ServersJul 202623k226
  5. mcp-auth avatarpythonPlug-and-play auth for Python MCP servers.MCP ServersAug 202520k58
  6. auth0 avatarauth0-mcp-serverAuth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural languageMCP ServersJul 202616k112