Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZEROPATH_ORG_ID | Yes | Your ZeroPath organization ID | |
| ZEROPATH_TOKEN_ID | Yes | Your ZeroPath API token ID generated from organization settings | |
| ZEROPATH_TOKEN_SECRET | Yes | Your ZeroPath API token secret generated from organization settings |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_vulnerabilities | Search for vulnerabilities using the Zeropath API with a simple search query. |
| get_issue | |
| approve_patch | |
| mark_true_positive | |
| mark_false_positive | |
| archive_issue | |
| unarchive_issue | |
| generate_patch | |
| start_scan | |
| list_scans | |
| list_repositories | |
| get_security_posture | Get the overall security posture metrics for the organization. Returns security score, vulnerability trends, and risk assessment. |
| get_issues_by_vuln_class | Get issue statistics grouped by vulnerability class/type. Shows distribution of vulnerabilities by category (XSS, SQLi, etc.). |
| get_summary_statistics | Get aggregated summary statistics across the organization. Includes total issues, patches, repositories, and key metrics. |
| list_sca_vulnerabilities | |
| get_sca_vulnerability | |
| list_sca_repositories | List repositories with their aggregated dependency inventory information. Shows which repositories have been analyzed for dependencies. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |