projects_search
ActiveTool of Repology
declared in 0.1.0
Paginate or filter Repology projects by name substring, maintainer, category, or repository membership; returns up to 200 project names per page with their per-repo version data.
Parameters schema
{
"type": "object",
"examples": [
{
"search": "python"
},
{
"count": 30,
"in_repo": "alpine_edge"
}
],
"properties": {
"count": {
"type": "number",
"description": "1-200 (default 50)."
},
"search": {
"type": "string",
"description": "Substring match on project name."
},
"in_repo": {
"type": "string",
"description": "Restrict to one repo, e.g. \"alpine_edge\"."
},
"category": {
"type": "string"
},
"end_name": {
"type": "string",
"description": "Pagination cursor — project name to end at (reverse)."
},
"maintainer": {
"type": "string"
},
"start_name": {
"type": "string",
"description": "Pagination cursor — project name to start at."
},
"not_in_repo": {
"type": "string",
"description": "Exclude one repo."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Repology
https://github.com/pipeworx-io/mcp-repology
1/7 registries