Wraps the NIST National Vulnerability Database API so you can query CVE records, security vulnerabilities, and vendor advisories directly from your AI workflow. No authentication required. Part of the Pipeworx gateway ecosystem, which means you can either connect to this specific NVD endpoint or use the full gateway to access 250+ data sources through a single connection. Includes an ask_pipeworx tool that lets you ask questions in plain English rather than calling structured APIs directly. Useful when you're doing security research, tracking CVEs in your dependencies, or need to pull vulnerability data into documentation or incident reports without leaving your editor.
NVD MCP — wraps the NIST National Vulnerability Database API.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"nvd": {
"url": "https://gateway.pipeworx.io/nvd/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Nvd data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured