Skip to main content
Glama
SOCTeam-ai

NVD CVE MCP Server

by SOCTeam-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_cve_detailsA

根据CVE ID获取详细的漏洞信息,包括描述、CVSS评分、严重程度、参考链接等

search_cvesA

根据关键字搜索CVE漏洞,支持搜索漏洞描述、产品名称、供应商等

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: one retrieves details by specific CVE ID, the other searches by keywords. No overlap or ambiguity.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (get_cve_details, search_cves), making them predictable and easy to understand.

Tool Count3/5

With only 2 tools, the set is minimal but covers basic discovery and retrieval. For a narrow CVE lookup server, it is justifiable, but feels thin for broader use.

Completeness2/5

Missing essential operations like listing recent CVEs or filtering by severity/date. Search covers some discovery but lacks a way to browse all entries, creating notable gaps.