nvd
NVD — National Vulnerability Database
NISTのNational Vulnerability Database。公開されたすべてのCVE(Common Vulnerabilities and Exposures)— ソフトウェアの脆弱性、深刻度スコア(CVSS)、影響を受ける製品(CPE)、参照情報。「このソフトウェアのバージョンは脆弱ですか?」という問いに対する権威ある情報源。無料、認証不要(軽いレート制限あり、キー推奨)。
Part of Pipeworx — AIエージェントを1394以上のライブデータソースに接続するMCPゲートウェイ。
AIエージェントにとっての重要性
セキュリティ分析、サプライチェーンリスク評価、または「依存関係Xに影響するCVEは?」という質問に対して、NVDが情報源です。商用の脆弱性データベースがキュレーションを加えるのに対し、NVDは連邦政府の生の記録です。セキュリティIPについてはUSPTO特許、開示情報についてはSEC EDGARと組み合わせて使用します。
一般的なフロー:
CVEルックアップ。 特定のCVEをIDで検索し、完全なレコードを取得します。
製品/バージョンによる検索。 「Apache Log4j 2.xに影響するCVEは?」→ キーワード + CPEフィルター。
深刻度別の最近のCVE。 最近公開されたCriticalおよびHighの開示情報。
CVSSスコアリング。 各CVEにはCVSS v2、v3.0、v3.1のスコアがあります。エージェントは現在の分析にはv3.xを使用すべきです。
Related MCP server: Cybersecurity MCP Server
認証
NVDのREST APIは無料です。認証なしのクライアントは30秒あたり約5リクエストです。無料のAPIキーはhttps://nvd.nist.gov/developers/request-an-api-keyで取得でき、30秒あたり約50リクエストになります。_apiKeyで渡します。
深刻度クラス(CVSS v3)
スコア | クラス |
0.1–3.9 | 低 |
4.0–6.9 | 中 |
7.0–8.9 | 高 |
9.0–10.0 | 重大 |
エージェントのトリアージでは、「過去90日間のHighおよびCritical」が一般的な注目スライスです。
よくある落とし穴
CPEマッチングは厄介です。 CPE(Common Platform Enumeration)は「このCVEがこの製品バージョンに影響する」というための統制語彙です。CPE内のソフトウェア名は、マーケティング上の名前と異なることがよくあります。CVEを検索する前に、NVDのCPE検索を使用して正しいCPEを見つけてください。
CVEのカバレッジは完全ではありません。 一部のバグはCVEが割り当てられずに静かに修正されます。逆に、すべてのCVEが実際に悪用可能なわけではありません。環境に応じてトリアージしてください。
深刻度スコアは悪用可能性ではありません。 使用していない機能に対するCriticalのCVSSスコアは無関係です。インターネットに公開されているものに対するMediumのCVSSは、スコアが示すよりも悪いです。可能な場合はEPSS(Exploit Prediction Scoring System)と組み合わせてください。
予約済みと公開済み。 予約済みCVE("RESERVED")は、公開開示を待つプレースホルダーです。実際の内容は公開されると
descriptionにあります。実際に既知のものについてはvulnStatusでフィルタリングしてください。参照情報の遅延。 パッチやエクスプロイト検出シグネチャは、NVDレコードが更新される前に現れることがよくあります。リアルタイムの脆弱性対応には、GitHub Security Advisoriesやベンダーチャネルを重ねてください。
修正日と公開日。 "modified"日付は、再スコアリングや参照情報の更新を反映することが多く、新しい発見ではありません。「今週公開されたもの」を調べるには、
publishedDateで並べ替えてください。
クイックスタート
MCPクライアント(Claude Desktop、Cursor、Windsurfなど)に追加します:
{
"mcpServers": {
"nvd": {
"url": "https://gateway.pipeworx.io/nvd/mcp"
}
}
}または、フルPipeworxゲートウェイに接続して、1394以上のすべてのデータソースにアクセスします:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}ask_pipeworxでの使用
ツールを直接呼び出す代わりに、平易な英語で質問できます:
ask_pipeworx({ question: "your question about Nvd data" })ゲートウェイが適切なツールを選択し、引数を自動的に入力します。
詳細
ライセンス
MIT
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 Servers
- AlicenseAqualityDmaintenanceEnables users to retrieve and display CVE vulnerability information from the National Vulnerability Database (NVD) with support for keyword search and detailed lookup.2254MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching the NIST NVD for CVEs, retrieving full CVE details, checking software for known vulnerabilities, and searching the CPE database.MIT
- AlicenseAqualityCmaintenanceProvides live CVE data from NVD and EPSS without API key, enabling AI assistants to look up CVSS scores, search vulnerabilities, and check product CVEs.3MIT
- 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.
Related MCP Connectors
CVE lookup via NIST NVD, CISA KEV, EPSS, and MITRE ATT&CK. 7 tools.
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.
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/pipeworx-io/mcp-nvd'
If you have feedback or need assistance with the MCP directory API, please join our Discord server