https://github.com/sammcj/mcp-package-version
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_EXTRA_CA_CERTS | No | Path to a corporate proxy MITM certificate bundle, required only if you are behind a corporate proxy which MITMs your traffic |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
check_npm_versions | Check latest stable versions for npm packages |
check_python_versions | Check latest stable versions for Python packages |
check_pyproject_versions | Check latest stable versions for Python packages in pyproject.toml |
check_maven_versions | Check latest stable versions for Java packages in pom.xml |
check_gradle_versions | Check latest stable versions for Java packages in build.gradle |
check_go_versions | Check latest stable versions for Go packages in go.mod |
check_bedrock_models | Search, list, and get information about Amazon Bedrock models |
get_latest_bedrock_model | Get the latest Claude Sonnet model from Amazon Bedrock (best for coding tasks) |
check_docker_tags | Check available tags for Docker container images from Docker Hub, GitHub Container Registry, or custom registries |