history
ActiveTool of Bundlephobia
declared in 0.1.0
Fetch minified + gzipped bundle size for each of up to 5 specified versions of an npm package and return them side-by-side for size regression tracking.
Parameters schema
{
"type": "object",
"examples": [
{
"package": "lodash",
"versions": "4.17.20,4.17.21"
},
{
"package": "typescript",
"versions": "4.9.0,5.0.0,5.1.0,5.2.0,5.3.0"
}
],
"required": [
"package",
"versions"
],
"properties": {
"package": {
"type": "string"
},
"versions": {
"type": "string",
"description": "Comma-sep version list (max 5 to avoid timeouts)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bundlephobia
https://github.com/pipeworx-io/mcp-bundlephobia
1/7 registries