Packagist
Composer package metadata, download statistics, update feed, and security advisories.
Tools
| Name | Description |
|---|---|
search_packagesSearch Packagist packages by name, tag, or type. | Search Packagist packages by name, tag, or type. |
get_packageGet Packagist package data including versions, source, dist, requires, and metadata. | Get Packagist package data including versions, source, dist, requires, and metadata. |
get_downloadsGet Packagist download statistics for one package. | Get Packagist download statistics for one package. |
list_security_advisoriesList Packagist security advisories by packages or by updatedSince Unix timestamp. | List Packagist security advisories by packages or by updatedSince Unix timestamp. |
Triggers
| Name | Description |
|---|---|
package_updatesTriggers when Packagist metadata changes include package updates after polling is enabled. | Triggers when Packagist metadata changes include package updates after polling is enabled. |
new_security_advisoryTriggers when Packagist reports new or updated security advisories since the previous poll. | Triggers when Packagist reports new or updated security advisories since the previous poll. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('packagist', 'search_packages', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'packagist',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Packagist to my app?
Packagist does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.
What tools does Packagist support?
Packagist supports 4 tools including Search Packages, Get Package, Get Downloads, List Security Advisories.
Can I use Packagist with AI agents?
Yes. Add Packagist to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Packagist be used in stateful agent workflows?
Yes. Agents can combine Packagist tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Packagist use?
Packagist does not require external authentication.
How much does the Packagist integration cost?
The Packagist integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Packagist support?
Packagist supports 2 triggers including Package Updates, New Security Advisory.
Connect Packagist in minutes
Get 20,000 free action executions every month. No credit card required.