Manage product inventory and run CRUD and stock analytics queries.
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 the following products to inventory and return the full current product list: "Wireless Mouse", SKU WM-001, price 99, stock 120; "Mechanical Keyboard", SKU MK-010, price 399, stock 35.
Returns the creation results and a complete inventory list with product names, SKUs, prices, and stock quantities.
Update the stock of SKU WM-001 to 0, change the price of SKU MK-010 to 359, then list all out-of-stock products.
Returns the updated product records and outputs the current list of out-of-stock items.
Please calculate the total inventory value and identify the most expensive product, then present the results in a readable format.
Returns the total inventory value and the highest-priced product with its price.
Manage product inventory and run analytics with SQLite-backed CRUD operations.
Manage inventory records and analyze stock value in a SQLite database.
Query product codes and live stock levels from internal inventory systems.
Manage e-commerce products with CRUD, AI descriptions, and MySQL via MCP.
Securely connect to and operate MySQL databases through the MCP protocol.
Build a starter MCP server with inventory tools and safe human confirmation.