Skip to main content
Glama

ZoomEye MCP Server

Official
by zoomeye-ai

zoomeye_vuldb_by_keyword

Query ZoomEye's vulnerability database to identify security vulnerabilities by product or vendor keywords, retrieving details like CVE IDs, severity ratings, and affected versions.

Instructions

Search ZoomEye's vulnerability database for security vulnerabilities based on a specified keyword.

This function queries the ZoomEye vulnerability database to retrieve information about known security vulnerabilities associated with specific products, vendors. Results include vulnerability details such as CVE IDs, severity ratings, affected versions, and vulnerability descriptions.

Input Schema

NameRequiredDescriptionDefault
keywordYesSearch term to query the vulnerability database. This can be a product name, vendor name (e.g., "nginx", "mysql", "tomcat", "WordPress", "hikvision", "huawei").
page_sizeNoNumber of records per page, default is 10, maximum is 100.

Input Schema (JSON Schema)

{ "properties": { "keyword": { "description": "Search term to query the vulnerability database. This can be a product name,\n vendor name (e.g., \"nginx\", \"mysql\", \"tomcat\",\n \"WordPress\", \"hikvision\", \"huawei\").", "type": "string" }, "page_size": { "default": 10, "description": "Number of records per page, default is 10, maximum is 100.", "maximum": 100, "type": "integer" } }, "required": [ "keyword" ], "type": "object" }
Install Server

Other Tools from ZoomEye MCP Server

Related Tools

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/zoomeye-ai/mcp_zoomeye'

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