get_package_version
ActiveTool of Pypi
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 downloadable files for that version. Use to inspect a pinned release like requests 2.31.0.
Parameters schema
{
"type": "object",
"required": [
"name",
"version"
],
"properties": {
"name": {
"type": "string",
"description": "Exact PyPI package name, e.g. \"requests\"."
},
"version": {
"type": "string",
"description": "Version string, e.g. \"2.31.0\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pypi
https://github.com/pipeworx-io/mcp-pypi
1/7 registries