heldiapriadi/example-mcp-server-n8n-retail
If you are the rightful owner of example-mcp-server-n8n-retail 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.
This is a Model Context Protocol (MCP) server implementation for a shopping assistant.
Tools
Functions exposed to the LLM to take actions
search_products
Search for products by keywords
list_categories
Lists all product categories available
list_recommendations
Returns AI-generated product recommendations
get_product_detail
Get detailed information for a single product
get_cart_contents
Return current user's cart
get_chat_history
Return previous messages from a user session
create_cart
Start a new cart for a user session
add_to_cart
Add product(s) to the cart
update_cart_item
Change quantity of an item in the cart
create_order
Finalize checkout and create an order
save_user_message
Log user message to chat history
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client