NVD MCP Server
NVD MCP Server
Servidor MCP en Python para consultar la API NVD Vulnerability API 2.0 (NIST).
Funcionalidades
Consulta detallada por identificador CVE.
Búsqueda por palabra clave, CPE, CWE, severidad CVSS v3 y catálogo KEV de la CISA.
Consulta de vulnerabilidades por intervalo de fecha de publicación.
Transporte MCP vía SSE para uso remoto o STDIO para ejecución local.
Ejecución en contenedor Docker con usuario no root.
Related MCP server: nvd-cve-mcp-server
Requisitos
Python 3.10 o superior, o Docker con Docker Compose.
Opcionalmente, una clave de la API NVD en la variable
NVD_API_KEY.
Ejecución con Docker Compose
docker compose up --buildPor defecto, el servidor está disponible en http://localhost:8000/sse.
Para usar una clave de la API NVD, defina NVD_API_KEY en el entorno antes de iniciar Compose:
NVD_API_KEY=sua-chave docker compose up --buildEn PowerShell:
$env:NVD_API_KEY = "sua-chave"
docker compose up --buildEjecución local
Instale las dependencias e inicie el servidor SSE:
python -m pip install -r requirements.txt
python nvd_mcp_server.pyPara usar STDIO:
MCP_TRANSPORT=stdio python nvd_mcp_server.pyEn PowerShell:
$env:MCP_TRANSPORT = "stdio"
python nvd_mcp_server.pyLas variables MCP_HOST, MCP_PORT y MCP_TRANSPORT permiten ajustar el transporte y la dirección de escucha.
Herramientas MCP
get_cve_details: devuelve los detalles de un CVE.search_vulnerabilities: busca vulnerabilidades con filtros.get_recent_vulnerabilities_by_date: consulta publicaciones en un intervalo de fechas.
Configuración del cliente
El archivo agent_config.json contiene un ejemplo de configuración para un cliente MCP remoto. Cambie la URL a la dirección real del servidor antes de usarlo.
Licencia
Este proyecto no define una licencia. Consulte al propietario antes de reutilizar el código en otros proyectos.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
NVD MCP — wraps the NIST National Vulnerability Database API (free, no auth)
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookup via NIST NVD, CISA KEV, EPSS, and MITRE ATT&CK. 7 tools.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for querying the NIST National Vulnerability Database (NVD) API, enabling search and retrieval of CVE details, temporal context, and KEV catalog entries.15MIT
- AlicenseAqualityCmaintenanceMCP server that provides tools to search, filter, and retrieve CVE data from the NVD API, including by ID, keyword, severity, and recency.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching the NIST NVD for CVEs, retrieving full CVE details, checking software for known vulnerabilities, and searching the CPE database.MIT
- FlicenseNot gradedqualityDmaintenanceEnables CVE vulnerability lookup and search using the National Vulnerability Database (NVD), allowing users to retrieve detailed information about specific CVEs and search for vulnerabilities by keyword.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/afukaya/NVD_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server