maven-mcp-server
If you are the rightful owner of maven-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A lightweight MCP server that lets Large Language Models query Maven Central for artifact versions.
The Maven Check MCP Server is a specialized server designed to facilitate the interaction between Large Language Models (LLMs) and the Maven Central repository. It allows LLMs like Claude to query for the latest versions of Maven dependencies and verify the existence of specific versions. This server supports various packaging types and classifiers, ensuring comprehensive compatibility with Maven artifacts. It also features batch processing capabilities, enabling efficient handling of multiple dependencies in a single request. The server is built to integrate seamlessly with the Model Context Protocol (MCP), providing a robust and scalable solution for dependency management in software projects.
Features
- Find the latest version of any Maven dependency
- Check if a specific version of a dependency exists
- Support for packaging types and classifiers
- Batch processing for multiple dependencies
- Connection via Model Context Protocol (MCP)
Tools
get_maven_latest_version
Gets the latest version of a Maven dependency.
check_maven_version_exists
Checks if a specific version of a Maven dependency exists.
find_maven_latest_component_version
Gets the latest version of a Maven dependency based on semantic versioning component.
get_maven_all_latest_versions
Gets the latest versions for all semantic versioning components in a single call.
batch_maven_versions_check
Checks the latest versions for multiple Maven dependencies in a single batch request.