Manage inventory records and analyze stock value in a SQLite database.
This MCP tool claims to perform local CRUD and analytics on a SQLite inventory database, with no stated secrets or remote endpoints, so overall risk appears relatively low but its local code execution and database access still warrant caution. Supply-chain confidence is moderate due to third-party registry distribution, missing license information, and weak community/maintenance signals.
The materials explicitly state that no keys or environment variables are required. No API tokens, cloud credentials, or other sensitive authentication data are requested, so credential exposure appears limited.
The materials list no remote endpoints, and the description only mentions local CRUD and analytics on a SQLite inventory database. Based on the provided facts, there is no evidence of user data being sent to external services.
The system checks indicate that this tool executes code. For an MCP tool, this commonly means running service logic locally; combined with its database operations, it should be run with least privilege and in a constrained environment.
Its core function is CRUD and value calculations on a SQLite inventory database, which implies reading and modifying local database contents. The materials do not specify the database path, access boundaries, or whether access is limited to a specific file, so the data scope should be verified.
An open-source repository is available for review, which is a positive factor. However, it comes from a third-party registry, has no declared license, no README, zero stars, and unknown maintenance status, so supply-chain signals are weak and source/dependency review is advisable before deployment.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP Inventory" yet — see the docs or source repo.
Please add a product to the inventory database: SKU A1001, name Wireless Mouse, category Office Peripherals, unit price 89 CNY, stock 120. Then query the product and return the full record.
A successful creation result and the full inventory record for the product.
Update the stock quantity of SKU A1001 from 120 to 95, and report the updated inventory status.
An update confirmation with the latest stock quantity and related product details.
Please calculate the total inventory value of all products in the current database, then summarize inventory value by category and sort from highest to lowest.
The overall inventory value plus a ranked summary of inventory value by category.
Manage product inventory and run analytics with SQLite-backed CRUD operations.
Manage product inventory and run CRUD and stock analytics queries.
Manage inventory records in Azure Cosmos DB through MCP CRUD tools.
Query product codes and live stock levels from internal inventory systems.
Manage office inventory with natural language for stock updates and alerts.
Enable AI to create, manage, and query SQLite databases with required metadata.