NPM MCP Server

searchNpmPackage

Fetch detailed information about npm packages directly from the NPM MCP Server using the package name. Simplify package discovery and analysis for AI models and developers.

Input Schema

NameRequiredDescriptionDefault
packageNameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "packageName": { "type": "string" } }, "required": [ "packageName" ], "type": "object" }

You must be authenticated.

Other Tools from NPM MCP Server

Related Tools

ID: v1z5scqiwi