Qualys MCP Server
MCP server enabling AI assistants to interact with the Qualys vulnerability management platform. Supports investigation, risk assessment, compliance, remediation, security overview, and report management.
README
<p align="center"> <img src="logo.png" alt="Qualys MCP Server" width="300" height="300" /> </p>
<h1 align="center">Qualys MCP Server</h1>
<p align="center"> MCP server enabling AI assistants to interact with the Qualys vulnerability management platform. </p>
<p align="center"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT" /> <img src="https://img.shields.io/badge/node-%3E%3D20-green.svg" alt="Node.js >= 20" /> <img src="https://img.shields.io/badge/MCP-compatible-purple.svg" alt="MCP Compatible" /> <img src="https://img.shields.io/badge/tools-7-orange.svg" alt="7 Tools" /> </p>
Overview
A TypeScript MCP server that gives AI assistants (Claude, GitHub Copilot, Cursor) access to the Qualys platform. Investigate CVEs, assess risk, check compliance, plan remediation, and generate reports — all through natural language.
Capabilities
| Category | What the AI Can Do |
|---|---|
| Investigation | Deep-dive any CVE, threat actor, host, IP, or free-text topic |
| Risk Assessment | Cross-domain risk: VMs, cloud (AWS/Azure/GCP), web apps, certificates |
| Compliance | PCI, HIPAA, CIS, NIST, SOC2 posture checking |
| Remediation | Patch priorities, deployment status, mitigation coverage |
| Security Overview | Daily/weekly/monthly security briefing |
| Reports | Generate, list, download Qualys reports |
Packages
| Package | Description |
|---|---|
qualys-mcp-server |
Standalone MCP server (npm, CLI) |
qualys-mcp-vscode-extension |
VS Code extension with auto-registration |
Quick Start
Option 1: VS Code Extension
- Install extension from visual studio marketplace
- Configure settings:
Cmd+,→ search "Qualys MCP" - Set username, password, and POD
- The server appears automatically in the MCP Servers panel
Option 2: Standalone (Claude Desktop, Cursor)
npx qualys-mcp-server
Or add to your MCP config:
{
"mcpServers": {
"qualys": {
"command": "npx",
"args": ["-y", "qualys-mcp-server"],
"env": {
"QUALYS_MCP_USERNAME": "your-username",
"QUALYS_MCP_PASSWORD": "your-password",
"QUALYS_MCP_POD": "US1"
}
}
}
}
Tools
| Tool | Description |
|---|---|
qualys_investigate |
Deep-dive CVE, host, IP, or threat actor |
qualys_assess_risk |
Cross-domain risk assessment |
qualys_check_compliance |
Compliance posture for PCI/HIPAA/CIS/NIST/SOC2 |
qualys_plan_remediation |
Patch priorities and mitigation planning |
qualys_security_overview |
Security briefing (daily/weekly/monthly) |
qualys_reports |
Report management (list/generate/download/status) |
qualys_cache_status |
View and clear API response cache |
Development
pnpm install
pnpm run ci # typecheck + lint + format + test:coverage
pnpm run build # Build all packages
pnpm run package # Build VSIX
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.