← camdentools.com

INDIVIDUAL MCP TOOL

get_policy

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

camdentools.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://camdentools.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_policy and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

camdentools.com

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.

Related tools

  • search_products — Full-text search of the Camden Tools catalogue (hand tools, power tools, accessories, safety equipment).
  • list_products — Browse a product collection: most popular, newest, on sale, Website Express eligible, or a category by slug (see list_categories).
  • 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.
  • get_products — Look up up to 50 products at once by SKU or by numeric id.
  • get_stock_level — Live availability check for a SKU (is it available now and how many are in the London warehouse).
  • 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.
  • get_related_products — Variants, similar products, recommendations and 'you may also like' items for a product (by slug or SKU).
  • get_product_documents — Safety data sheets, specification sheets and COSHH hazard codes for a product (by slug or SKU).