You're viewing a demo portfolio

Join the waitlist
PRSM

get_downloads

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

npm

https://github.com/pipeworx-io/mcp-npm

1/7 registries
View full server →