Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_package_versions

Retrieve version details and publication dates for publicly available packages, filterable by vulnerability status. Supports multiple package types including PyPI, npm, Maven, and more.

Instructions

Useful for when you need to get a list of versions of a publicly available package. it can tell you each version's publication date. Can also filter based on version vulnerability status.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the package, as it appears in the package repository.
typeYesThe type of package.

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" }, "type": { "description": "The type of package.", "enum": [ "pypi", "npm", "maven", "golang", "nuget", "huggingface", "rubygems" ], "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