Skip to main content
Glama

cve_lookup

Query Shodan's CVEDB to get detailed CVE information including CVSS scores, EPSS probability, KEV status, mitigations, ransomware associations, and affected products.

Instructions

Query detailed vulnerability information from Shodan's CVEDB. Returns comprehensive CVE details including CVSS scores (v2/v3), EPSS probability and ranking, KEV status, proposed mitigations, ransomware associations, and affected products (CPEs).

Input Schema

NameRequiredDescriptionDefault
cveYesThe CVE identifier to query (format: CVE-YYYY-NNNNN).

Input Schema (JSON Schema)

{ "properties": { "cve": { "description": "The CVE identifier to query (format: CVE-YYYY-NNNNN).", "pattern": "^CVE-\\d{4}-\\d{4,}$", "type": "string" } }, "required": [ "cve" ], "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/BurtTheCoder/mcp-shodan'

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