mcp-server_inventory_audit
by Daniel-Yordanov-dev
Overview
Provides an audit trail for inventory quantity changes, allowing logging and retrieval of product quantity modifications.
Installation
python3 main.pySecurity Notes
The `debugpy` debugger is configured to listen on `0.0.0.0:5678` and `debugpy.wait_for_client()` is called, making it a critical security risk if the server (or its associated ngrok tunnel) is exposed publicly, as it allows remote code execution via debugger attachment. The local JSON file acts as a simple database, which is less robust and secure than a proper database for integrity and concurrency, but does not introduce immediate RCE vulnerabilities in itself. No explicit input sanitization beyond type hinting is present, but FastMCP usually handles basic type validation.
Similar Servers
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
practice-mcp-server
A personal AI assistant backend server for managing notes, tasks, and calendar events, with web scraping and semantic search capabilities.
Expenses-Tracker
Track and manage personal expenses with a remote API server.
test-remote-mcp-server
Tracks and manages personal or business expenses via an API.