Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode | false |
MCP_USER_AGENT | No | Custom User-Agent for HTTP requests | |
MCP_SERVER_HOST | No | Host to bind the server to | 0.0.0.0 |
MCP_SERVER_PORT | No | Port to run the server on | 8000 |
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 |