list_npm_versions
Pack: jsdelivr · Endpoint: https://gateway.pipeworx.io/jsdelivr/mcp
All published versions for an npm package.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
package_name | string | yes |
Example call
curl -X POST https://gateway.pipeworx.io/jsdelivr/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_npm_versions","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"jsdelivr": {
"url": "https://gateway.pipeworx.io/jsdelivr/mcp"
}
}
}
See Getting Started for client-specific install steps.