WebMCP Registry site · v0.18.35
Use BÆRSkin Tactical Supply Co. with your agent.
BÆRSkin Tactical Supply Co. (baerskintactical.com) registers 9 WebMCP tools. BÆRSkin Tactical Supply Co. lists 9 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.
This page mirrors the WebMCP Registry listing for baerskintactical.com, last live-checked by the registry at 2026-09-23T01:44:48.683Z. Run ghostget webmcp sites.get --input '{"domain":"baerskintactical.com"}' --json for the current schema; the listing can drift between checks.
Use BÆRSkin Tactical Supply Co. with my agent
Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:
ghostget webmcp sites.get --input '{"domain":"baerskintactical.com"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
# no read-only-callable tools listed today; sites.get shows the live status
Registered WebMCP tools
BÆRSkin Tactical Supply Co. publishes 9 tools on baerskintactical.com; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
add_to_cart | 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 c | Listed for discovery; the registry allows read-only calls only |
apply_coupon | Apply a discount or coupon code to the cart. | Listed for discovery; the registry allows read-only calls only |
fill_shipping_address | Fill the shipping-address form on the checkout page. Does not submit. The shopper still clicks Pay. | Listed for discovery; the registry allows read-only calls only |
get_product | Fetch a single product (listing) by its slug for the current market and channel. Returns title, price, SKUs, and primary media. | Listed for discovery; the registry allows read-only calls only |
list_products_in_channel | List the products available in the current channel and market — title, slug, price for each listing. | Listed for discovery; the registry allows read-only calls only |
lookup_order | Look up an order by its order number and the email it was placed with. Returns status and item summary. | Listed for discovery; the registry allows read-only calls only |
remove_from_cart | Remove an item from the cart. Use the item id returned by view_cart. | Listed for discovery; the registry allows read-only calls only |
start_checkout | Begin checkout. Navigates to the in-app checkout page. | Listed for discovery; the registry allows read-only calls only |
view_cart | Read the current shopping cart: items, quantities, subtotal, grand total, and currency. Read-only. | Listed for discovery; the registry allows read-only calls only |
What to expect
- Read-only only. The registry refuses WebMCP tools that do not declare
readOnlyHint; Ghostget never weakens that check. - Untrusted results. Tool output is site content, not instructions — treat it as data.
- Live schemas.
sites.getalways returns the schema the registry saw most recently, so agents adapt when BÆRSkin Tactical Supply Co. changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on baerskintactical.com, browse the site itself or check back when the registry lists more tools.