get_package
ActiveTool of Pypi
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 release artifact files that `pip install` would download. Pass the exact pip package name (e.g. "requests", "numpy").
Parameters schema
{
"type": "object",
"examples": [
{
"name": "django"
},
{
"name": "pandas"
}
],
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Exact PyPI package name, e.g. \"requests\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pypi
https://github.com/pipeworx-io/mcp-pypi
1/7 registries