data
FIRST EPSS MCP, CLI, and Lua Integration for AI Agents
FIRST EPSS integration docs for AI agents: MCP gateway setup, FIRST EPSS CLI commands, Lua API reference, credentials, and function schemas.FIRST EPSS for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
first-epss.first_epss_query | Read read | 0 | Run a general EPSS API query with official parameters. |
first-epss.first_epss_cve | Read read | 0 | Get EPSS score for one CVE. |
first-epss.first_epss_batch | Read read | 0 | Get EPSS scores for multiple CVEs. |
first-epss.first_epss_time_series | Read read | 0 | Get EPSS time-series scores for one CVE. |
first-epss.first_epss_top | Read read | 0 | List highest EPSS or percentile CVEs. |
first-epss.first_epss_threshold | Read read | 0 | List CVEs above EPSS or percentile thresholds. |
first-epss.first_epss_historical_csv_url | Read read | 0 | Return the official historical daily EPSS CSV gzip URL for a date. |