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 |
|---|---|
| vul_vendors | To get a JSON with all the vendors |
| vul_vendor_products | To get a JSON with all the products associated to a vendor |
| vul_vendor_product_cve | To get a JSON with all the vulnerabilities per vendor and a specific product |
| vul_cve_search | To get a JSON of a specific CVE ID |
| vul_last_cves | To get a JSON of the last <number> (5 by default) CVEs including CAPEC, CWE and CPE expansions |
| vul_db_update_status | To get more information about the current databases in use and when it was updated |