Skip to main content
Glama

NPM Sentinel MCP

npmSearch

Search for NPM packages using a query, with an optional limit on results, to support efficient package discovery and analysis within the NPM Sentinel MCP server.

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

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