Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NVD_API_KEY | Yes | Your NVD API key (request from https://nvd.nist.gov/developers/request-an-api-key) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_cve | Get a CVE based on the ID and return a formatted string with detailed attributes. |
| search_cve | Search CVEs by keyword and return formatted results matching the get_cve format. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |