project
Pack: repology · Endpoint: https://gateway.pipeworx.io/repology/mcp
All packages (per-repo) for one project name (e.g. “firefox”).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes |
Example call
curl -X POST https://gateway.pipeworx.io/repology/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"project","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"repology": {
"url": "https://gateway.pipeworx.io/repology/mcp"
}
}
}
See Getting Started for client-specific install steps.