Maven MCP Server enables AI assistants to manage Maven dependencies through natural language, including version checking, security scanning, and dependency analysis.
| Tool name | Description | Destructive? |
|---|---|---|
| check_version_tool | Check a Maven version and get all version update information in a single call | ✓ no |
| check_version_batch_tool | Process multiple Maven dependency version checks in a single batch request | ✓ no |
| list_available_versions_tool | List all available versions of a Maven artifact grouped by minor version tracks | ✓ no |
| scan_java_project_tool | Scan Java Maven projects for security vulnerabilities using Trivy | ✓ no |
| analyze_pom_file_tool | Analyze a single Maven POM file for dependencies and vulnerabilities | ✓ no |