WebMCP

DeveloperWebMCP verified

store.tryrankly.com WebMCP tools

The official Rankly merch store — tees, polos, jackets, mugs, bottles, and everyday-carry for builders who care about craft. Ships internationally.

14 tools1 methodsspec API surface

What can an agent do with store.tryrankly.com WebMCP tools?

The official Rankly merch store — tees, polos, jackets, mugs, bottles, and everyday-carry for builders who care about craft. Ships internationally. 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 store.tryrankly.com

Tool 1 of 14WebMCPAnswer

search_products

Search the Rankly Merch catalog. Returns up to `limit` products matching the query and/or category. Each result includes slug (use it with get_product or navigate), name, color, priceCents, and stock summary.

How to install

Open the store.tryrankly.com website and ask your browser agent to use search_products

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 search_products tool on store.tryrankly.com with query: <string>, category: <string>, limit: <integer>. Return the structured result and cite the source page.

Input contract

  • query string Free-text search across name, description, tags, category.
  • category string Category slug. Use list_categories to discover valid values.
  • limit integer

Open the source definition

Tool 2 of 14WebMCPAnswer

get_product

Return full details for a product. Provide `slug` (preferred) or `name` (fuzzy).

How to install

Open the store.tryrankly.com website and ask your browser agent to use get_product

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_product tool on store.tryrankly.com with slug: <string>, name: <string>. Return the structured result and cite the source page.

Input contract

  • slug string
  • name string

Open the source definition

Tool 3 of 14WebMCPAnswer

list_categories

Return every category slug + name available in the catalog.

How to install

Open the store.tryrankly.com website and ask your browser agent to use list_categories

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 list_categories tool on store.tryrankly.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 14WebMCPAnswer

    best_sellers

    Return the products tagged as best sellers. Optionally restrict by category.

    How to install

    Open the store.tryrankly.com website and ask your browser agent to use best_sellers

    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 best_sellers tool on store.tryrankly.com with category: <string>, limit: <integer>. Return the structured result and cite the source page.

    Input contract

    • category string
    • limit integer

    Open the source definition

    Tool 5 of 14WebMCPAnswer

    find_deals

    Return products currently discounted (price below MRP) or tagged sale, with discount percent.

    How to install

    Open the store.tryrankly.com website and ask your browser agent to use find_deals

    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 find_deals tool on store.tryrankly.com with category: <string>, limit: <integer>. Return the structured result and cite the source page.

    Input contract

    • category string
    • limit integer

    Open the source definition

    Tool 6 of 14WebMCPAction

    add_to_cart

    Add a product to the signed-in user cart. Identify the product by `slug` (preferred), `productId`, or `name` (fuzzy). If none are provided AND the user is on a /p/<slug> page, the product on screen is used. Quantity defaults to 1. Optional variantId. Requires sign-in (use sign_in_demo if needed).

    How to install

    Open the store.tryrankly.com 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 store.tryrankly.com with slug: <string>, productId: <string>, name: <string>, quantity: <integer>, variantId: <string>. Return the structured result and cite the source page.

    Input contract

    • slug string
    • productId string
    • name string
    • quantity integer
    • variantId string

    Open the source definition

    Tool 7 of 14WebMCPSensitive action

    place_demo_order

    Complete checkout end-to-end for the current cart using the signed-in demo account. A dummy shipping address is used and the backend applies a 100% demo discount so no real card is charged. Only works for accounts created via sign_in_demo (email suffix @webmcp-demo.dev); regular accounts must use the /checkout form. After success the user is navigated to the order detail page.

    How to install

    Open the store.tryrankly.com website and ask your browser agent to use place_demo_order

    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 place_demo_order tool on store.tryrankly.com. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 8 of 14WebMCPAnswer

      view_cart

      Return the current cart contents and subtotal.

      How to install

      Open the store.tryrankly.com website and ask your browser agent to use view_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 view_cart tool on store.tryrankly.com. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 9 of 14WebMCPAction

        navigate

        Navigate within the storefront. Provide either `path` (absolute, e.g. /p/foo) or `to` (one of: home, cart, checkout, account, login, product (needs slug)).

        How to install

        Open the store.tryrankly.com website and ask your browser agent to use navigate

        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 navigate tool on store.tryrankly.com with path: <string>, to: <string>, slug: <string>. Return the structured result and cite the source page.

        Input contract

        • path string
        • to string
        • slug string

        Open the source definition

        Tool 10 of 14WebMCPAnswer

        authenticate

        Return whether the user is currently signed in and their basic profile.

        How to install

        Open the store.tryrankly.com website and ask your browser agent to use authenticate

        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 authenticate tool on store.tryrankly.com. Return the structured result and cite the source page.

        Input contract

          Open the source definition

          Tool 11 of 14WebMCPAction

          sign_in

          Sign in with email + password.

          How to install

          Open the store.tryrankly.com website and ask your browser agent to use sign_in

          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 sign_in tool on store.tryrankly.com with email: <string>, password: <string>. Return the structured result and cite the source page.

          Input contract

          • email string
          • password string

          Open the source definition

          Tool 12 of 14WebMCPAction

          sign_in_demo

          Synthesize a unique demo email + password, register it, and sign in. Use when not signed in for cart/checkout demo.

          How to install

          Open the store.tryrankly.com website and ask your browser agent to use sign_in_demo

          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 sign_in_demo tool on store.tryrankly.com. Return the structured result and cite the source page.

          Input contract

            Open the source definition

            Tool 13 of 14WebMCPAnswer

            returns_policy

            Store-wide return policy summary.

            How to install

            Open the store.tryrankly.com website and ask your browser agent to use returns_policy

            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 returns_policy tool on store.tryrankly.com. Return the structured result and cite the source page.

            Input contract

              Open the source definition

              Tool 14 of 14WebMCPAnswer

              faq_support

              Canned answers to common store questions: shipping, returns, sizing, payment, contact.

              How to install

              Open the store.tryrankly.com website and ask your browser agent to use faq_support

              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 faq_support tool on store.tryrankly.com with question: <string>. Return the structured result and cite the source page.

              Input contract

              • question string

              Open the source definition