Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_package_version_vulnerabilities

Retrieve known vulnerabilities for a specific version of an open source package, supporting pypi, npm, maven, golang, nuget, huggingface, and rubygems. Manage results with pagination for focused analysis.

Instructions

Useful for when you need the list of known vulnerabilities affecting a specific version of an open source package.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the package, as it appears in the package repository.
pageCountNoNumber of pages to return.
pageSizeNoNumber of vulnerabilities to return per page.
typeYesThe type of package.
versionNoThe version of the package, as it appears in the package repository. Default value is 'latest'.latest

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the package, as it appears in the package repository.", "type": "string" }, "pageCount": { "default": 1, "description": "Number of pages to return.", "type": "number" }, "pageSize": { "default": 10, "description": "Number of vulnerabilities to return per page.", "type": "number" }, "type": { "description": "The type of package.", "enum": [ "pypi", "npm", "maven", "golang", "nuget", "huggingface", "rubygems" ], "type": "string" }, "version": { "default": "latest", "description": "The version of the package, as it appears in the package repository. Default value is 'latest'.", "type": "string" } }, "required": [ "type", "name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfrog/mcp-jfrog'

If you have feedback or need assistance with the MCP directory API, please join our Discord server