Loading...

This MCP server checks the latest stable versions of packages from various registries, including npm, PyPI, Maven, Go, Swift, Docker, Bedrock, and GitHub Actions.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server checks the latest stable versions of packages from various registries, including npm, PyPI, Maven, Go, Swift, Docker, Bedrock, and GitHub Actions.
This MCP server is generally safe for use as it primarily performs read-only operations to retrieve package version information. However, it's crucial to ensure proper validation of responses from external package registries to mitigate potential vulnerabilities. Running the server in a sandboxed environment can further reduce risk.
Performance depends on the network latency to package registries. Caching mechanisms could improve response times.
Cost is primarily related to network bandwidth and potential API usage charges from package registries, if applicable.
{
"mcpServers": {
"package-version": {
"command": "/Users/sammcj/go/bin/mcp-package-version"
}
}
}GOPATHPATHcheck_npm_versionsChecks the latest versions of NPM packages against specified constraints.
Read-only operation; retrieves package versions.
check_python_versionsChecks the latest versions of Python packages from a requirements.txt file.
Read-only operation; retrieves package versions.
check_pyproject_versionsChecks the latest versions of Python packages from a pyproject.toml file.
Read-only operation; retrieves package versions.
check_maven_versionsChecks the latest versions of Java packages from Maven.
Read-only operation; retrieves package versions.
check_gradle_versionsChecks the latest versions of Java packages from Gradle.
Read-only operation; retrieves package versions.
check_go_versionsChecks the latest versions of Go packages from go.mod.
Read-only operation; retrieves package versions.
check_docker_tagsChecks available tags for Docker images.
Read-only operation; retrieves Docker image tags.
check_bedrock_modelsLists or searches for AWS Bedrock models.
Read-only operation; retrieves model information.
get_latest_bedrock_modelGets the latest Claude Sonnet model from AWS Bedrock.
Read-only operation; retrieves model information.
check_swift_versionsChecks the latest versions of Swift packages.
Read-only operation; retrieves package versions.
check_github_actionsChecks the latest versions of GitHub Actions.
Read-only operation; retrieves action versions.
None
hybrid
This MCP server is generally safe for use as it primarily performs read-only operations to retrieve package version information. However, it's crucial to ensure proper validation of responses from external package registries to mitigate potential vulnerabilities. Running the server in a sandboxed environment can further reduce risk.
The server primarily provides information and does not perform any destructive actions. Sandboxing can further enhance security.
Production Tip
Monitor the server's network connectivity to ensure uninterrupted access to package registries.
The server supports npm, PyPI, Maven Central, Go Proxy, Swift Packages, AWS Bedrock, Docker Hub, and GitHub Container Registry.
Use the `--transport sse`, `--port`, and `--base-url` command-line options.
Yes, Docker images are available from GitHub Container Registry.
The default transport mode is stdio.
Use the `check_npm_versions` tool with the package name and version constraints.
No, this server does not require authentication.
The frequency depends on the caching mechanisms and the update policies of the package registries.