Skip to main content
Glama
devinshawntripp

ScanRook MCP Server

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

Related MCP server: Veracode MCP

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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    Provides security scanning capabilities through Snyk CLI tools and REST API, enabling AI assistants to test projects for vulnerabilities, retrieve security issues, and manage Snyk projects with comprehensive SAST, container, and infrastructure as code scanning.
    Last updated
    2
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables interaction with the Veracode platform to perform security tasks like running SAST scans, checking SCA vulnerabilities, and retrieving CVE information. It allows AI assistants to manage scan workflows, from zipping source code to analyzing scan results through natural language.
    Last updated
  • A
    license
    A
    quality
    F
    maintenance
    Enables AI assistants to perform vulnerability scanning using Grype, supporting scans of directories, container images, and packages via the Model Context Protocol.
    Last updated
    9
    9
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables LLMs to perform software composition analysis including license detection, vulnerability assessment, SBOM generation, and policy validation using the SEMCL.ONE toolchain.
    Last updated
    14
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

  • Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devinshawntripp/scanrook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server