GitHub
get_pypi_package
Retrieve Python package information from PyPI (Python Package Index). Returns current version, download counts, dependencies, release history, package homepage, and PyPI page URL. Use for Python library evaluation, dependency analysis, or checking package quality metrics.
Remote nexgendata-apify/developer-tools-mcp-server
Other tools also called get_pypi_package?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"package_name": {
"type": "string",
"description": "PyPI package name as listed in registry (e.g. 'numpy', 'django', 'flask', 'pandas')"
}
}
}