# amitte/maven-tools

> Read-only Maven Central helper — search_artifacts, get_artifact_info, list_versions. Backed by the search.maven.org Solr API.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/maven-tools

## Tags

- **Capabilities:** artifact-search, artifact-info, versions-list
- **Domains:** devtools, package-registry, java

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `maven-tools` → https://mcp.amitte.com/v1/maven-tools/sse — Remote MCP server fronting Maven Central via search.maven.org. Plugs into Claude Desktop, Cursor, VS Code.
  - tool: `search_artifacts` — Read-only. Free-text search of Maven Central. Returns groupId, artifactId, latestVersion, timestamp.
  - tool: `get_artifact_info` — Read-only. Fetch the latest version's POM metadata for groupId:artifactId — packaging, parent, dependencies.
  - tool: `list_versions` — Read-only. List all published versions of an artifact in Maven Central.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/maven-tools" } }`
- Install via CLI: `amitte install amitte/maven-tools`
- HTML page: https://amitte.com/s/amitte/maven-tools

Last updated: 2026-06-27T00:14:54.062Z