Skip to main content
Glama

DependencyMCP Server

by mkearl

check_versions_exist

Validate the existence of specific package versions across multiple registries. Supports bulk dependency checks, CI/CD pipeline integration, and compatibility verification for up to 100 packages simultaneously.

Instructions

Check if specific versions exist for multiple packages. Use for bulk dependency validation, CI/CD pipeline checks, or ensuring multiple package version compatibility. Processes up to 100 packages in parallel with individual error handling.

Input Schema

NameRequiredDescriptionDefault
packagesYesArray of package objects with name and version
registryYesPackage registry/manager to check

Input Schema (JSON Schema)

{ "properties": { "packages": { "description": "Array of package objects with name and version", "items": { "properties": { "package_name": { "description": "Name of the package to check", "type": "string" }, "version": { "description": "Version to check for existence", "type": "string" } }, "required": [ "package_name", "version" ], "type": "object" }, "type": "array" }, "registry": { "description": "Package registry/manager to check", "enum": [ "npm", "pypi", "maven", "nuget", "rubygems", "crates", "go" ], "type": "string" } }, "required": [ "packages", "registry" ], "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/mkearl/dependency-mcp'

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