overall
ActiveTool of Pypi Stats
declared in 0.1.0
Fetch daily PyPI download timeseries for a package from pypistats.org, optionally filtered to exclude mirror traffic (mirrors=false). Returns per-day download counts.
Parameters schema
{
"type": "object",
"examples": [
{
"package": "django"
},
{
"mirrors": false,
"package": "pandas"
}
],
"required": [
"package"
],
"properties": {
"mirrors": {
"type": "boolean"
},
"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