An MCP (Model Context Protocol) server that provides tools for checking Maven dependency versions. This server enables LLMs to verify Maven dependencies and retrieve their latest versions from Maven Central Repository.
Retrieves the latest version of a Maven dependency. Requires a Maven coordinate in the format 'groupId:artifactId[:version][:packaging][:classifier]' (e.g. 'org.springframework:spring-core' or 'org.springframework:spring-core:5.3.20:jar').
Checks if a specific version of a Maven dependency exists. The dependency can be provided in the string format or as a separate parameter. Requires a Maven coordinate and optionally a version to check.
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs