@pipeworx/pypi
Connect: https://gateway.pipeworx.io/pypi/mcp · Install: one-click buttons
Tools: 4
Tools
- get_package — Get metadata for a Python package on PyPI (the Python Package Index). Returns the latest version, summary, author, license, project URLs, required Python version, keywords, classifiers, and the releas
- get_package_version — Get metadata for a specific version of a Python package on PyPI. Returns the summary, required Python version, the full dependency list (requires_dist, i.e. what pip would resolve), and the downloadab
- list_releases — List all published version strings for a Python package on PyPI, sorted, plus the latest version. Useful to see a package’s release history or check which versions are available to pip install.
- get_download_stats — Get recent download counts for a Python package (last day, last week, last month) from pypistats.org. Gauges how popular a pip package is.
Tools
-
get_download_stats— Get recent download counts for a Python package (last day, last week, last month) from pypistats.org. Gauges how popular a pip package is. -
get_package— Get metadata for a Python package on PyPI (the Python Package Index). Returns the latest version, summary, author, license, project URLs, required Python version, keywords, classifiers, and the releas -
get_package_version— Get metadata for a specific version of a Python package on PyPI. Returns the summary, required Python version, the full dependency list (requires_dist, i.e. what pip would resolve), and the downloadab -
list_releases— List all published version strings for a Python package on PyPI, sorted, plus the latest version. Useful to see a package's release history or check which versions are available to pip install.