search_packages
ActiveTool of npm
declared in 0.1.0
Search npm for packages by keyword. Returns package names, descriptions, latest versions, publish dates, and publishers. Use when discovering libraries for a task.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "http server framework"
},
{
"limit": 20,
"query": "data validation"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 10, max 50)"
},
"query": {
"type": "string",
"description": "Search query string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
npm
https://github.com/pipeworx-io/mcp-npm
1/7 registries