← Registry

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.

1 endpoint29 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://camdentools.com/mcp

No auth detected

MCP server metadata

Name
com.camdentools/shop
Version
1.4.0+ce950ed
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

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_products

Full-text search of the Camden Tools catalogue (hand tools, power tools, accessories, safety equipment).

Inferred read-only
list_products

Browse a product collection: most popular, newest, on sale, Website Express eligible, or a category by slug (see list_categories).

Inferred read-only
get_product

Full 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-only
get_products

Look up up to 50 products at once by SKU or by numeric id.

Inferred read-only
get_stock_level

Live availability check for a SKU (is it available now and how many are in the London warehouse).

Inferred read-only
compare_products

Side-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-only
get_related_products

Variants, similar products, recommendations and 'you may also like' items for a product (by slug or SKU).

Inferred read-only
get_product_documents

Safety data sheets, specification sheets and COSHH hazard codes for a product (by slug or SKU).

Inferred read-only
list_categories

Product categories with slugs and links.

Inferred read-only
get_category

A category's name, description and its products (paged) by category slug.

Inferred read-only
list_brands

Brands sold by Camden Tools (DeWalt, Makita, Milwaukee, Bosch, Stanley …).

Inferred read-only
get_brand_products

A brand's details, its active promotions and its products (paged) by brand slug.

Inferred read-only
list_offers

Current storefront promotions (percentage/fixed discounts and free gifts), optionally grouped by brand or category.

Inferred read-only
get_product_promotions

Active promotions that apply to one SKU (discounts, free gifts, end dates).

Inferred read-only
list_bundles

Curated product bundles (kits) with their items and prices.

Inferred read-only
get_cart_promotions

Evaluate 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-only
get_express_delivery_status

Whether 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-only
check_express_eligibility

Whole-basket Website Express verdict for a set of product ids and quantities: every line must be eligible (no split shipments).

Inferred read-only
check_shipping_availability

Whether Camden Tools ships to a country, with any restriction message.

Potential side effects
get_prices_for_country

Country-specific pricing for a set of products (the checkout applies the destination country's currency and pricing).

Inferred read-only
estimate_delivery

Delivery services, charges and transit times for a basket to a destination (country plus postcode/ZIP and city).

Inferred read-only
lookup_uk_postcode

Addresses for a UK postcode (rate limited upstream).

Inferred read-only
create_basket_link

Turn product ids and quantities into one link that fills the shopper's basket on camdentools.

Inferred read-only
track_guest_order

Order 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-only
get_site_info

Who 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 effects
get_policy

Full text (markdown) of a store policy: delivery, returns, payment-options, faqs or contact.

Potential side effects
get_collection_point_info

The 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-only
search_blog_posts

Guides and articles from the Camden Tools blog (how-tos, buying guides, brand news).

Inferred read-only
get_blog_post

A blog post's full text (plain text) by slug.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.