WebMCP

DeveloperWebMCP verified

webmcp-shoe-store WebMCP tools

React shoe store demo with WebMCP-enabled product browsing and cart

8 tools1 methodsspec API surface

What can an agent do with webmcp-shoe-store WebMCP tools?

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.

WebMCP tools on webmcp-shoe-store

Tool 1 of 8WebMCPAnswer

get_all_store_items

Get all available store items

How to install

Open the webmcp-shoe-store website and ask your browser agent to use get_all_store_items

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_all_store_items tool on webmcp-shoe-store. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 8WebMCPAction

    add_to_cart

    Add an item to the shopping cart

    How to install

    Open the webmcp-shoe-store website and ask your browser agent to use add_to_cart

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the add_to_cart tool on webmcp-shoe-store with id: <number>. Return the structured result and cite the source page.

    Input contract

    • id number The ID of the item to add to the cart

    Open the source definition

    Tool 3 of 8WebMCPAction

    display_cart

    Display the current shopping cart items to user

    How to install

    Open the webmcp-shoe-store website and ask your browser agent to use display_cart

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the display_cart tool on webmcp-shoe-store. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 4 of 8WebMCPSensitive action

      purchase_cart

      Purchase the current shopping cart items

      How to install

      Open the webmcp-shoe-store website and ask your browser agent to use purchase_cart

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the purchase_cart tool on webmcp-shoe-store. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 5 of 8WebMCPAnswer

        get_filter_options

        Get available filter options for products

        How to install

        Open the webmcp-shoe-store website and ask your browser agent to use get_filter_options

        Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

        Run with an agent

        Use the get_filter_options tool on webmcp-shoe-store. Return the structured result and cite the source page.

        Input contract

          Open the source definition

          Tool 6 of 8WebMCPAction

          filter_by_brand

          Filter products by brand

          How to install

          Open the webmcp-shoe-store website and ask your browser agent to use filter_by_brand

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the filter_by_brand tool on webmcp-shoe-store with brand: <string>. Return the structured result and cite the source page.

          Input contract

          • brand string The brand to filter by

          Open the source definition

          Tool 7 of 8WebMCPAction

          filter_by_gender

          Filter products by gender (e.g., MEN, WOMEN, KIDS)

          How to install

          Open the webmcp-shoe-store website and ask your browser agent to use filter_by_gender

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the filter_by_gender tool on webmcp-shoe-store with gender: <string>. Return the structured result and cite the source page.

          Input contract

          • gender string The gender to filter by

          Open the source definition

          Tool 8 of 8WebMCPAction

          filter_by_category

          Filter products by category

          How to install

          Open the webmcp-shoe-store website and ask your browser agent to use filter_by_category

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the filter_by_category tool on webmcp-shoe-store with category: <string>. Return the structured result and cite the source page.

          Input contract

          • category string The category to filter by

          Open the source definition