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
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments