Skip to main content
Glama

NPM Sentinel MCP

npmSearch

Find NPM packages by query with customizable result limits. Enhance package discovery and integration using precise search capabilities within 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" }

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/mcp-server'

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