maven-mcp-server

danielscholl/maven-mcp-server

3.2

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.

Tools

Functions exposed to the LLM to take actions

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.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources