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?

npm Registry does not require an external account connection. Install the SDK, add the integration to a workspace, 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 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does npm Registry use?

npm Registry does not require external authentication.

How much does the npm Registry integration cost?

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

Connect npm Registry in minutes

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