Skip to main content
Glama

MCP Vulnerability Checker Server

by firetix

get_epss_score

Assess the likelihood of a CVE being exploited in the wild within 30 days using the Exploit Prediction Scoring System (EPSS). Input a CVE ID to retrieve AI-powered risk scores and percentile rankings for prioritized vulnerability management.

Instructions

Get EPSS exploitability prediction score for a CVE

Input Schema

NameRequiredDescriptionDefault
cve_idYesGet Exploit Prediction Scoring System (EPSS) scores for a CVE to assess the probability of exploitation in the wild within 30 days. Provide a CVE ID in the format CVE-YYYY-NNNN (e.g., CVE-2021-44228). Returns AI-powered risk prioritization scores with percentile rankings to help security teams focus on vulnerabilities most likely to be exploited by attackers.

Input Schema (JSON Schema)

{ "properties": { "cve_id": { "description": "Get Exploit Prediction Scoring System (EPSS) scores for a CVE to assess the probability of exploitation in the wild within 30 days. Provide a CVE ID in the format CVE-YYYY-NNNN (e.g., CVE-2021-44228). Returns AI-powered risk prioritization scores with percentile rankings to help security teams focus on vulnerabilities most likely to be exploited by attackers.", "type": "string" } }, "required": [ "cve_id" ], "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/firetix/vulnerability-intelligence-mcp-server'

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