Back to Home
Daniel-Yordanov-dev icon

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

Run Command
python3 main.py

Security 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

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-12-05

Tags

Inventory ManagementAudit LogQuantity TrackingFastMCPProduct Management