You're viewing a demo portfolio

Join the waitlist
PRSM

get_package_version

Active

Tool of Pypi

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Pypi

https://github.com/pipeworx-io/mcp-pypi

1/7 registries
View full server →
get_package_version — Pypi — PRSM MCP