eavz
npm Registry

npm Registry

Public package registry for JavaScript and Node.js packages

4 actions

Actions

Name
search_packages

Search for npm packages by text query

get_package

Get metadata for a specific npm package (packument)

get_downloads

Get download counts for a package over a specified period

custom_api_call

Make a custom API call to the npm registry

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'npm-registry',
  actionName: 'search_packages',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect npm Registry to my app?

Use Weavz Hosted Connect for No Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does npm Registry support?

npm Registry supports 4 actions including Search Packages, Get Package, Get Downloads, Custom API Call.

Can I use npm Registry with AI agents?

Yes. Add npm Registry to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does npm Registry use?

npm Registry uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the npm Registry integration cost?

The npm Registry integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect npm Registry in 2 minutes

Get 1,000 free actions every month. No credit card required.