Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search | Search npm packages by query. Returns name, version, description, and keywords. |
| package_info | Get detailed info about an npm package: description, license, repo, dependencies. |
| downloads | Get download statistics for an npm package. |
| compare_downloads | Compare download counts across multiple packages. |
| bundle_size | Get bundle size (minified + gzip) for an npm package via Bundlephobia. |
| vulnerabilities | Get vulnerability info for an npm package. Note: Full audit requires npm audit in project context. |
| dependency_tree | Get dependency tree for an npm package (direct deps only). |
| download_trends | Get download trends (daily breakdown + sparkline) for an npm package. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |