Overview
Add NPM Registry to any ModuleX agent or workflow. Read-only access to the public npm registry: package info, search, popular packages, version history, dependency graphs, and download statistics.Categories: Developer Tools & Infrastructure · Coding · Package Management · Developer Tools · Auth: API Key · Actions: 6
Authentication
API Key Authentication
Optional authentication for private npm registries. Leave empty for public npm registry access.Required Credentials
Available Actions
search_packages — Search for npm packages by keyword or name
search_packages — Search for npm packages by keyword or name
get_popular_packages — Get a list of popular npm packages sorted by popularity score
get_popular_packages — Get a list of popular npm packages sorted by popularity score
get_package_dependencies — Get the dependencies, devDependencies, and peerDependencies of an npm package
get_package_dependencies — Get the dependencies, devDependencies, and peerDependencies of an npm package
Limits & Quotas
- npm’s public registry has loose, unenforced limits — be reasonable.
Two API hosts are involved:
registry.npmjs.org(metadata) andapi.npmjs.org(downloads). periodmust be one oflast-day,last-week,last-month,last-year(validated client-side; otherwisesuccess=False).- Search
sizeis clamped to [1, 250].