Back to Apps

vulnx
by projectdiscovery
Modern CLI and MCP server for exploring vulnerability data with advanced search, filtering, and analysis.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your AI assistant to a powerful vulnerability database, allowing it to search for CVEs, analyze vulnerability patterns, and retrieve detailed security data with precision.
Tools
search: Find vulnerabilities using advanced boolean filters (e.g., severity, remote exploitability).id: Get comprehensive details for specific CVE identifiers.filters: List all available searchable fields and their syntax.analyze: Aggregate and analyze vulnerability data by specific fields.healthcheck: Verify connectivity to the vulnerability data service.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vulnx": {
"command": "go",
"args": ["run", "github.com/projectdiscovery/vulnx/v2/cmd/vulnx@latest"],
"env": {
"PDCP_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/projectdiscovery/vulnx/v2/cmd/vulnx@latestInformation
- Pricing
- freemium
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"vulnx": {
"command": "go",
"args": ["run", "github.com/projectdiscovery/vulnx/v2/cmd/vulnx@latest"],
"env": {
"PDCP_API_KEY": "your_api_key_here"
}
}
}
}





