# amitte/pip-tools

> Read-only PyPI helper — search_packages, get_package_info, list_versions. Backed by the public PyPI JSON API.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/pip-tools

## Tags

- **Capabilities:** package-search, package-info, versions-list
- **Domains:** devtools, package-registry, python

## Evaluation

- **Adversarial score:** 85/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `pip-tools` → https://mcp.amitte.com/v1/pip-tools/sse — Remote MCP server fronting the public PyPI JSON + simple APIs. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `search_packages` — Read-only. Search PyPI by free-text. Backed by the registry's index (PyPI itself does not expose a search endpoint).
  - tool: `get_package_info` — Read-only. Fetch the PyPI JSON metadata for a package — info block plus URL list.
  - tool: `list_versions` — Read-only. List published versions of a package with upload timestamps.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/pip-tools" } }`
- Install via CLI: `amitte install amitte/pip-tools`
- HTML page: https://amitte.com/s/amitte/pip-tools

Last updated: 2026-06-27T00:13:52.182Z