Skip to main content
Glama

Documentation Search MCP Server

scan_library_vulnerabilities

Identify and assess vulnerabilities in libraries using OSINT sources like OSV, GitHub Advisories, and Safety DB. Generates a detailed security report with severity levels and recommendations for critical risk mitigation.

Instructions

Comprehensive vulnerability scan using OSINT sources (OSV, GitHub Advisories, Safety DB). Args: library_name: Name of the library to scan (e.g., "fastapi", "react") ecosystem: Package ecosystem ("PyPI", "npm", "Maven", "Go", etc.) Returns: Detailed security report with vulnerabilities, severity levels, and recommendations

Input Schema

NameRequiredDescriptionDefault
ecosystemNoPyPI
library_nameYes

Input Schema (JSON Schema)

{ "properties": { "ecosystem": { "default": "PyPI", "title": "Ecosystem", "type": "string" }, "library_name": { "title": "Library Name", "type": "string" } }, "required": [ "library_name" ], "title": "scan_library_vulnerabilitiesArguments", "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/anton-prosterity/documentation-search-mcp'

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