eCommerce
camdentools.com
MCP server for the Camden Tools e-commerce catalogue, enabling product search, browsing, detailed lookups, bulk SKU/ID queries, and live warehouse stock checks.
ENDPOINT 1
https://camdentools.com/mcp
MCP server metadata
- Name
- com.camdentools/shop
- Version
- 1.4.0+ce950ed
Camden Tools is a UK tool retailer (camdentools.com) with worldwide delivery and a London collection point. Prices are returned both ex and inc VAT in the locale currency (GBP for en-GB). Quote inc VAT to consumers and ex VAT to trade buyers. Use search_products / list_products to find items, get_product for details, compare_products to shortlist, and the delivery tools before recommending a purchase. Agents never place orders: finish with create_basket_link (one link that fills the shopper's basket) or, in the browser, the cart_* tools, and let the shopper pay at checkout. Account tools (get_my_profile, list_my_orders, get_my_order) work inside the shopper's signed-in browser session after they grant AI agent access, or remotely with an OAuth token on /mcp/account where that is enabled; otherwise they are not offered. All links carry attribution parameters; keep them intact.
Known tools 29
search_productsFull-text search of the Camden Tools catalogue (hand tools, power tools, accessories, safety equipment).
Inferred read-onlylist_productsBrowse a product collection: most popular, newest, on sale, Website Express eligible, or a category by slug (see list_categories).
Inferred read-onlyget_productFull details for one product by slug, SKU or id: description, specifications, prices ex/inc VAT with bulk breaks, stock, variants, safety/spec documents and the canonical page URL.
Inferred read-onlyget_stock_levelLive availability check for a SKU (is it available now and how many are in the London warehouse).
Inferred read-onlycompare_productsSide-by-side comparison of 2 to 5 products by SKU: price ex/inc VAT, stock, brand, weight and the specification bullet points, so an agent can recommend between options.
Inferred read-onlyget_related_productsVariants, similar products, recommendations and 'you may also like' items for a product (by slug or SKU).
Inferred read-onlyget_product_documentsSafety data sheets, specification sheets and COSHH hazard codes for a product (by slug or SKU).
Inferred read-onlyget_categoryA category's name, description and its products (paged) by category slug.
Inferred read-onlylist_brandsBrands sold by Camden Tools (DeWalt, Makita, Milwaukee, Bosch, Stanley …).
Inferred read-onlyget_brand_productsA brand's details, its active promotions and its products (paged) by brand slug.
Inferred read-onlylist_offersCurrent storefront promotions (percentage/fixed discounts and free gifts), optionally grouped by brand or category.
Inferred read-onlyget_product_promotionsActive promotions that apply to one SKU (discounts, free gifts, end dates).
Inferred read-onlyget_cart_promotionsEvaluate a prospective basket for a destination country: whether it can be fulfilled, which promotions apply (including free-delivery style offers and free gifts) and the adjusted basket value.
Inferred read-onlyget_express_delivery_statusWhether Website Express (free same-working-day dispatch for eligible UK orders) is available right now, the order-by cutoff and the promised dispatch date.
Inferred read-onlycheck_express_eligibilityWhole-basket Website Express verdict for a set of product ids and quantities: every line must be eligible (no split shipments).
Inferred read-onlycheck_shipping_availabilityWhether Camden Tools ships to a country, with any restriction message.
Potential side effectsget_prices_for_countryCountry-specific pricing for a set of products (the checkout applies the destination country's currency and pricing).
Inferred read-onlyestimate_deliveryDelivery services, charges and transit times for a basket to a destination (country plus postcode/ZIP and city).
Inferred read-onlycreate_basket_linkTurn product ids and quantities into one link that fills the shopper's basket on camdentools.
Inferred read-onlytrack_guest_orderOrder status, tracking number/URL, shipping method and line items for any order, given the order number and the delivery postcode (no sign-in needed).
Inferred read-onlyget_site_infoWho Camden Tools is, how to contact them, VAT display rules, key page links, current announcements and a summary of each policy (delivery, returns, payment, FAQs).
Potential side effectsget_policyFull text (markdown) of a store policy: delivery, returns, payment-options, faqs or contact.
Potential side effectsget_collection_point_infoThe London Click & Collect warehouse: address, opening hours, whether it is open right now (Europe/London, bank holidays respected) and when it next opens.
Inferred read-onlysearch_blog_postsGuides and articles from the Camden Tools blog (how-tos, buying guides, brand news).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-camdentools-shop]
url = "https://camdentools.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-camdentools-shop": {
"type": "http",
"url": "https://camdentools.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-camdentools-shop
Remote MCP URL: https://camdentools.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-camdentools-shop": {
"url": "https://camdentools.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-camdentools-shop": {
"type": "http",
"url": "https://camdentools.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-camdentools-shop",
"transport": "streamable-http",
"url": "https://camdentools.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.