Actions
| Name | Description |
|---|---|
search_packagesSearch for npm packages by text query | Search for npm packages by text query |
get_packageGet metadata for a specific npm package (packument) | Get metadata for a specific npm package (packument) |
get_downloadsGet download counts for a package over a specified period | Get download counts for a package over a specified period |
custom_api_callMake a custom API call to the npm registry | Make a custom API call to the npm registry |
Quick Start
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.