InventorySystem_MCP_Server

AllanSJoseph/InventorySystem_MCP_Server

3.2

If you are the rightful owner of InventorySystem_MCP_Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

InventorySystem MCP Server is a Python-based server that connects to an Inventory Management System, providing tools for CRUD operations.

Tools

Functions exposed to the LLM to take actions

fetch_users

Reads all the Users Registered to System

add_user

Adds a New User to the System

fetch_inventory_items

Reads all the Items Stored in the Inventory

add_inventory_item

Adds a New Item to the Inventory

update_inventory_item

Updates Details of an Item in Inventory

update_inventory_item_stock

Updates only the Stock of an Item in Inventory

fetch_bill_records

Reads all the Bills Created in the System

fetch_bill_records_by_cashier

Reads the Bills Filtered by Cashier who created them

open_bill

Reads the Item Entries in a Bill

create_bill

Creates a New Bill by the Product Id and Stock

issue_bill

Issues a Bill (Bill is Paid)

discard_bill

Discards a Draft Bill (Unpaid Bill)

add_item_to_bill

Adds a new Item to a bill.

edit_bill_item_quantity

Changes the Quantity of a Item entry in a Bill

delete_bill_item

Deletes the Item entry from the bill

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources