DeveloperWebMCP verified
webmcp-shoe-store WebMCP tools
React shoe store demo with WebMCP-enabled product browsing and cart
DeveloperWebMCP verified
React shoe store demo with WebMCP-enabled product browsing and cart
React shoe store demo with WebMCP-enabled product browsing and cart This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Get all available store items
Open the webmcp-shoe-store website and ask your browser agent to use get_all_store_itemsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_all_store_items tool on webmcp-shoe-store. Return the structured result and cite the source page.Add an item to the shopping cart
Open the webmcp-shoe-store website and ask your browser agent to use add_to_cartInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the add_to_cart tool on webmcp-shoe-store with id: <number>. Return the structured result and cite the source page.id number The ID of the item to add to the cartDisplay the current shopping cart items to user
Open the webmcp-shoe-store website and ask your browser agent to use display_cartInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the display_cart tool on webmcp-shoe-store. Return the structured result and cite the source page.Purchase the current shopping cart items
Open the webmcp-shoe-store website and ask your browser agent to use purchase_cartInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the purchase_cart tool on webmcp-shoe-store. Return the structured result and cite the source page.Get available filter options for products
Open the webmcp-shoe-store website and ask your browser agent to use get_filter_optionsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_filter_options tool on webmcp-shoe-store. Return the structured result and cite the source page.Filter products by brand
Open the webmcp-shoe-store website and ask your browser agent to use filter_by_brandInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the filter_by_brand tool on webmcp-shoe-store with brand: <string>. Return the structured result and cite the source page.brand string The brand to filter byFilter products by gender (e.g., MEN, WOMEN, KIDS)
Open the webmcp-shoe-store website and ask your browser agent to use filter_by_genderInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the filter_by_gender tool on webmcp-shoe-store with gender: <string>. Return the structured result and cite the source page.gender string The gender to filter byFilter products by category
Open the webmcp-shoe-store website and ask your browser agent to use filter_by_categoryInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the filter_by_category tool on webmcp-shoe-store with category: <string>. Return the structured result and cite the source page.category string The category to filter by