get_downloads
ActiveTool of npm
declared in 0.1.0
Fetch npm download counts for a package over a named period (last-day, last-week, last-month, last-year) or a custom date range like "2024-01-01:2024-06-30". Returns total downloads, start date, and end date.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "react"
},
{
"name": "axios",
"period": "last-month"
}
],
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Package name"
},
"period": {
"type": "string",
"description": "Download period: last-day, last-week (default), last-month, or a date range like 2024-01-01:2024-06-30"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
npm
https://github.com/pipeworx-io/mcp-npm
1/7 registries