Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_vulnerability_info

Fetch detailed vulnerability information by CVE ID, including affected packages and versions, using the JFrog MCP Server API for comprehensive security analysis.

Instructions

Useful for when you need to get a specific vulnerability information, including its affected packages and versions.

Input Schema

NameRequiredDescriptionDefault
cve_idYesThe CVE ID or vulnerability identifier to look up.
pageCountNoNumber of pages to return.
pageSizeNoNumber of vulnerabilities to return per page.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cve_id": { "description": "The CVE ID or vulnerability identifier to look up.", "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" } }, "required": [ "cve_id" ], "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