search
Pack: packagist · Endpoint: https://gateway.pipeworx.io/packagist/mcp
Search Packagist by free text. Optionally filter by package type and tags.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Free-text — package name / description |
type | string | no | composer-plugin | library | symfony-bundle | wordpress-plugin | … |
tags | string | no | Comma-separated tags |
page | number | no | 1-based page |
per_page | number | no | 1-15 (default 15, API max) |
Example call
curl -X POST https://gateway.pipeworx.io/packagist/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"packagist": {
"url": "https://gateway.pipeworx.io/packagist/mcp"
}
}
}
See Getting Started for client-specific install steps.