Skip to content
Back to search
60
MCP http

Package Version Check

MShekow/package-version-check-mcp

A MCP server that returns the current, up-to-date version of packages you use as dependencies in a variety of ecosystems, such as Python, NPM, Go, or GitHub Actions. It also supports looking up the latest versions of almost 1000 tools, such as development runtimes like python, node, dotnet, development tools like gradle, and various DevOps tools like kubectl or terraform, via the mise-en-place tool. Supported ecosystems / tools: - Developer ecosystems: NPM, PyPI, NuGet, Maven / Gradle, Go, PHP, Ruby, Rust, Swift, Dart - DevOps ecosystems: Docker, Helm charts, GitHub Actions - Actions hosted on GitHub.com, returning their current version, their inputs and outputs, and (optionally) their entire README with usage examples, Terraform Providers and Modules, various tools such as kubectl, terraform, gradle, maven, etc.

Uptime
100.0%
33 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

io.github.mshekow/package-version-check-mcp
Returns the latest package / dependency / tool versions for Python, NPM, Go, Docker, Helm, etc.
0 tools
io.github.MShekow/package-version-check-mcp
Returns the latest package / dependency / tool versions for Python, NPM, Go, Docker, Helm, etc.
0 tools
bibliocommons-mcp-package-version-check
MCP server for checking latest package versions across 14 ecosystems
0 tools
io.github.niradler/dependency-mcp
MCP server for checking package versions across multiple package managers
0 tools
io.github.mikusnuz/npm
MCP server for npm package management — publish, version, search, audit, and more
0 tools
io.github.solvohq/freshdeps-mcp
Live npm/PyPI dependency-health verdicts so AI agents stop recommending stale or CVE'd packages
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "package_version_check": {
      "url": "https://github.com/MShekow/package-version-check-mcp",
      "transport": "http"
    }
  }
}