Getting Started
Install
Section titled “Install”npm install @mcptoolshop/registry-statsFirst query
Section titled “First query”Query a single package from npm:
registry-stats express -r npmOutput:
npm | express month: 283,472,710 week: 67,367,773 day: 11,566,113Query all registries at once
Section titled “Query all registries at once”registry-stats expressThis checks npm, PyPI, NuGet, VS Code Marketplace, and Docker Hub for the package name.
Other registries
Section titled “Other registries”registry-stats requests -r pypiregistry-stats Newtonsoft.Json -r nugetregistry-stats esbenp.prettier-vscode -r vscoderegistry-stats library/node -r dockerSet up a config file
Section titled “Set up a config file”Create a config to track all your packages:
registry-stats --initThis generates registry-stats.config.json. Edit it to list your packages, then run with no arguments:
registry-statsRaw JSON output
Section titled “Raw JSON output”registry-stats express -r npm --jsonTime series
Section titled “Time series”registry-stats express -r npm --range 2025-01-01:2025-06-30Returns daily download counts with monthly breakdown and trend analysis. Available for npm (549 days) and PyPI (180 days).