Skip to main content
Glama

Shodan MCP Server

search_cves

Identify vulnerabilities by filtering CVEs using criteria like CPE, product, Known Exploited Vulnerabilities, EPSS score, or date range to enhance cybersecurity threat analysis.

Instructions

Search for vulnerabilities with various filters

Input Schema

NameRequiredDescriptionDefault
cpe23NoCPE 2.3 string to search for (e.g., 'cpe:2.3:a:apache:log4j:*')
end_dateNoEnd date for filtering CVEs (YYYY-MM-DD format)
is_kevNoFilter for Known Exploited Vulnerabilities only
limitNoMaximum number of results to return (default: 10)
productNoProduct name to search for vulnerabilities (e.g., 'apache', 'windows')
skipNoNumber of results to skip for pagination (default: 0)
sort_by_epssNoSort results by EPSS score (Exploit Prediction Scoring System)
start_dateNoStart date for filtering CVEs (YYYY-MM-DD format)

Input Schema (JSON Schema)

{ "properties": { "cpe23": { "description": "CPE 2.3 string to search for (e.g., 'cpe:2.3:a:apache:log4j:*')", "type": "string" }, "end_date": { "description": "End date for filtering CVEs (YYYY-MM-DD format)", "type": "string" }, "is_kev": { "description": "Filter for Known Exploited Vulnerabilities only", "type": "boolean" }, "limit": { "description": "Maximum number of results to return (default: 10)", "type": "number" }, "product": { "description": "Product name to search for vulnerabilities (e.g., 'apache', 'windows')", "type": "string" }, "skip": { "description": "Number of results to skip for pagination (default: 0)", "type": "number" }, "sort_by_epss": { "description": "Sort results by EPSS score (Exploit Prediction Scoring System)", "type": "boolean" }, "start_date": { "description": "Start date for filtering CVEs (YYYY-MM-DD format)", "type": "string" } }, "type": "object" }

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/Cyreslab-AI/shodan-mcp-server'

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