npm Registry for your agents.
Connect npm Registry once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to npm Registry.
What agents can do with npm Registry
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
npm-registry_whoamiCheck the token: returns the authenticated npm username.
npm-registry_get_packageGet metadata for a public or scoped package.
npm-registry_search_packagesSearch the npm registry. `text` supports qualifiers like author:, keywords:, is:unstable.
npm-registry_get_package_versionsGet the full version history of a package.
npm-registry_list_packagesList packages owned or maintained by the authenticated user (requires token with appropriate scope).
npm-registry_get_package_readmeGet the README content for a package.
npm-registry_get_downloads_pointGet download counts for a specific package for a period (e.g. last-week).
npm-registry_get_downloads_rangeGet download counts for a package over a date range. Format: /downloads/range/{start}:{end}/{package}.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to npmjs.com and go to Access Tokens under your account settings.
- Click 'Generate New Token', select 'Automation' or 'Publish' type, and copy the token.
- Paste the token (starts with npm_).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect npm Registry to Even: call connect_begin("npm-registry") on the even-connect MCP and walk me through it.
Search npm packages, get version history, and list packages you maintain.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.