Skip to main content
Glama

MCP Vulnerability Checker Server

by firetix

package_vulnerability_check

Identify security vulnerabilities in Python packages by querying the OSV database. Specify package name and optional version to assess potential risks effectively.

Instructions

Check for known vulnerabilities in Python packages using OSV database

Input Schema

NameRequiredDescriptionDefault
package_nameYesName of the Python package to check for vulnerabilities (e.g., 'requests', 'django', 'flask')
versionNoSpecific version to check (optional). If not provided, checks all known versions.

Input Schema (JSON Schema)

{ "properties": { "package_name": { "description": "Name of the Python package to check for vulnerabilities (e.g., 'requests', 'django', 'flask')", "type": "string" }, "version": { "description": "Specific version to check (optional). If not provided, checks all known versions.", "type": "string" } }, "required": [ "package_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/firetix/vulnerability-intelligence-mcp-server'

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