recent
ActiveTool of Pypi Stats
declared in 0.1.0
Fetch total PyPI download count for a package over a recent period (day, week, or month). Returns a single aggregate count from pypistats.org.
Parameters schema
{
"type": "object",
"examples": [
{
"package": "requests"
},
{
"period": "month",
"package": "numpy"
}
],
"required": [
"package"
],
"properties": {
"period": {
"type": "string",
"description": "day | week | month"
},
"package": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pypi Stats
https://github.com/pipeworx-io/mcp-pypi-stats
1/7 registries