MCP_Server_1_ite

nishantrajpoot719/MCP_Server_1_ite

3.2

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

This is a Python Model Context Protocol (MCP) server designed to interact with a grocery simulation database.

Tools

Functions exposed to the LLM to take actions

list_products

Lists available products with price/weight/unit. Confirmation required.

get_user_info

Returns user profile and wallet balance. Confirmation required.

get_order_history

Lists past orders with items. Confirmation required.

place_order

Places an order with items like [{"name": "Milk", "quantity": 2}]. Confirmation required.

cancel_order

Cancels a not-delivered order. Confirmation required.

confirm

Second step to approve or cancel a pending action.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources