{
  "specVersion": "1.0",
  "host": {
    "displayName": "Camden Tools",
    "identifier": "did:web:camdentools.com",
    "documentationUrl": "https://camdentools.com/developers",
    "logoUrl": "https://camdentools.com/logo.png"
  },
  "entries": [
    {
      "identifier": "urn:air:camdentools.com:server:shop",
      "displayName": "Camden Tools MCP server",
      "description": "Camden Tools shopping tools for AI agents: search the catalogue, get prices ex/inc VAT and stock, compare products, check delivery options and promotions, track orders, and (in the shopper's browser) manage the basket.",
      "type": "application/mcp-server-card+json",
      "url": "https://camdentools.com/.well-known/mcp/server-card.json",
      "version": "1.0.0+a09643a",
      "tags": [
        "shopping",
        "tools",
        "ecommerce",
        "uk"
      ],
      "representativeQueries": [
        "find a cordless drill under £200 at Camden Tools",
        "is the DeWalt DCD796 in stock and what is the price inc VAT",
        "does Camden Tools deliver to Ireland and what does it cost",
        "track my Camden Tools order",
        "compare two Makita impact drivers"
      ]
    },
    {
      "identifier": "urn:air:camdentools.com:agent:shopping",
      "displayName": "Camden Tools Shopping Agent (A2A)",
      "description": "A2A agent card for the deterministic shopping skills.",
      "type": "application/a2a-agent-card+json",
      "url": "https://camdentools.com/.well-known/agent-card.json",
      "version": "1.0.0+a09643a",
      "representativeQueries": [
        "search Camden Tools for safety boots",
        "what is the status of order CT-12345",
        "can I get same-day dispatch today"
      ]
    },
    {
      "identifier": "urn:air:camdentools.com:skills:index",
      "displayName": "Camden Tools agent skills",
      "description": "Agent Skills index describing how to shop Camden Tools via MCP and A2A.",
      "type": "application/agent-skills+json",
      "url": "https://camdentools.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I use the Camden Tools MCP server",
        "camden tools shopping skill"
      ]
    },
    {
      "identifier": "urn:air:camdentools.com:api:openapi",
      "displayName": "Camden Tools agent API (OpenAPI)",
      "description": "OpenAPI 3.1 description of the MCP, A2A and public status endpoints.",
      "type": "application/openapi+json",
      "url": "https://camdentools.com/.well-known/openapi.json",
      "representativeQueries": [
        "camden tools api specification",
        "camden tools status endpoint"
      ]
    },
    {
      "identifier": "urn:air:camdentools.com:content:llms-txt",
      "displayName": "llms.txt",
      "description": "Site overview for language models with links to shop directories, policies and agent endpoints.",
      "type": "text/markdown",
      "url": "https://camdentools.com/llms.txt",
      "representativeQueries": [
        "what does Camden Tools sell",
        "camden tools delivery and returns policy"
      ]
    }
  ]
}