MCP Integration
FREEModel Context Protocol (MCP) server for zerodaydb. Connect your AI assistants directly to our vulnerability database for real-time security insights and automated threat intelligence.
Free & Open Source
The zerodaydb MCP server is completely free and open source. No subscriptions, no premium tiers—just download, configure, and start querying vulnerability data through your AI assistant.
Easy Installation
Install the MCP server with a single command
Simple Configuration
Configure your AI assistant to use the MCP server
Features
Setup Guide
Install the MCP Server
Install globally using npm or yarn:
Configure Your AI Assistant
Add the MCP server to your Claude Desktop config:
{
"mcpServers": {
"zerodaydb": {
"command": "npx",
"args": [
"@zerodaydb/mcp-server"
],
"env": {
"ZERODAYDB_API_KEY": "your_api_key_here"
}
}
}
}Start Using
Restart Claude Desktop and start asking about vulnerabilities!
Example Queries
Once configured, you can ask your AI assistant natural language questions:
"What are the latest critical vulnerabilities in nginx?"
"Show me all unpatched vulnerabilities in PostgreSQL 14.x"
"Find CVE-2024-12345 and show me the proof of concept"
"Are there any RCE vulnerabilities in React 18.x?"
Supported AI Assistants
Claude Desktop
Full MCP support with native integration
Cline (VSCode)
MCP integration for IDE-based queries
Custom MCP Clients
Build your own MCP-compatible tools