MCP server exposing 5 tools for pypi-stats.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/pypi-stats/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
recent — Fetch total PyPI download count for a package over a recent period (day, week, or month). Returns a single aggregate count from pypistats.org.overall — Fetch daily PyPI download timeseries for a package from pypistats.org, optionally filtered to exclude mirror traffic (mirrors=false). Returns per-day download counts.python_major — Fetch PyPI download breakdown for a package by Python major version (2 vs 3) from pypistats.org. Returns per-version download counts.python_minor — Fetch PyPI download breakdown for a package by Python minor version (e.g. 3.10, 3.11) from pypistats.org. Returns per-version download counts.system — Fetch PyPI download breakdown for a package by operating system (Linux, Windows, Darwin, null) from pypistats.org. Returns per-OS download counts.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/pypi-stats/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io