Skip to main content
Glama

DependencyMCP Server

by mkearl

get_latest_versions

Retrieve current versions of multiple packages simultaneously from specified registries. Processes up to 100 packages in parallel with error isolation, ideal for managing 3+ dependencies efficiently.

Instructions

Get latest versions for multiple packages simultaneously. Use when checking 3+ dependencies - processes up to 100 packages in parallel. Returns individual results for each package with error isolation. Much faster than individual calls for multiple packages.

Input Schema

NameRequiredDescriptionDefault
packagesYesArray of package names to check
registryYesPackage registry/manager to check

Input Schema (JSON Schema)

{ "properties": { "packages": { "description": "Array of package names to check", "items": { "type": "string" }, "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