{"name":"com.camdentools/shop","slug":"camdentools-shop","title":"Camden Tools","description":"UK tool shop: search, prices ex/inc VAT, stock, delivery, order tracking and basket links.","url":"https://mcp.market/server/camdentools-shop","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce","finance","search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-21T01:30:49.907Z","last_ok_at":"2026-09-21T01:30:49.907Z","latency_ms":99},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://camdentools.com/developers","version":"1.4.0","remotes":[{"type":"streamable-http","url":"https://camdentools.com/mcp"}],"packages":[],"tools":[{"name":"check_express_eligibility","description":"Whole-basket Website Express verdict for a set of product ids and quantities: every line must be eligible (no split shipments).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Product id from search/product tools."},"quantity":{"default":1,"type":"integer","minimum":1,"maximum":999}},"required":["id"]},"description":"Basket lines as product ids with quantities."},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["items"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"check_shipping_availability","description":"Whether Camden Tools ships to a country, with any restriction message.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country_code":{"type":"string","pattern":"^[A-Za-z]{2}$","description":"ISO 3166-1 alpha-2 country code, e.g. GB, IE, DE, US."},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["country_code"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"compare_products","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"skus":{"minItems":2,"maxItems":5,"type":"array","items":{"type":"string","minLength":1,"maxLength":64,"description":"Product SKU exactly as shown on the site."}},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["skus"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_basket_link","description":"Turn product ids and quantities into one link that fills the shopper's basket on camdentools.com. Opening the link makes sure the basket holds at least those quantities (opening it twice does not double them); the shopper reviews the basket and pays at checkout themselves. The result says which lines are out of stock: those cannot be bought, so offer an alternative before sharing the link. Use it to finish a shopping conversation. Ids come from search_products, list_products or get_product.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Product id from search/product tools."},"quantity":{"default":1,"type":"integer","minimum":1,"maximum":999}},"required":["id"]},"description":"Basket lines as product ids with quantities."},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["items"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"estimate_delivery","description":"Delivery services, charges and transit times for a basket to a destination (country plus postcode/ZIP and city). This is an estimate using placeholder contact details; exact rates are confirmed at checkout.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country_code":{"type":"string","pattern":"^[A-Za-z]{2}$","description":"ISO 3166-1 alpha-2 country code, e.g. GB, IE, DE, US."},"postcode":{"description":"Destination postcode / ZIP.","type":"string","maxLength":20},"city":{"description":"Destination city.","type":"string","maxLength":80},"items":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Product id from search/product tools."},"quantity":{"default":1,"type":"integer","minimum":1,"maximum":999}},"required":["id"]},"description":"Basket lines as product ids with quantities."},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["country_code","items"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_blog_post","description":"A blog post's full text (plain text) by slug.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":200},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["slug"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_brand_products","description":"A brand's details, its active promotions and its products (paged) by brand slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":80,"description":"Brand slug from list_brands."},"page":{"description":"Page number, starting at 1.","type":"integer","minimum":1,"maximum":500},"per_page":{"description":"Results per page: 15, 30, 50 or 100 (default 15).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["slug"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_cart_promotions","description":"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. Same check the checkout runs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country_code":{"type":"string","pattern":"^[A-Za-z]{2}$","description":"Destination country (ISO alpha-2)."},"items":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Product id from search/product tools."},"quantity":{"default":1,"type":"integer","minimum":1,"maximum":999}},"required":["id"]},"description":"Basket lines as product ids with quantities."},"has_tax_id":{"description":"Whether the buyer has a VAT/tax id (business purchase).","type":"boolean"},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["country_code","items"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_category","description":"A category's name, description and its products (paged) by category slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":120,"description":"Category slug from list_categories."},"page":{"description":"Page number, starting at 1.","type":"integer","minimum":1,"maximum":500},"per_page":{"description":"Results per page: 15, 30, 50 or 100 (default 15).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sort":{"description":"Sort order: price_low, price_high, name_asc, name_desc or newest. Omit for the default (most popular) order.","type":"string","maxLength":40},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["slug"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_collection_point_info","description":"The London Click & Collect warehouse: address, opening hours, whether it is open right now (Europe/London, bank holidays respected) and when it next opens.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_express_delivery_status","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_policy","description":"Full text (markdown) of a store policy: delivery, returns, payment-options, faqs or contact.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"policy":{"type":"string","enum":["delivery","returns","payment-options","faqs","contact"]},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["policy"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_prices_for_country","description":"Country-specific pricing for a set of products (the checkout applies the destination country's currency and pricing). Returns unit, sale and final prices plus the subtotal.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"shipping_country":{"type":"string","pattern":"^[A-Za-z]{2}$","description":"ISO 3166-1 alpha-2 country code, e.g. GB, IE, DE, US."},"items":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Product id from search/product tools."},"quantity":{"default":1,"type":"integer","minimum":1,"maximum":999}},"required":["id"]},"description":"Basket lines as product ids with quantities."},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["shipping_country","items"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_product","description":"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. Provide exactly one of slug, sku or id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"description":"Product slug from a product URL (…/product/<slug>).","type":"string","maxLength":200},"sku":{"description":"Product SKU.","type":"string","maxLength":64},"id":{"description":"Numeric product id.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_product_documents","description":"Safety data sheets, specification sheets and COSHH hazard codes for a product (by slug or SKU). Returns document URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"description":"Product slug from a product URL (…/product/<slug>).","type":"string","maxLength":200},"sku":{"description":"Product SKU.","type":"string","maxLength":64},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_product_promotions","description":"Active promotions that apply to one SKU (discounts, free gifts, end dates).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sku":{"type":"string","minLength":1,"maxLength":64,"description":"Product SKU exactly as shown on the site."},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["sku"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_products","description":"Look up up to 50 products at once by SKU or by numeric id. Returns compact products (name, price ex/inc VAT, stock, link).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"skus":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"string","minLength":1,"maxLength":64,"description":"Product SKU exactly as shown on the site."}},"ids":{"minItems":1,"maxItems":50,"type":"array","items":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_related_products","description":"Variants, similar products, recommendations and 'you may also like' items for a product (by slug or SKU). Useful for alternatives when something is out of stock.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"description":"Product slug from a product URL (…/product/<slug>).","type":"string","maxLength":200},"sku":{"description":"Product SKU.","type":"string","maxLength":64},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_site_info","description":"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). Call get_policy for the full text of a policy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_stock_level","description":"Live availability check for a SKU (is it available now and how many are in the London warehouse).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sku":{"type":"string","minLength":1,"maxLength":64,"description":"Product SKU exactly as shown on the site."}},"required":["sku"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_brands","description":"Brands sold by Camden Tools (DeWalt, Makita, Milwaukee, Bosch, Stanley …). Without a query returns the popular brands; with a query searches brand names.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Brand name search text.","type":"string","maxLength":80},"page":{"description":"Page number, starting at 1.","type":"integer","minimum":1,"maximum":500},"per_page":{"description":"Results per page: 15, 30, 50 or 100 (default 15).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sort":{"description":"Sort order: price_low, price_high, name_asc, name_desc or newest. Omit for the default (most popular) order.","type":"string","maxLength":40}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_bundles","description":"Curated product bundles (kits) with their items and prices.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_categories","description":"Product categories with slugs and links. Use popular_only for the curated set shown on the site; otherwise the full list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"popular_only":{"description":"Only the popular categories (default false).","type":"boolean"},"limit":{"description":"Maximum categories to return (default 100).","type":"integer","minimum":1,"maximum":200},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_offers","description":"Current storefront promotions (percentage/fixed discounts and free gifts), optionally grouped by brand or category. Also points at the /offers page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"group_by":{"description":"Grouping (default all).","type":"string","enum":["all","brand","category"]},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_products","description":"Browse a product collection: most popular, newest, on sale, Website Express eligible, or a category by slug (see list_categories). Supports paging, sorting and brand/price filters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"collection":{"type":"string","enum":["popular","new","on-sale","express","category"],"description":"Which collection to list."},"category_slug":{"description":"Required when collection is 'category'.","type":"string","maxLength":120},"min_discount":{"description":"Minimum discount percentage (on-sale listings).","type":"number","minimum":0,"maximum":100},"page":{"description":"Page number, starting at 1.","type":"integer","minimum":1,"maximum":500},"per_page":{"description":"Results per page: 15, 30, 50 or 100 (default 15).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sort":{"description":"Sort order: price_low, price_high, name_asc, name_desc or newest. Omit for the default (most popular) order.","type":"string","maxLength":40},"brand":{"description":"Brand slug to filter by.","type":"string","maxLength":80},"min_price":{"description":"Minimum price in the locale currency.","type":"number","minimum":0},"max_price":{"description":"Maximum price in the locale currency.","type":"number","minimum":0},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["collection"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_uk_postcode","description":"Addresses for a UK postcode (rate limited upstream). Returns matching addresses or suggestions when the postcode is incomplete.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"postcode":{"type":"string","minLength":2,"maxLength":12,"description":"UK postcode, e.g. NW2 7JW."}},"required":["postcode"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_blog_posts","description":"Guides and articles from the Camden Tools blog (how-tos, buying guides, brand news).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Search text; omit for the latest posts.","type":"string","maxLength":120},"page":{"description":"Page number, starting at 1.","type":"integer","minimum":1,"maximum":500}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_products","description":"Full-text search of the Camden Tools catalogue (hand tools, power tools, accessories, safety equipment). Returns compact products with prices ex/inc VAT, stock and a link. Use page/per_page to paginate and brand/min_price/max_price to narrow down.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":200,"description":"What the shopper is looking for, e.g. 'cordless combi drill 18v'."},"express":{"description":"Only products eligible for Website Express same-day dispatch (UK).","type":"boolean"},"page":{"description":"Page number, starting at 1.","type":"integer","minimum":1,"maximum":500},"per_page":{"description":"Results per page: 15, 30, 50 or 100 (default 15).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"sort":{"description":"Sort order: price_low, price_high, name_asc, name_desc or newest. Omit for the default (most popular) order.","type":"string","maxLength":40},"brand":{"description":"Brand slug to filter by.","type":"string","maxLength":80},"min_price":{"description":"Minimum price in the locale currency.","type":"number","minimum":0},"max_price":{"description":"Maximum price in the locale currency.","type":"number","minimum":0},"locale":{"description":"Storefront locale such as en-GB (default), en-US, de, fr-FR, es-ES, it-IT, nl-NL, pl. Controls product names, slugs and prices.","type":"string","minLength":2,"maxLength":5}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"track_guest_order","description":"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).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_number":{"type":"string","minLength":3,"maxLength":40,"description":"Order number from the confirmation email."},"postcode":{"type":"string","minLength":2,"maxLength":20,"description":"Delivery postcode / ZIP on the order."}},"required":["order_number","postcode"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T20:49:33.553Z","report":{"scannerVersion":"0.1.7","scannedAt":"2026-09-19T20:49:33.520Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 976ms"]},"poisoning":{"score":15,"max":15,"notes":["29 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://camdentools.com/mcp","reachable":true,"authRequired":false,"latencyMs":976,"serverInfo":{"name":"com.camdentools/shop","version":"1.4.0+c391146"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://camdentools.com/favicon.ico","source":"site","width":48,"height":48},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}