Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cve_lookup | Lookup CVE vulnerability information from the National Vulnerability Database |
| package_vulnerability_check | Check for known vulnerabilities in Python packages using OSV database |
| get_epss_score | Get EPSS exploitability prediction score for a CVE |
| calculate_cvss_score | Calculate CVSS base score from vector string |
| search_vulnerabilities | Search vulnerability databases with advanced filtering |
| get_exploit_availability | Check for public exploits and PoCs for a CVE |
| get_vulnerability_timeline | Get vulnerability timeline and patch status information |
| get_vex_status | Check VEX vulnerability status for specific products |