Skip to main content
Glama

maven-mcp-server

get_maven_latest_version

Retrieve the most recent version of a Maven dependency by providing its coordinate, supported by the Maven Model Context Protocol server for accurate version checks from Maven Central Repository.

Instructions

Get the latest version of a Maven dependency

Input Schema

NameRequiredDescriptionDefault
dependencyYesMaven coordinate in format "groupId:artifactId[:version][:packaging][:classifier]" (e.g. "org.springframework:spring-core" or "org.springframework:spring-core:5.3.20:jar")

Input Schema (JSON Schema)

{ "properties": { "dependency": { "description": "Maven coordinate in format \"groupId:artifactId[:version][:packaging][:classifier]\" (e.g. \"org.springframework:spring-core\" or \"org.springframework:spring-core:5.3.20:jar\")", "type": "string" } }, "required": [ "dependency" ], "type": "object" }
Install Server

Other Tools from maven-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bigsy/maven-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server