Connect Npm to your AI agent
npm is the default package manager for JavaScript and Node.js, facilitating the sharing and reuse of code, managing dependencies, and streamlining project workflows.
We set up the connection using your own Npm account, with keys you control, and keep it running. Your agent picks it up and starts doing the work.
What your agent can do in Npm
Each one is a real action the agent can take on its own, the same things a person clicking around Npm could do. Read-only by default; write actions are confirmed against your policy.
- Delete User Token (Legacy) Tool to delete a user authentication token using the legacy endpoint. Use when you need to revoke or remove a specific token from the npm registry.
- Get All Packages Download Count Point Get total npm registry download statistics for all packages for a specified time period. Returns aggregate download counts across the entire npm registry with start/end dates. Supports preset periods (last-day, last-wee…
- Get NPM Download Counts Point Get npm package download statistics for a specified time period. Returns total download counts with start/end dates for single packages, scoped packages, or bulk queries (up to 128 packages). Supports preset periods (la…
- Get NPM Package Download Counts Over Date Range Tool to get download counts for an npm package over a specified date range. Use when you need historical daily download data.
- Get All NPM Packages Download Counts by Period Tool to get daily download counts for all npm packages over a specified period. Use when you need aggregate download statistics across the entire npm registry.
- Get Registry Changes Feed Tool to get a stream of registry changes for replication purposes. Returns CouchDB-style change feed for following registry updates.
- Get NPM Registry Meta Retrieves npm registry metadata via meta endpoints. Use 'ping' to verify registry connectivity or 'whoami' to get the authenticated username.
- Get NPM Package Version Downloads (Last 7 Days) Tool to get download counts for specific versions of a package over the last 7 days. Use when you need to understand which versions are most popular.
- Query Bulk Security Advisories Tool to bulk query security advisories for multiple npm packages. Use when you need to check vulnerability information for multiple packages and versions at once.
- Get NPM Package Metadata Tool to fetch metadata for a specified npm package. Use after confirming the exact package name, including scope. Responses can be large; prefer reading top-level fields like 'dist-tags', 'description', and 'license' ra…
- Get NPM Registry Root Metadata Fetches npm registry root metadata including total package count and update sequence. Returns database statistics from the npm replication service. No parameters required. Use this to get current registry statistics lik…
- Search NPM Packages Tool to search for packages in the npm registry. Use when you need to find packages matching a search term. Results are returned in an 'objects' array; each element contains package metadata under a 'package' field and…
How we connect it
- 1
Connect your account
You create a key in Npm, a key you create and control, and paste it in once. It lives in a secrets store on your server, not with us.
- 2
Set the guardrails
Read-only by default. You choose which write actions the agent may take, and anything outside that policy gets confirmed with you first.
- 3
We keep it running
Health checks on every connection, updates handled for you, and we watch the first week of activity to make sure the work lands.
FAQ
Npm questions, answered.
Ready to put Npm to work?
Tell us what your team runs on. We set up the connection, secure it, and your agent takes it from there.
All product names, logos, and brands are property of their respective owners; used for identification only. ZeroToClaw is not affiliated with or endorsed by Npm.