DeveloperWebMCP verified
store.nekuda.ai WebMCP tools
AI-native demo storefront
DeveloperWebMCP verified
AI-native demo storefront
AI-native demo storefront This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Takes the user to the Dashboard section of the nekuda hat store, where they can view agent activity, configure the assistant, run tests, and access developer settings. Use this when the user asks to open the dashboard, manage the AI agent, view activity logs, or access developer/testing tools for the store assistant.
Open the store.nekuda.ai website and ask your browser agent to use open_homeInstall 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 open_home tool on store.nekuda.ai. Return the structured result and cite the source page.Allows the user to customize the store's AI assistant by setting a new system prompt and/or brand values, then saving the configuration. Use this when the user wants to change how the assistant behaves, update its personality or tone, set brand guidelines, or reset the agent config to defaults. This directly controls the assistant's instructions and brand voice.
Open the store.nekuda.ai website and ask your browser agent to use update_save_ai_agent_s_systemInstall 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 update_save_ai_agent_s_system tool on store.nekuda.ai with brand_values: <string>, system_prompt: <string>. Return the structured result and cite the source page.brand_values string system_prompt string Initiate user authentication. Opens a sign-in modal. Use this when the user needs to log in before accessing other tools.
Open the store.nekuda.ai website and ask your browser agent to use authenticateInstall 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 authenticate tool on store.nekuda.ai. Return the structured result and cite the source page.Search and browse the nekuda hat catalog. Use for any product discovery: finding hats by style/theme, browsing the collection, or showing what's available. Set max_results to 10 when the customer wants to see everything.
Open the store.nekuda.ai website and ask your browser agent to use search_productsInstall 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 search_products tool on store.nekuda.ai with query: <string>, max_results: <number>. Return the structured result and cite the source page.query string What the customer is looking for (e.g., "space themed hats", "nature designs", "hats" for browsing all)max_results number Maximum number of results to return (default: 3, use 10 for browsing)Get full details for a specific hat by its product ID. Use when a customer asks about a particular product they've already seen.
Open the store.nekuda.ai website and ask your browser agent to use get_product_detailsInstall 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_product_details tool on store.nekuda.ai with product_id: <string>. Return the structured result and cite the source page.product_id string The product ID (e.g., "space-explorer", "tech-circuit", "botanical-bots", "mecha-wildlife", "cosmic-adventure")Start the checkout process. Use when the customer says they want to pay, checkout, complete their order, or proceed to payment.
Open the store.nekuda.ai website and ask your browser agent to use checkoutInstall 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 checkout tool on store.nekuda.ai. Return the structured result and cite the source page.Add a product to the shopping cart. Use when the customer wants to buy a hat, add it to cart, or says "I'll take it".
Open the store.nekuda.ai 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 store.nekuda.ai with product_id: <string>, quantity: <number>. Return the structured result and cite the source page.product_id string The product ID to add (e.g., "space-explorer")quantity number Number of items to add (default 1)Get current deals, promotions, and discount codes. Use when the customer asks about sales, discounts, promo codes, or ways to save money.
Open the store.nekuda.ai website and ask your browser agent to use get_dealsInstall 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_deals tool on store.nekuda.ai. Return the structured result and cite the source page.Get historical price data for a specific product. Use when the customer asks about price trends, whether a product is on sale, or if the price has changed.
Open the store.nekuda.ai website and ask your browser agent to use price_historyInstall 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 price_history tool on store.nekuda.ai with product_id: <string>. Return the structured result and cite the source page.product_id string The product ID to get price history for (e.g., "space-explorer")Check if a product is available for in-store pickup at nearby locations. Use when the customer asks about store stock, pickup options, or local availability.
Open the store.nekuda.ai website and ask your browser agent to use check_availabilityInstall 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 check_availability tool on store.nekuda.ai with product_id: <string>. Return the structured result and cite the source page.product_id string The product ID to check availability forGet the store's best-selling products. Use only when the customer specifically asks about best sellers, most popular hats, or top picks. For general browsing use search_products.
Open the store.nekuda.ai website and ask your browser agent to use get_best_sellersInstall 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_best_sellers tool on store.nekuda.ai. Return the structured result and cite the source page.Answer questions about store policies: shipping, returns, sizing, materials, gift wrapping, care instructions, etc. Use when the customer asks a non-product question about how the store works.
Open the store.nekuda.ai website and ask your browser agent to use faq_supportInstall 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 faq_support tool on store.nekuda.ai with question: <string>. Return the structured result and cite the source page.question string The customer question about policies, shipping, returns, sizing, etc.Track the shipping status of an order. Returns order status, carrier, tracking number, and estimated delivery.
Open the store.nekuda.ai website and ask your browser agent to use track_orderInstall 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 track_order tool on store.nekuda.ai with order_id: <string>. Return the structured result and cite the source page.order_id string The order ID to track. If not provided, tracks the most recent order.Start a return for an order. Opens the return form for the customer to fill out.
Open the store.nekuda.ai website and ask your browser agent to use request_returnInstall 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 request_return tool on store.nekuda.ai with order_id: <string>, reason: <string>. Return the structured result and cite the source page.order_id string The order ID to returnreason string Reason for the returnOpen a review form for a purchased product. Lets the customer rate and review a product.
Open the store.nekuda.ai website and ask your browser agent to use leave_reviewInstall 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 leave_review tool on store.nekuda.ai with product_name: <string>. Return the structured result and cite the source page.product_name string The name of the product to review