Skip to main content
Glama

Documentation Search MCP Server

scan_library_vulnerabilities

Scan and identify vulnerabilities in code libraries across multiple ecosystems using OSINT sources. Generate detailed security reports with severity levels and actionable recommendations.

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