# amitte/npm-tools

> Read-only npm registry helper — search_packages, get_package_info, list_versions, and get_changelog. No publishing tools.

## 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/npm-tools

## Tags

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

## Evaluation

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

## Endpoints

- **service-backed** `npm-tools` → https://mcp.amitte.com/v1/npm-tools/sse — Remote MCP server fronting the public npm registry. Plugs into Claude Desktop, Cursor, VS Code.
  - tool: `search_packages` — Read-only. Full-text search of npm packages with quality, popularity, maintenance scores.
  - tool: `get_package_info` — Read-only. Fetch metadata for a single package — name, latest, license, maintainers, keywords.
  - tool: `list_versions` — Read-only. List published versions of a package, optionally including prereleases.
  - tool: `get_changelog` — Read-only. Best-effort fetch of CHANGELOG.md / release notes for a version. Sources: GitHub releases, the package's repository CHANGELOG file.

## Programmatic access

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

Last updated: 2026-06-27T00:14:45.640Z