MCP Server for NPM Package Info
@snyk-labs
About MCP Server for NPM Package Info
An MCP server for NPM JavaScript Package Management tools
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for NPM Package Info?
A Model Context Protocol server that provides a tool to fetch npm package information. It is intended as an educational tool for MCP Server security and uses HTTP transport for remote connections.
How to use MCP Server for NPM Package Info?
Install dependencies with npm install and start the server with npm start. The server listens on port 3000 by default, but you can set the PORT environment variable (e.g., PORT=3500 npm start). Configure the server in your Agent MCP configuration as an HTTP endpoint.
Key features of MCP Server for NPM Package Info
- Exposes a
getNpmPackageInfotool via MCP - Uses HTTP (Streamable HTTP) transport for remote connections
- Returns structured package information
- Supports session management for stateful connections
- Intentionally vulnerable for educational security training
Use cases of MCP Server for NPM Package Info
- Looking up npm package details from an AI agent or IDE
- Teaching MCP server security concepts in a controlled environment
- Integrating package info retrieval into MCP‑compatible workflows
FAQ from MCP Server for NPM Package Info
What is the purpose of this server?
It fetches npm package information using the getNpmPackageInfo tool and is intentionally vulnerable to serve as an educational tool for MCP Server security.
How do I change the port the server runs on?
Set the PORT environment variable before starting, e.g., PORT=3500 npm start. The default port is 3000.
What data does the server return?
The server returns a JSON object containing all available information about the requested npm package, as returned by the npm registry.
What transport does the server use?
It uses HTTP (Streamable HTTP) transport for remote connections and supports session management for stateful connections.
Does the server require authentication?
The README does not mention any authentication mechanism. Note that the server is intentionally vulnerable for educational purposes.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments