search
ActiveTool of Packagist
declared in 0.1.0
Search the Packagist PHP/Composer registry by free text with optional type (e.g. library, symfony-bundle) and tag filters. Returns package names, descriptions, download counts, and latest versions.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "laravel orm"
},
{
"page": 1,
"tags": "psr-3,monolog",
"type": "library",
"query": "logging",
"per_page": 10
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "1-based page"
},
"tags": {
"type": "string",
"description": "Comma-separated tags"
},
"type": {
"type": "string",
"description": "composer-plugin | library | symfony-bundle | wordpress-plugin | ..."
},
"query": {
"type": "string",
"description": "Free-text — package name / description"
},
"per_page": {
"type": "number",
"description": "1-15 (default 15, API max)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Packagist
https://github.com/pipeworx-io/mcp-packagist
1/7 registries