Skip to main content
Glama

NPM Sentinel MCP

npmSearch

Search for NPM packages using a query and optional result limit, enabling precise package discovery for dependency and security analysis in the NPM Sentinel MCP ecosystem.

Instructions

Search for NPM packages with optional limit

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 10)
queryYesSearch query for packages

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of results to return (default: 10)", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query for packages", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from NPM Sentinel MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nekzus/npm-sentinel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server