You're viewing a demo portfolio

Join the waitlist
PRSM

projects_search

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Repology

https://github.com/pipeworx-io/mcp-repology

1/7 registries
View full server →
projects_search — Repology — PRSM MCP