mcp-product-server
Verified Safeby jashpal2003
Overview
Provides a Micro-Capability Protocol (MCP) endpoint for retrieving mock product usage analytics for specific customers.
Installation
npm install && npm startEnvironment Variables
- PORT
Security Notes
The server uses Express.js and handles JSON input. It performs an object lookup based on 'customerId' from user input, which is safe in this context as it uses mock in-memory data. No 'eval' or direct command execution is observed. No hardcoded sensitive credentials. The Express.js version (4.22.1) is recent. Overall, the current implementation shows low direct security risks.
Similar Servers
mcpcat-python-sdk
An analytics and observability SDK for Multi-modal Conversational Platform (MCP) servers, capturing user behavior and tool interactions for product development and debugging.
mcpstat
Adds usage tracking, analytics, and an audit trail to Model Context Protocol (MCP) servers to monitor tool, prompt, and resource interactions.
header-test-mcp
An MCP server designed for debugging custom header implementations in MCP hosts/clients by providing a tool to retrieve request headers.
mcp-proxy-saas
An API gateway/proxy for Model Context Protocol (MCP) servers, providing authentication, security, and logging for multi-tenant applications.