BÆRSkin Tactical Supply Co. — a direct-to-consumer e-commerce store for tactical apparel and gear (hoodies, jackets, boots, EDC and outdoor kit). Its WebMCP tools turn the storefront into an agent-shoppable surface: an assistant can list and fetch products for the current market/channel, read the live cart, add or remove items, apply coupon codes, and drive checkout — start_checkout (in-app or hosted Shopify) and fill_shipping_address pre-fill the form but never submit, so the shopper still clicks Pay. lookup_order returns status and an item summary for an order number plus the email it was placed with.
9 tools1 methodsspec API surface
What can an agent do with baerskintactical.com WebMCP tools?
BÆRSkin Tactical Supply Co. — a direct-to-consumer e-commerce store for tactical apparel and gear (hoodies, jackets, boots, EDC and outdoor kit). Its WebMCP tools turn the storefront into an agent-shoppable surface: an assistant can list and fetch products for the current market/channel, read the live cart, add or remove items, apply coupon codes, and drive checkout — start_checkout (in-app or hosted Shopify) and fill_shipping_address pre-fill the form but never submit, so the shopper still clicks Pay. lookup_order returns status and an item summary for an order number plus the email it was placed with. 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 baerskintactical.com
Tool 1 of 9WebMCPAnswer
get_product
Fetch a single product (listing) by its slug for the current market and channel. Returns title, price, SKUs, and primary media.
How to install
Open the baerskintactical.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 baerskintactical.com with listingSlug: <string>. Return the structured result and cite the source page.
Input contract
listingSlugstringListing slug (URL segment) for the product
Add the product the shopper is currently viewing to the cart, using the size/colour already selected on the page. Requires an open product page. If none is open, the result includes an `openUrl` for the product page — navigate there, then call this again. Programmatic add by product id is not yet supported.
How to install
Open the baerskintactical.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 baerskintactical.com with productId: <string>, quantity: <integer>. Return the structured result and cite the source page.
Input contract
productIdstringProduct slug. Used only for the deep link when no product page is open; ignored for the contextual add.
Fill the shipping-address form on the checkout page. Does not submit. The shopper still clicks Pay.
How to install
Open the baerskintactical.com website and ask your browser agent to use fill_shipping_address
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 fill_shipping_address tool on baerskintactical.com with firstName: <string>, lastName: <string>, email: <string>, phone: <string>, line1: <string>, line2: <string>, city: <string>, region: <string>, postalCode: <string>, country: <string>. Return the structured result and cite the source page.