You're viewing a demo portfolio

Join the waitlist
PRSM

get_package

Active

Tool of Pypi

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Pypi

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

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