ScanRook MCP Server
Enables AI assistants to perform vulnerability scanning on Docker/OCI images, check CVE details, analyze licenses, and compare scan results via ScanRook.
README
ScanRook MCP Server
An MCP (Model Context Protocol) server that gives AI assistants vulnerability scanning capabilities via ScanRook.
Tools
| Tool | Description |
|---|---|
scan_image |
Scan a Docker/OCI image for vulnerabilities |
scan_status |
Check scan progress and results |
get_findings |
Get detailed vulnerability findings |
search_cve |
Look up a specific CVE |
list_scans |
List recent scans |
analyze_licenses |
Check license compliance |
compare_scans |
Compare findings between two scans |
check_package |
Check a package for known vulnerabilities |
Setup
Install
npm install -g scanrook-mcp
Configure
Set your ScanRook API key:
export SCANROOK_API_KEY="your-api-key"
export SCANROOK_API_URL="https://scanrook.io" # optional, defaults to scanrook.io
Use with Claude Code
Add to your Claude Code MCP settings:
{
"mcpServers": {
"scanrook": {
"command": "scanrook-mcp",
"env": {
"SCANROOK_API_KEY": "your-api-key"
}
}
}
}
Use with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"scanrook": {
"command": "npx",
"args": ["scanrook-mcp"],
"env": {
"SCANROOK_API_KEY": "your-api-key"
}
}
}
}
Examples
Once connected, you can ask your AI assistant:
- "Scan nginx:1.27 for vulnerabilities"
- "What's the status of my last scan?"
- "Show me the critical findings"
- "Is CVE-2024-0727 in my image?"
- "Check if lodash 4.17.20 has any known vulnerabilities"
- "Compare my latest scan with last week's scan"
- "Analyze the licenses in my last scan"
Environment Variables
| Variable | Default | Description |
|---|---|---|
SCANROOK_API_KEY |
(required) | Your ScanRook API key |
SCANROOK_API_URL |
https://scanrook.io |
ScanRook API base URL |
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
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.