search
ActiveTool of Maven Central
declared in 0.1.0
Full-text search across Maven Central packages by groupId, artifactId, version, or tags. Returns artifact coordinates, latest version, and download timestamps for up to 200 matches.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "spring-boot"
},
{
"rows": 50,
"query": "junit testing",
"start": 0
}
],
"required": [
"query"
],
"properties": {
"rows": {
"type": "number",
"description": "Max rows, 1-200 (default 20)"
},
"query": {
"type": "string",
"description": "Free-text query"
},
"start": {
"type": "number",
"description": "0-based offset"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Maven Central
https://github.com/pipeworx-io/mcp-maven-central
1/7 registries