maven-artifacts-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment (e.g., development, production) | |
| NO_PROXY | No | Comma-separated list of hosts to bypass proxy | |
| LOG_LEVEL | No | Logging verbosity level | info |
| HTTP_PROXY | No | HTTP proxy URL | |
| HTTPS_PROXY | No | HTTPS proxy URL | |
| CACHE_TTL_MINUTES | No | Cache TTL in minutes | 5 |
| MAVEN_API_TIMEOUT | No | API request timeout in milliseconds | 10000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| latest_versionA | Get the latest version of a Maven artifact from Maven Central repository |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or misselection. The single tool's purpose is clear and distinct.
With only one tool, the naming is trivially consistent. There are no mixed conventions or conflicting patterns to evaluate.
A single tool for a Maven artifacts server is far too few. The domain typically requires operations like listing versions, resolving metadata, or searching artifacts, making the count inadequate for the apparent scope.
The tool surface is severely incomplete, only offering the latest version lookup. Other essential operations for a Maven artifacts server are entirely absent, leaving obvious gaps that would prevent agents from performing common tasks.