search_by_coords
ActiveTool of Maven Central
declared in 0.1.0
Structured lookup by Maven coordinates. Provide any combination of groupId / artifactId / version.
Parameters schema
{
"type": "object",
"examples": [
{
"group_id": "org.springframework.boot",
"artifact_id": "spring-boot-starter-web"
},
{
"version": "4.13.2",
"group_id": "junit",
"artifact_id": "junit"
}
],
"properties": {
"rows": {
"type": "number",
"description": "1-200 (default 20)"
},
"start": {
"type": "number",
"description": "0-based offset"
},
"version": {
"type": "string",
"description": "version"
},
"group_id": {
"type": "string",
"description": "groupId — e.g. \"org.springframework\""
},
"artifact_id": {
"type": "string",
"description": "artifactId — e.g. \"spring-core\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Maven Central
https://github.com/pipeworx-io/mcp-maven-central
1/7 registries