ZeroPath MCP Server
OfficialServer 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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_vulnerabilitiesC | Search for vulnerabilities using the Zeropath API with a simple search query. |
| get_issueB | |
| approve_patchC | |
| mark_true_positiveC | |
| mark_false_positiveA | |
| archive_issueB | |
| unarchive_issueB | |
| generate_patchC | |
| start_scanC | |
| list_scansB | |
| list_repositoriesB | |
| get_security_postureB | Get the overall security posture metrics for the organization. Returns security score, vulnerability trends, and risk assessment. |
| get_issues_by_vuln_classB | Get issue statistics grouped by vulnerability class/type. Shows distribution of vulnerabilities by category (XSS, SQLi, etc.). |
| get_summary_statisticsB | Get aggregated summary statistics across the organization. Includes total issues, patches, repositories, and key metrics. |
| list_sca_vulnerabilitiesB | |
| get_sca_vulnerabilityC | |
| list_sca_repositoriesB | 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 | |
TDQS
Scored across 17 tools
Most tools have distinct purposes, but some overlap exists: 'get_issues_by_vuln_class' and 'search_vulnerabilities' both involve vulnerability discovery, though the former focuses on statistics and the latter on search. 'list_sca_vulnerabilities' and 'search_vulnerabilities' could be confused as both handle vulnerability queries, but their scopes differ (SCA vs. general). Overall, descriptions help clarify boundaries, but minor ambiguity remains.
All tools follow a consistent verb_noun naming pattern (e.g., 'approve_patch', 'archive_issue', 'generate_patch'). There are no deviations in style or convention, making the set predictable and easy to parse. This uniformity enhances usability and reduces cognitive load for agents.
With 17 tools, the count is slightly high but reasonable for a security vulnerability management domain, covering issues, patches, scans, repositories, and SCA. It feels comprehensive without being overwhelming, though it borders on the upper limit of typical scoping (3-15 tools).
The toolset provides complete coverage for security vulnerability management: CRUD operations for issues (get, archive/unarchive, mark status), patch lifecycle (generate, approve), scanning (start, list), repository management, and SCA vulnerabilities. No obvious gaps exist; agents can handle full workflows from detection to resolution.